-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 1.83 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Bash / rackodo</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="global.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://kit.fontawesome.com/fa407f85ff.js" crossorigin="anonymous"></script>
<meta name="title" content="Bash (rackodo)" />
<meta name="description" content="Freelance web design and frontend development." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.rackodo.dev/" />
<meta property="og:title" content="Bash (rackodo)" />
<meta property="og:description" content="Freelance web design and frontend development." />
<meta property="og:image" content="https://rackodo.dev/meta.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.rackodo.dev/" />
<meta property="twitter:title" content="Bash (rackodo)" />
<meta property="twitter:description" content="Freelance web design and frontend development." />
<meta property="twitter:image" content="https://rackodo.dev/meta.png" />
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<div class="container">
<div class="header">
<div class="doubleHero">
<img src="bash.jpeg" class="hero">
<img src="bash.jpeg" class="hero">
</div>
<div class="headerText">
<div>
<h1>Bash <span style="color: var(--primary)">/ rackodo</span></h1>
<p>Freelance web design and frontend development.</p>
</div>
<a class="button" href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i> Contact Me</a>
</div>
</div>
</div>
<div id="trailer"></div>
<script src="script.js"></script>
</body>
</html>