-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
49 lines (43 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Doshy - Contact</title>
<meta name="viewport" content="width=device-width,maximum-scale=0.9" />
<link rel="stylesheet" type="text/css" href="assets/main.css">
<link rel="icon" href="assets/profile.png" type="image/gif" sizes="16x16">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap" rel="stylesheet">
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165989501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165989501-1');
</script>
<body>
<ul class = "nav" id="nav">
<li class="nav"><a href="index.html" class="navlink">Slides Background</a></li>
<li class="nav"><a href="privacypolicy.html" class="navlink">Privacy Policy</a></li>
<li class="nav"><a href="help.html" class="navlink">Help</a></li>
<li style="float: right;" class="selected nav"><a href="contact.html" class="navlink">Contact</a></li>
</ul>
<center class = "centerconatin">
<img class = "profile" src="assets/profile.png" style="border-radius: 50%; margin-top: 10%; width: 10em">
<div class="content">
<h2>Contact</h2>
<a href="mailto:[email protected]">[email protected]</a>
<h2>Github</h2>
<p><a href="https://github.com/Doshy-Org">Doshy</a></p>
<p><a href="https://github.com/Doshy-Org/Slides-Background">Slides Background Repository</a></p>
<h2>The Developers</h2>
<p><a href="https://github.com/qwertyuiop888">qwertyuiop888</a></p>
<p><a href="https://github.com/phisv">phisv</a></p>
</div>
<br><br>
<p> © Doshy 2020</p>
<br>
<br>
</center>
</body>
</html>