-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (87 loc) · 2.95 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/water.css?h=77b70841">
<link rel="stylesheet" href="static/style.css?h=91d2d922">
<link rel="stylesheet" href="static/landing.css">
<link rel="icon" href="favicon.ico" type="image/gif"/>
<title>D.G. Home — dovydas.xyz</title>
</head>
<body>
<nav class="navbar">
<ul class="navbar-nav">
<li class="logo">
<a href="/" class="nav-link">
<svg class="home-logo">
<use href="static/logo.svg#home"></use>
</svg>
<svg class="logo-snail">
<use href="static/logo.svg#snail"></use>
</svg>
<svg id="page-logo">
<use href="static/logo.svg#dovydasxyz"></use>
</svg>
</a>
</li>
<li class="nav-item">
<a href="blog/" class="nav-link">
<svg>
<use href="static/logo.svg#blog"></use>
</svg>
<span class="link-text">Blog</span>
</a>
</li>
<li class="nav-item">
<a href="projects/" class="nav-link">
<svg>
<use href="static/logo.svg#projects"></use>
</svg>
<span class="link-text">Projects</span>
</a>
</li>
<li class="nav-item">
<a href="contact-me/" class="nav-link">
<svg>
<use href="static/logo.svg#contact-me"></use>
</svg>
<span class="link-text">Contact Me</span>
</a>
</li>
<li class="nav-item">
<a href="music/" class="nav-link">
<svg>
<use href="static/logo.svg#music"></use>
</svg>
<span class="link-text">Music</span>
</a>
</li>
</ul>
</nav>
<main>
<main class="landing">
<header>
<h1>Dovydas Gulbinas</h1>
<div class="landing-quote">Well, you wonder why I always dress in black...</div>
</header>
<div class="landing-flex">
<img src="/landing-art.png" id="art" alt="D.G.">
<div id="gallery">
<div id="whoami">
<h3>Whoami</h3>
<p>Twenty-something y.o. software engineer located in some Remote location, with a preference to work Remotely.</p>
<p>I used to convert coffee to physics equations, but now coffee is converted to source code.</p>
</div>
<div id="resume">
<h3>Resume: <a href="/resume/">html</a>
<a href="/resume/dovydas-gulbinas-resume.pdf">pdf</a>
</h3>
</div>
</div>
</div>
</main>
</main>
<footer style="text-align: center; margin-top: 2rem; font-style: italic;">
<small>© Copyright 2022 by D.G.</small>
</footer>
</body>