-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
63 lines (62 loc) · 2.15 KB
/
archives.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Gersona A. - Archives</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda"/>
<link rel="stylesheet" type="text/css" href="/theme/css/main.css"/>
</head>
<body>
<style>.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
@keyframes octocat-wave {
0%, 100% {
transform: rotate(0)
}
20%, 60% {
transform: rotate(-25deg)
}
40%, 80% {
transform: rotate(10deg)
}
}
@media (max-width: 500px) {
.github-corner:hover .octo-arm {
animation: none
}
.github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
}</style><div id="container">
<header>
<h1><a href="/">Gersona A.</a></h1>
<ul class="social-media">
<li><a href="https://github.com/gersona"><i class="fab fa-github fa-lg" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/gersona/"><i class="fab fa-linkedin fa-lg" aria-hidden="true"></i></a></li>
</ul>
<p><em>From Madagascar. This is an attempt to document technical insights, my reading notes, and various discoveries.</em></p>
</header>
<nav>
<ul>
</ul>
</nav>
<main>
<section id="list">
<h2>Archives for Gersona A.</h2>
<ul>
</ul>
</section>
</main>
<footer>
<h6>
Rendered by <a href="http://getpelican.com/">Pelican</a> • Theme by <a href="https://github.com/aleylara/Peli-Kiera">Peli-Kiera</a>
• Copyright ©2024 ‑ gersona </h6>
</footer>
</div>
</body>
</html>