-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (51 loc) · 1.37 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang='en'>
<head>
<title>
Denis Smajlović
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href='style.css'>
</head>
<body>
<div class='welcome'>
<img src='starscape.svg' class='starscape' alt="starscape">
<div class='text vertical-center'>
<h1>Denis Smajlović</h1>
<br>
<h3>@deni</h3>
</div>
<div class='text vertical-bottom'>
<h3>
<a href='mailto:[email protected]'>
</a>
<br>
<a href='tel:+14158519161'>
+1 415 851-9161
</a>
</h3>
</div>
<hr>
</div>
<div id="content" class="content">
<div>
<h1>A new website</h1>
Welcome to my new website. I hand-coded the original one back in 2016 and it was time for a refresher.
<br>
It has some cool things to it:
<ul>
<li>Works well on different screen sizes, in both portrait and landscape orientation</li>
<li>It is completely hand-written, and by me</li>
<li>The graphics are vector, and the starscape is hand-written too</li>
<li>Still does not use any JavaScript</li>
</ul>
I am very happy with the outcome, and hope to soon expand this website with a blog.
</div>
</div>
<div class="footer">
Hand-written by me, fall of 2021 ❤️
</div>
</body>
</html>