-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (105 loc) · 5.6 KB
/
index.html
File metadata and controls
105 lines (105 loc) · 5.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"
crossorigin="anonymous">
<link rel="icon" href="logo.png">
<style>
div#A p {
line-height: 64px;
}
</style>
<title>Stefan Milev</title>
</head>
<body class="bg-dark">
<div class="container mt-5">
<div class="row pt-5">
<div class="col-6">
<div class="container border border-secondary rounded">
<h1 class="text-success font-monospace pt-3">Stefan Milev</h1>
<h6 class="text-muted font-monospace">also known as Delemangi</h6>
<p class="text-white font-monospace mt-5">
<span class="text-white">Computer science student.</span>
<span class="text-muted">Faculty of Computer Science and Engineering @ Ss. Cyril and Methodius University - Skopje</span>
</p>
<p class="text-white font-monospace mt-5">
<span class="text-white">Programmer.</span>
<span class="text-muted">Coding random stuff mostly in Python</span>
</p>
<p class="text-white font-monospace mt-5">
<span class="text-white">Spreadsheet professional.</span>
<span class="text-muted">Know how to create and manage spreadsheets exceptionally well</span>
</p>
<p class="text-white font-monospace mt-5">
<span class="text-white">Fast typer.</span>
<span class="text-muted">Capable of typing general texts at 130 WPM and code at 100 WPM</span>
</p>
<p class="text-white font-monospace mt-5">
<span class="text-white">Variety gamer.</span>
<span class="text-muted">Interested in multiple games genres, especially survival games like Rust</span>
</p>
<p class="text-white font-monospace pt-3">
<span class="text-white">Creator of HECKGAMING.</span>
<a class="text-decoration-none" href="https://heckgaming.com">HECKGAMING.COM</a>
</p>
</div>
<div class="container border border-secondary rounded mt-5">
<p class="text-white font-monospace pt-3">
Made by <span class="text-success">Stefan Milev</span> in 2021 using
<a class="text-decoration-none" href="https://getbootstrap.com/">Bootstrap.</a>
</p>
</div>
</div>
<div class="col-3">
<div class="container d-flex flex-column align-items-end">
<a class="text-decoration-none text-muted fs-1 btn btn-dark border-0 mb-1 py-0"
href="mailto:stefan@heckgaming.com" target="_blank">
<span class="bi bi-envelope"></span>
</a>
<a class="text-decoration-none text-muted fs-1 btn btn-dark border-0 mb-1 py-0"
href="https://discord.gg/heckgaming" target="_blank">
<span class="bi bi-discord"></span>
</a>
<a class="text-decoration-none text-muted fs-1 btn btn-dark border-0 mb-1 py-0"
href="https://github.com/Delemangi" target="_blank">
<span class="bi bi-github"></span>
</a>
<a class="text-decoration-none text-muted fs-1 btn btn-dark border-0 mb-1 py-0"
href="https://steamcommunity.com/id/delemangi" target="_blank">
<span class="bi bi-controller"></span>
</a>
<a class="text-decoration-none text-muted fs-1 btn btn-dark border-0 mb-1 py-0"
href="https://www.reddit.com/user/hfnuioewghiuwegh/" target="_blank">
<span class="bi bi-reddit"></span>
</a>
<a class="text-decoration-none text-muted fs-1 btn btn-dark border-0 mb-1 py-0"
href="https://www.youtube.com/channel/UCcsWtFhDRLIKPoTMcgVXeLw" target="_blank">
<span class="bi bi-youtube"></span>
</a>
<a class="text-decoration-none text-muted fs-1 btn btn-dark border-0 mb-1 py-0"
href="https://data.typeracer.com/pit/profile?user=cardinalsdu" target="_blank">
<span class="bi bi-keyboard"></span>
</a>
</div>
</div>
<div class="col-3">
<div class="container d-flex flex-column justify-content-between align-items-start" id="A">
<p class="text-muted font-monospace fs-5 m-0 p-0">Mail</p>
<p class="text-muted font-monospace fs-5 m-0 p-0">Discord</p>
<p class="text-muted font-monospace fs-5 m-0 p-0">GitHub</p>
<p class="text-muted font-monospace fs-5 m-0 p-0">Steam</p>
<p class="text-muted font-monospace fs-5 m-0 p-0">Reddit</p>
<p class="text-muted font-monospace fs-5 m-0 p-0">YouTube</p>
<p class="text-muted font-monospace fs-5 m-0 p-0">TypeRacer</p>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"></script>
</body>
</html>