Skip to content

Commit

Permalink
Apply pre-commit to existing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozoniuss committed Oct 5, 2024
1 parent d821cc7 commit cb62e2f
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions src/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<section class="content">
<p>
My name is Alex. Online, I go by the name of <b>Ozoniuss</b>. The story of this name comes from back in the days when I was doing math contests. Basically, we came up with a theorem called "Ozoniuss' theorem" that
My name is Alex. Online, I go by the name of <b>Ozoniuss</b>. The story of this name comes from back in the days when I was doing math contests. Basically, we came up with a theorem called "Ozoniuss' theorem" that
you can use once in a lifetime as a correct proof to any exercise. The hard part was figuring out when to
actually use it.
</p>
Expand Down Expand Up @@ -55,4 +55,4 @@
<script src="../scripts/script.js"></script>
<script src="../scripts/components.js"></script>

</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ <h2>Solving advent of code problem 11 from 2015 without running code</h2>
<script src="../../scripts/script.js"></script>
<script src="../../scripts/components.js"></script>

</html>
</html>
2 changes: 1 addition & 1 deletion src/blog/advent-of-code-2015-problem-7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ <h2>Problem 7 from AoC 2015 has an interesting catch</h2>
<script src="../../scripts/script.js"></script>
<script src="../../scripts/components.js"></script>

</html>
</html>
4 changes: 2 additions & 2 deletions src/blog/go-interfaces-bypass-cyclic-dependencies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Go interfaces bypass cyclic dependencies</h2>
I'll illustrate what this means through a simple dumb example. Say we have some client that prints hello
to its users when registering. So you would have a function like:
<code class="gocode">
func PrintHello(){
func PrintHello(){
fmt.Println("hello client")
}
</code>
Expand Down Expand Up @@ -111,4 +111,4 @@ <h2>Go interfaces bypass cyclic dependencies</h2>
<script src="../../scripts/script.js"></script>
<script src="../../scripts/components.js"></script>

</html>
</html>
2 changes: 1 addition & 1 deletion src/blog/how-are-expenses-currently-filled/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ <h2>How expenses are currenlty filled</h2>
<script src="../../scripts/script.js"></script>
<script src="../../scripts/components.js"></script>

</html>
</html>
6 changes: 3 additions & 3 deletions src/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<section class="content">

<p>
<b>What is this about?</b> I like talking about stuff. I have a strong need to share the things I learn with people.
<b>What is this about?</b> I like talking about stuff. I have a strong need to share the things I learn with people.
This is exactly what I'm going to use this for, to pass my stories around, be they about math, coding, my learnings,
my life stores, guitar, whatever.
</p>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h3>Personal reminder of things I wanted to talk about</h3>
What is an API, in fact?
</li>
<li>
I'm not impressed with microservices
I'm not impressed with microservices
</li>
<li>
Backup setup with rclone and backblaze
Expand All @@ -130,4 +130,4 @@ <h3>Personal reminder of things I wanted to talk about</h3>
<script src="../scripts/script.js"></script>
<script src="../scripts/components.js"></script>

</html>
</html>
2 changes: 1 addition & 1 deletion src/blog/splitting-repositories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ <h2>Splitting a big repository into smaller ones</h2>
<script src="../../scripts/script.js"></script>
<script src="../../scripts/components.js"></script>

</html>
</html>
4 changes: 2 additions & 2 deletions src/blog/updating-my-production-casheer-database/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>Updating my production Casheer database</h2>
ALTER TABLE entries
ADD COLUMN currency TEXT COLLATE NOCASE;

-- all my entries were in RON, with exponent 2.
-- all my entries were in RON, with exponent 2.
-- but note that's not necessarily a default value
ALTER TABLE entries
SET exponent = -2
Expand Down Expand Up @@ -98,4 +98,4 @@ <h2>Updating my production Casheer database</h2>
<script src="../../scripts/script.js"></script>
<script src="../../scripts/components.js"></script>

</html>
</html>
2 changes: 1 addition & 1 deletion src/blog/why-is-this-the-way-that-it-is/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ <h2>Why is my personal page the way that it is?</h2>
<script src="../../scripts/script.js"></script>
<script src="../../scripts/components.js"></script>

</html>
</html>
2 changes: 1 addition & 1 deletion src/guitar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ <h2>Coming soon</h2>
<script src="../scripts/script.js"></script>
<script src="../scripts/components.js"></script>

</html>
</html>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
<script src="scripts/script.js"></script>
<script src="scripts/components.js"></script>

</html>
</html>
2 changes: 1 addition & 1 deletion src/resume-downtime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ <h1>
</h1>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/styles/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
max-width: 100%;
min-width: 100px;
padding: 0;
}
}
2 changes: 1 addition & 1 deletion src/styles/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
.content .heading i {
font-size: 40px;
margin-right: 10px;
}
}
2 changes: 1 addition & 1 deletion src/styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ nav-menu {
nav-menu {
position: relative;
}
}
}
2 changes: 1 addition & 1 deletion src/styles/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ i {
.profile-section:not(.is-center) .profile-data .links .media {
display: none;
}
}
}
4 changes: 2 additions & 2 deletions src/work/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Questions I plan to answer soon or have partially answered</h3>
</p>

<p>
<b>Should developers know infrastructure or databases?</b> The short answer is yes, but I feel like the discussion here is going to be long and I don't have all the arguments in my mind yet.
<b>Should developers know infrastructure or databases?</b> The short answer is yes, but I feel like the discussion here is going to be long and I don't have all the arguments in my mind yet.
</p>

<p>
Expand All @@ -94,4 +94,4 @@ <h3>Questions I plan to answer soon or have partially answered</h3>
<script src="../scripts/script.js"></script>
<script src="../scripts/components.js"></script>

</html>
</html>

0 comments on commit cb62e2f

Please sign in to comment.