This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
49 lines (49 loc) · 1.85 KB
/
contact.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
48
49
<!DOCKTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="res/global/styles.css">
<link rel="shortcut icon" type="image/png" href="/res/media/images/favicon.png"/>
<title>DusterTheFirst</title>
<script src="/res/global/jquery-3.1.1.js"></script>
</head>
<body>
<!-- HEADER-->
<div id="header"></div>
<div id="headerspacer" class="desktop"> </div>
<div id="headerspacer" class="mobile"> </div>
<script src="res/include/headerinclude.js"></script>
<!-- /HEADER-->
<!-- JUMBOTRON-->
<div id="minitron">
<div class="contain">
<div class="title">Contact Me</div>
</div>
</div>
<!-- /JUMBOTRON-->
<!-- CONTENT-->
<link rel="stylesheet" type="text/css" href="/res/private/feed.css">
<div class="feeditem">
<a class="link">
<b><div class="title">Email</div></b>
</a>
<hr>
<div class="feedcontent">you can email me at [email protected]</div>
</div>
<div class="feeditem">
<a class="link">
<b><div class="title">Social media</div></b>
</a>
<hr>
<div class="feedcontent">I can be reached on several social media platforms with the name of <i>@Dusterthefirst</i>, i would not seggest this as the only mean of contact though, for I am rarely on</div>
</div>
<div class="feeditem">
<a class="link">
<b><div class="title">Discord</div></b>
</a>
<hr>
<div class="feedcontent">I can be reached at <i>DusterTheFirst#4191</i></div>
</div>
<!-- /CONTENT-->
</body>
</html>