-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (34 loc) · 1.59 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>- Pontus Nilsson Tengnäs | Blog -</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="I am a full stack software developer based in Gothenburg
Sweden and this is my blog where I write about software development and tech">
<link rel="stylesheet" href="style/colors.light.css">
<link rel="stylesheet" href="style/index.style.css">
</head>
<body>
<div class="wrapper">
<div class="container">
<picture>
<source type="image/webp" srcset="images/me.webp">
<source type="image/jpeg" srcset="images/me.jpg">
<img src="images/me.jpg" alt="Pontus Nilsson Tengnäs" class="header-picture">
</picture>
<h1>Welcome!</h1>
<p>My name is Pontus Tengnäs and I am a full-stack developer with a primary focus on .NET and web development, based in Gothenburg, Sweden.
Here I will write about my experiences and insights as I continue walking the never-ending learing-path that is Software Development.</p>
</br>
<ul>
<li>2020-10-06 -<a href="posts/html/20201006.html">First post</a></li>
</ul>
</div>
<div class="footer">
<p>Thanks to <a href="https://cssnano.co/" target="_blank" rel="noreferrer">CSSNANO</a> and <a href="https://github.com/kangax/html-minifier" target="_blank" rel="noreferrer">HTMLMinifier</a> for helping me minifying the CSS and the HTML on this page.</p>
</div>
</div>
</body>
</html>