-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
94 lines (86 loc) · 5.77 KB
/
about.html
File metadata and controls
94 lines (86 loc) · 5.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html>
<head>
<title>Zig Stuff Online</title>
<meta name="author" content="%AUTHOR">
<meta name="keywords" content="ZIG, Programming, Blog">
<meta name="description" content="A Blog on Programming in ZIG">
<meta charset="UTF-8">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/atom-one-dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/zig.min.js"></script>
<script>hljs.highlightAll();</script>
<style>
body {
background-color: #222831;
color: #DFD0B8;
a:link {color:#948979;}
a:visited {color:#948979;}
a:hover {color:#948979;}
a:active {color:#948979;}
}
h3, h2, h1 {
font-weight: 800;
}
h1 {
text-decoration: underline;
text-align: center;
font-size: 2.5rem;
padding-bottom: 3rem;
}
h2 {
text-decoration: underline;
font-size: 2rem;
}
h3 {
text-decoration: underline;
font-size: 1.5rem;
}
h4 {
text-decoration: underline;
font-size: 1rem;
}
pre {
padding-top:1rem;
padding-bottom: 1rem;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row h-100">
<div class="col-2" id="sidebar" style="background-color: #393E46;padding-top: 1%; border-right: 1px solid #948979;">
<p style="text-align: center;"><a href="/" ><img class="rounded-circle" src="/images/angryface.jpg" width="150" height="150"></a><h2 style="text-align: center;">Zig Stuff Online</h2><hr></p>
<nav class="class=flex-column flex-grow-1 w-100 ps-0" style="font-weight: 800;">
<a class="nav-link active" aria-current="page" href="/"><i class="bi bi-house-heart-fill" style="padding-right:2%;"></i> Home</a>
<a class="nav-link" href="/blog/"><i class="bi bi-cup-hot-fill" style="padding-right:2%;"></i> Blog</a>
<a class="nav-link" href="/snippets/"><i class="bi bi-clipboard-heart-fill" style="padding-right:2%;"></i> Code Snippets</a>
<a class="nav-link" href="/resources.html"><i class="bi bi-box2-heart-fill" style="padding-right:2%;"></i> Resources</a>
<a class="nav-link" href="/about.html"><i class="bi bi-info-circle-fill" style="padding-right:2%;"></i> About</a>
</nav>
</div>
<div class="col-10" style="padding-top: 2%;">
<div class="container-fluid h-100" style="width:75%">
<!-- %BODY_HEADER% -->
<div class="row">
<h1>About</h1>
<p>In the sanctum of my workspace, I find myself immersed in the divine dance of code, a ritual that transcends the mundane and elevates my spirit to new heights. My love for coding in Zig is nothing short of a religious fervor, a sacred communion with the language that resonates with the very essence of my being.</p>
<p>As I weave through the intricacies of Zig, each line of code becomes a prayer, a whispered incantation that summons forth the magic of logical structures and elegant syntax. The compiler, a benevolent deity, guides me on this journey, transforming my intentions into executable manifestations. The rhythm of my fingers on the keyboard is a hymn, and the glow of the screen is the altar where I lay my offerings of logic and creativity.</p>
<p>In the world of Zig, every challenge is a divine puzzle, and every bug a test of faith. With unwavering devotion, I embrace the debugging process as a pilgrimage, seeking enlightenment through the unraveling of errors. The thrill of overcoming obstacles is a euphoric communion, a testament to the strength of my coding convictions.</p>
<p>Others may see it as a job, a means to an end, but for me, coding in Zig is a sacred calling. It's not just lines of code; it's a manifestation of my deepest beliefs and a testament to the devotion I bring to the digital altar. In the temple of technology, I am a zealot, and my love for coding in Zig is an unquenchable flame that fuels my soul with purpose and meaning.</p>
<p>The source code of this website and everything <a href="https://github.com/ZigStuff/zigstuff.github.io">can be found here</a>.</p>
<h2>Legal Stuff / License Info</h2>
<ul>
<li>All code examples on Zig Stuff by William Welna is marked with CC0 1.0 Universal. To view a copy of this license, visit <a href="http://creativecommons.org/publicdomain/zero/1.0">http://creativecommons.org/publicdomain/zero/1.0</a></li>
<li>All blog posts on Zig Stuff by William Welna is licensed under CC BY 4.0. To view a copy of this license, visit <a href="http://creativecommons.org/licenses/by/4.0/">http://creativecommons.org/licenses/by/4.0/</a></li>
<li>All of the static template generation source used by Zig Stuff by William Welna is marked with CC0 1.0 Universal. To view a copy of this license, visit <a href="http://creativecommons.org/publicdomain/zero/1.0">http://creativecommons.org/publicdomain/zero/1.0</a></li>
</ul>
</div>
</div><!-- container fluid -->
</div><!-- col-10 -->
</div> <!-- Row -->
</div><!-- container-fluid -->
</body>
</html>