Compare commits
No commits in common. "5b11ce1baff3294d1d3647419852a30e769fd2ad" and "ad81dcdc79d58795f5705db04bd89602a93670ce" have entirely different histories.
5b11ce1baf
...
ad81dcdc79
|
@ -7,7 +7,7 @@ layout: home
|
||||||
|
|
||||||
My online pseudonym is Amolith. However, if we end up meeting in person, I would
|
My online pseudonym is Amolith. However, if we end up meeting in person, I would
|
||||||
be happy to introduce myself as myself. I am a musician, developer, sysadmin,
|
be happy to introduce myself as myself. I am a musician, developer, sysadmin,
|
||||||
co-host of the [Linux Lads,](https://linuxlads.com) small business owner, and
|
co-host of the [Linux Lads](https://linuxlads.com), small business owner, and
|
||||||
founder of not-for-profit [NixNet.](https://nixnet.services) At the moment, I’m
|
founder of not-for-profit [NixNet.](https://nixnet.services) At the moment, I’m
|
||||||
also a university student studying Computer Science. If you're interested in a
|
also a university student studying Computer Science. If you're interested in a
|
||||||
podcast on personal privacy and security through open source software, keep an
|
podcast on personal privacy and security through open source software, keep an
|
||||||
|
|
|
@ -172,7 +172,7 @@ input[type="text"]:focus {
|
||||||
padding: 0px 4px 4px;
|
padding: 0px 4px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
.footer {
|
||||||
padding: 20px 0 20px 0;
|
padding: 20px 0 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
background-size: 0 0;
|
background-size: 0 0;
|
||||||
background-position: 100% 21%;
|
background-position: 100% 21%;
|
||||||
transition: .15s ease-out;
|
transition: .15s ease-out;
|
||||||
border-radius: 5px;
|
|
||||||
padding-left: 4px;
|
|
||||||
margin-left: -3px;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
color: $light;
|
color: $light;
|
||||||
|
@ -73,9 +70,6 @@
|
||||||
background-size: 0 0;
|
background-size: 0 0;
|
||||||
background-position: 100% 21%;
|
background-position: 100% 21%;
|
||||||
transition: .15s ease-out;
|
transition: .15s ease-out;
|
||||||
border-radius: 5px;
|
|
||||||
padding-left: 4px;
|
|
||||||
margin-left: -3px;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
color: $light;
|
color: $light;
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
<div id="content">
|
<div id="content">
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
</div>
|
</div>
|
||||||
{{ partial "footer.html" . -}}
|
|
||||||
</body>
|
</body>
|
||||||
|
{{- partial "footer.html" . -}}
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -41,5 +41,4 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
{{ end }}
|
||||||
{{ end }}
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<footer>
|
<div class="footer">
|
||||||
<p><a class="button" href="#">Back to the top</a></p>
|
<p><a class="button" href="#">Back to the top</a></p>
|
||||||
<!--<p><a class="button" href="https://fediring.net/previous?host=secluded.site">←</a> <a class="button" href="https://fediring.net/">Fediring</a> <a class="button" href="https://fediring.net/next?host=secluded.site">→</a></p>-->
|
<!--<p><a class="button" href="https://fediring.net/previous?host=secluded.site">←</a> <a class="button" href="https://fediring.net/">Fediring</a> <a class="button" href="https://fediring.net/next?host=secluded.site">→</a></p>-->
|
||||||
<p class="boring_stuff">Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
<p class="boring_stuff">Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
||||||
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
||||||
Source available on <a href="https://git.nixnet.services/Amolith/secluded">Forgejo</a><br/></p>
|
Source available on <a href="https://git.nixnet.services/Amolith/secluded">Forgejo</a><br/></p>
|
||||||
<img width="50" src="/assets/pngs/glider.svg" />
|
<img width="50" src="/assets/pngs/glider.svg" />
|
||||||
</footer>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue