-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogDeveloping.html
More file actions
41 lines (40 loc) · 1.52 KB
/
blogDeveloping.html
File metadata and controls
41 lines (40 loc) · 1.52 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
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Analytical Stack | Blog</title>
<link rel="shortcut icon" href="media/favicon-v2.png" />
<meta
name="description"
content="Articoli tecnici, metodo di studio e riflessioni personali."
/>
<link rel="stylesheet" href="../css/style.css" />
</head>
<body>
<main class="container page-content">
<section class="section">
<h1>The blog is currently under development</h1>
<p class="muted" id="tag-indicator">
We're still fighting Smaug. As soon as Moria opens, the blog will be available!
</p>
<img src="/media/smaug.gif" id="smaugTheDragon" class="blog-placeholder-gif" />
<p class="muted">
In the meantime, you can explore public projects or contact me to discuss technical topics.
</p>
<a href="../projects.html" class="btn btn-primary">
<i data-lucide="folder-open" class="icon icon-inline" aria-hidden="true"></i>
<span>Explore Projects</span>
</a>
<a href="../contact.html" class="btn btn-ghost">
<i data-lucide="send" class="icon icon-inline" aria-hidden="true"></i>
<span>Contact Me</span>
</a>
</section>
</main>
<script src="https://unpkg.com/lucide@latest"></script>
<script src="../js/components.js"></script>
<script src="../js/blog.js"></script>
</body>
</html>