-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="favicon.png?">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Indie+Flower&display=swap">
<link rel="stylesheet" href="styles/index_styles.css">
<title>The A.Golz page</title>
</head>
<body>
<h1>Welcome to the A.Golz page</h1>
<nav>
<ul>
<li><a href="https://github.com/AGolz" target="_blank">GitHub</a></li>
<li><a href="https://agolz.github.io/by_me/projects">Projects</a></li>
<li><a href="https://agolz.github.io/by_me/cv">Curriculum Vitae</a></li>
<li><a href="https://t.me/Alyona_Golz/" target="_blank">Telegram</a></li>
<li><a href="https://www.linkedin.com/in/agolz/" target="_blank">LinkedIn</a></li>
</ul>
</nav>
<div class="gifer-container">
<iframe src="https://giphy.com/embed/yp6meOSCdYTORDkh45" width="100%" height="100%" frameborder="0"></iframe>
</div>
<div class="text">
<p><strong>© by me 2024</strong></p>
</div>
</body>
</html>