Skip to content

Commit

Permalink
jekyll build from Action 3a83c5d
Browse files Browse the repository at this point in the history
  • Loading branch information
ahti87 committed Apr 3, 2024
0 parents commit 85bc10f
Show file tree
Hide file tree
Showing 205 changed files with 38,700 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
471 changes: 471 additions & 0 deletions 2022/03/02/lumi.html

Large diffs are not rendered by default.

476 changes: 476 additions & 0 deletions 2023/05/17/newui.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
puhuri.io
395 changes: 395 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[![CC BY 4.0][cc-by-shield]][cc-by]

This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].

[![CC BY 4.0][cc-by-image]][cc-by]

[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
430 changes: 430 additions & 0 deletions about.html

Large diffs are not rendered by default.

654 changes: 654 additions & 0 deletions all-services.html

Large diffs are not rendered by default.

414 changes: 414 additions & 0 deletions architecture.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/app.min.css

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions assets/css/jekyllfix.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.entry-content img {
max-width: 100%;
}

.entry-navigation {
position: relative;
}

.entry-navigation::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--bs-primary);
background: linear-gradient(180deg, rgba(9, 132, 227, .1) 0, rgba(9, 132, 227, .1) 1%, #2e3337 100%);
z-index: 1;
transition: transform .5s, opacity .5s;
border-radius: 20px;
}
a.gh-search-item:hover{
text-decoration: underline;
}
h5.search-post-title {
font-size: 15px;
padding: 5px 5px;
}
.search-results:first-child {
padding-top: 15px;
}

.header-navbar .navbar-brand img {
height: 60px;
-o-object-fit: contain;
object-fit: contain;
}
Loading

0 comments on commit 85bc10f

Please sign in to comment.