-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.45 KB
/
Copy pathindex.html
File metadata and controls
40 lines (40 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sashawins</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="img/favicon.ico" />
<link rel="stylesheet" href="css/mainpage.css" />
<link href="assets/fontawesome/css/fontawesome.css" rel="stylesheet" />
<link href="assets/fontawesome/css/brands.css" rel="stylesheet" />
<link href="assets/fontawesome/css/solid.css" rel="stylesheet" />
</head>
<body>
<div class="page">
<div class="links-container">
<nav class="links">
<li>
<a title="GitHub" href="https://github.com/sashawins" target="_blank"
><i class="nf nf-fa-github github"></i
></a>
</li>
<li>
<a title="Telegram" href="https://t.me/sashawins" target="_blank"
><i class="nf nf-fa-telegram telegram"></i
></a>
</li>
<li>
<a title="Download CV" href="https://sashawins.github.io/CV/Alexander%20Omelekhin%20CV.pdf" target="_blank">
<i class="fa-solid fa-universal-access"></i>
</a>
</li>
</nav>
</div>
<div class="logo">
<img src="img/sashawins-logo.png" alt="sashawins-logo" width="100%" />
</div>
</div>
</body>
</html>