Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Aug 19, 2024
1 parent c6bc0eb commit f43a777
Show file tree
Hide file tree
Showing 11 changed files with 93 additions and 93 deletions.
4 changes: 2 additions & 2 deletions blog/git-diff-view-0-6-0-release.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/img/favicon.svg">
<meta name="theme-color" content="#161e20">
<meta name="theme-color" content="#161e19">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -76,7 +76,7 @@ <h3 id="other-changes">Other Changes:</h3>
<p style="text-align: right;">Have a nice day!</p>
</section>

<footer class="container mt-4 text-center bt-2 p-2 flex align-center justify-center gap-2 opacity-05">
<footer class="container mt-4 text-center bt-2 p-2 flex align-center justify-center gap-2 opacity-08">
<a target="_blank" href="https://github.com/predragnikolic">
<img src="/img/github.svg" class="github_logo">
</a>
Expand Down
6 changes: 3 additions & 3 deletions blog/pesme-moga-pradede.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/img/favicon.svg">
<meta name="theme-color" content="#161e20">
<meta name="theme-color" content="#161e19">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -89,7 +89,7 @@ <h1 class="blog_title">Песме мога прадеде Гвоздена</h1>
Ал' се томе сељак и не чуди,
Јер вештачки данас паре људи.

Овце моје, будите, будите у тору,
Овце моје, будите у тору,
Доће вама ован на мотору.
</pre>

Expand Down Expand Up @@ -127,7 +127,7 @@ <h1 class="blog_title">Песме мога прадеде Гвоздена</h1>
<p style="text-align: right;">- Гвозден Николић</p>
</section>

<footer class="container mt-4 text-center bt-2 p-2 flex align-center justify-center gap-2 opacity-05">
<footer class="container mt-4 text-center bt-2 p-2 flex align-center justify-center gap-2 opacity-08">
<a target="_blank" href="https://github.com/predragnikolic">
<img src="/img/github.svg" class="github_logo">
</a>
Expand Down
4 changes: 2 additions & 2 deletions blog/visualize-your-database.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/img/favicon.svg">
<meta name="theme-color" content="#161e20">
<meta name="theme-color" content="#161e19">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -84,7 +84,7 @@ <h2 id="setup-ollama-phi">Setup Ollama and Phi</h2>
<p style="text-align: right;">Христос васкрсе!</p>
</section>

<footer class="container mt-4 text-center bt-2 p-2 flex align-center justify-center gap-2 opacity-05">
<footer class="container mt-4 text-center bt-2 p-2 flex align-center justify-center gap-2 opacity-08">
<a target="_blank" href="https://github.com/predragnikolic">
<img src="/img/github.svg" class="github_logo">
</a>
Expand Down
16 changes: 8 additions & 8 deletions css/blog.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.blog_body {
background: linear-gradient(top, #161e20, #192224);
color: #ddd;
background: #fafafa;
color: #333;
font-family: 'Jura';
}

.blog_body h1, h2, h3 {
color: #fff;
color: #000;
}

.gold_banner {
Expand All @@ -15,7 +15,7 @@
}

.blog_title {
font-family: "myFirstFont";
font-family: "Yeseva One";
font-size: 2.7rem;
padding-top: 20px;
}
Expand All @@ -30,9 +30,9 @@

.blog .note {
display: block;
border-left: 0.4rem solid var(--ac-color);
border-left: 0.4rem solid #fccb9e;
padding: 1rem;
background: linear-gradient(to right, #00000090, transparent);
background: linear-gradient(to right, #00000010, transparent);
}

.noselect {
Expand All @@ -52,7 +52,7 @@
.blog .code-block {
white-space: pre-wrap;
display: block;
padding: 0.4rem;
padding: 0.4rem 0.8rem;
overflow: auto;
}

Expand Down Expand Up @@ -93,7 +93,7 @@

.blog code {
font-family: 'Jura';
background: #00000020;
background: #fff;
padding: 0.1rem 0.4rem;
border-radius: 0.4rem;
border: 1px solid var(--b-color);
Expand Down
10 changes: 5 additions & 5 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}

.darken {
background: #00000020;
background: #efefef;
}

.text-center {
Expand Down Expand Up @@ -124,7 +124,7 @@
border-radius: 50%;
object-fit: cover;
object-position: bottom;
border: 8px solid #161e20;
border: 8px solid #161e19;
}

.profile_name {
Expand Down Expand Up @@ -154,7 +154,7 @@
left: 1.4rem;
width: 0.1rem;
height: 100%;
background: var(--b-color);
background: #000;
}

.timeline_item {
Expand All @@ -171,8 +171,8 @@
width: 1rem;
height: 1rem;
border-radius: 50%;
border: 0.1rem solid var(--b-color);
background: var(--background);
border: 0.1rem solid #000;
background: #efefef;
}

.timeline_item:last-of-type:after {
Expand Down
Loading

0 comments on commit f43a777

Please sign in to comment.