-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (50 loc) · 2.81 KB
/
index.html
File metadata and controls
69 lines (50 loc) · 2.81 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="assets/favicon.png"/>
<link rel="icon" type="image/png" href="assets/favicon.png" />
<link rel="apple-touch-icon" type="image/png" href="assets/favicon.png" />
<link rel="stylesheet" type="text/css" href="assets/font-awesome/main.css">
<link rel="stylesheet" type="text/css" href="styles.css" />
<title>Eulm Dev</title>
<meta name="title" content="Eulm Dev" />
<meta name="description" content="The personal website of Eulm Dev - a self-taught full-stack developer."/>
<meta name="keywords" content="eulm,dev,developer,self,taught,self-taught,full,stack,full-stack,code,coder,programmer,contact,contacting,email,mail,message,request"/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="Eulm Dev" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://eulm.dev" />
<meta property="og:title" content="Eulm Dev" />
<meta property="og:description" content="The personal website of Eulm Dev - a self-taught full-stack developer."/>
<meta property="theme-color" content="#20bdff" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://eulm.dev" />
<meta property="twitter:title" content="Eulm Dev" />
<meta property="twitter:description" content="The personal website of Eulm Dev - a self-taught full-stack developer."/>
</head>
<body>
<div class="container">
<section id="hero">
<img class="icon" src="assets/favicon.png" alt="Eulm Dev icon">
<div style="height: 6.5rem;"></div>
<h1 class="title">Eulm Dev</h1>
<p class="desc">Self-taught full-stack developer</p>
</section>
<section id="links">
<a class="link" href="https://github.com/eulmdev" target="_blank" tooltip="@eulmdev"><i class="fa-brands fa-github"></i></a>
<a class="link" href="mailto:mail@eulm.dev" target="_blank" tooltip="mail@eulm.dev"><i class="fa-solid fa-envelope"></i></a>
<a class="link" href="https://discordapp.com/users/1156255365873275001" target="_blank" tooltip="@eulmdev"><i class="fa-brands fa-discord"></i></a>
</section>
<div class="hidden" id="warning">
<i class="icon fa-solid fa-circle-info"></i>
<span class="text">Touchscreen devices must select links twice</span>
</div>
</div>
<script src="script.js"></script>
</body>
</html>