-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.39 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.39 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
<!DOCTYPE html>
<head>
<title>zerk's stuff</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="assets/css/common.css">
<link rel="stylesheet" href="assets/css/title.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="content">
<div class="title-section">
<div class="title-box left">
<div class="title-text">
<h2>zerk's</h2>
</div>
</div>
<div class="logo-box">
<object id="logo-z" data="assets/logo/z.svg" type="image/svg+xml"></object>
<object id="logo-k" data="assets/logo/k.svg" type="image/svg+xml"></object>
<object id="logo-w" data="assets/logo/w.svg" type="image/svg+xml"></object>
</div>
<div class="title-box right">
<div class="title-text">
<h2>stuff</h2>
</div>
</div>
</div>
<div class="subtitle">
<p>nothing to see here</p>
</div>
<div class="links">
<a class="fa fa-twitter" href="https://twitter.com/zerkawei" target="_blank"></a>
<a class="fa fa-github" href="https://github.com/zerkawei" target="_blank"></a>
<a class="fa fa-youtube" href="https://www.youtube.com/channel/UCVtRVkxwoL1FMLfBTeB8kQg" target="_blank"></a>
</div>
</div>
</body>