Compare commits

...

6 Commits

Author SHA1 Message Date
Santiago Forero 475f926e46 add retronaut webring 2021-10-12 16:28:33 -05:00
Santiago Forero a8f386ac7c add version of the site in the footer partial 2021-10-12 16:22:22 -05:00
Santiago Forero 5b56419133 create a basic layout structure 2021-10-12 15:16:56 -05:00
Santiago Forero 8d727fa7e5 add some links to the new navbar, add meta tags to the head partial and center things in the footer 2021-10-12 15:16:13 -05:00
Santiago Forero f243e4d3e2 set max width for images 2021-10-12 13:35:02 -05:00
Santiago Forero ccbf735daf update QR codes, now they have the same size 2021-10-12 13:34:35 -05:00
12 changed files with 101 additions and 44 deletions

6
content/_index.md Normal file
View File

@ -0,0 +1,6 @@
---
title: Santiago Forero
---
# ~forero
Hey, you made it to my site

25
content/about.md Normal file
View File

@ -0,0 +1,25 @@
---
title: About me
---
# About me
My name is Santiago Forero, but I'm also known as **~forero**.
I am 15 years old, I like computers, I'm ambidextrous and I'm an athlete.
- **country:** Colombia 🇨🇴
- **date of birth:** 6th may 2006
- **pronouns:** he/him
- **distro:** arch linux
## social media
- [YouTube channel](https://www.youtube.com/channel/UC0l709qNeW3ZpZGdsR2Z6pw)
- Instagram: [@santiagoforer](https://www.instagram.com/santiagoforer/)
- GitHub: [forerosantiago](https://github.com/forerosantiago/)
- Mastodon: [@forero@tilde.zone](https://tilde.zone/@forero)
## contact
- **email:** [santiago@forero.xyz](mailto:santiago@forero.xyz)
- **irc:** I'm forero on libera.chat, [join #forero](https://web.libera.chat/#forero) or DM me
- **discord:** Forero#9233

22
content/donations.md Normal file
View File

@ -0,0 +1,22 @@
---
title: Donations
---
# Donations
All donations are appreciated!
### Bitcoin
**Address:** bc1q8xv9ktfmywwskpl978h0f9kdvrrvcw68z67cc4
**QR:**
![](/bitcoin.png)
### Nequi
If you are in Colombia you can send your money through nequi here: *+573053156599*
**QR:**
![](/nequi.png)

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
{{ partial "nav.html" . }}
<div id="content">
{{ .Content }}
</div>
{{ partial "footer.html" . }}
</body>
</html>

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
{{ partial "nav.html" . }}
<div id="content">
{{ .Content }}
</div>
{{ partial "footer.html" . }}
</body>
</html>

View File

@ -1,39 +1,3 @@
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
{{ partial "nav.html" . }}
<div id="content">
<h2>hi</h2>
<p>I'm known as ~forero, I am 15 years old, I like computers and I'm an athlete.</p>
<h2>contact</h2>
<ul>
<li>email: <a href="mailto:santiago@forero.xyz">santiago@forero.xyz</a></li>
<li>irc: <a href="https://web.libera.chat/#forero">join #forero on libera.chat</a> or DM forero</li>
</ul>
<h2>social media</h2>
<ul>
<li><a href="https://www.youtube.com/channel/UC0l709qNeW3ZpZGdsR2Z6pw">YouTube channel</a></li>
<li>Instagram: <a href="https://www.instagram.com/santiagoforer/">@santiagoforer</a></li>
<li>GitHub: <a href="https://github.com/forerosantiago/">forerosantiago</a></li>
<li>Mastodon: <a href="https://tilde.zone/@forero">@forero@tilde.zone</a></li>
</ul>
<h2>donations</h2>
<h3>bitcoin</h3>
<p><b>Address:</b> bc1q8xv9ktfmywwskpl978h0f9kdvrrvcw68z67cc4</p>
<p><b>QR:</b></p>
<img src="bitcoin.png" alt="">
<h3>nequi</h3>
<p>If you are in Colombia you can send your money here: +573053156599</p>
<p><b>QR:</b></p>
<img src="nequi.png" alt="">
</div>
{{ partial "footer.html" . }}
</body>
</html>
{{ define "main" }}
{{ .Content }}
{{ end }}

View File

@ -1,9 +1,17 @@
<hr>
<footer id="main-footer">
<p>Made with &hearts; by <a href="https://forero.xyz">forero</a>. The source code of this site can be found <a href="https://github.com/forerosantiago/site">here</a>.</p>
<p style="text-align: center;">Made with &hearts; by <a href="https://forero.xyz">forero</a>.</p>
<p style="text-align: center;">
The source code of this site can be found <a href="https://github.com/forerosantiago/site">here</a>.
</p>
<h4></h4>
<b>Hotline webring:</b> <a href="https://hotlinewebring.club/forero/previous">previous</a> <a href="https://hotlinewebring.club/forero/next">next</a>
{{ $version := slicestr (readFile ".git/refs/heads/main") 0 7 }}
<p style="text-align: center;">This website is running on version <a href="https://github.com/forerosantiago/site/commit/{{ $version }}">{{ $version }}</a>.</p>
<p style="text-align: center;">
<a href="https://hotlinewebring.club/forero/previous">&larr;</a> Hotline webring <a href="https://hotlinewebring.club/forero/next">&rarr;</a>
</p>
<p style="text-align: center;">
<a href='https://webring.dinhe.net/prev/forero.xyz'>&larr;</a> Retronaut webring <a href='https://webring.dinhe.net/next/forero.xyz'>&rarr;</a>
</p>
<p><b>PD:</b> This site is constantly evolving :)</p>
</footer>

View File

@ -2,11 +2,13 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Santiago Forero">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/theme.css">
<title>{{ .Site.Title }}</title>
<title>{{ .Params.title }}</title>
</head>

View File

@ -1,3 +1,5 @@
<nav id="main-nav">
<h2><a href="/">Santiago Forero</a></h2>
<a href="/about/">ABOUT</a>
<a href="/donations/">DONATIONS</a>
</nav>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 956 B

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -30,4 +30,8 @@ a:hover {
#main-footer {
margin: 5%;
}
img {
max-width: 30%;
}