-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcontact.html
27 lines (27 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="CSS/navbar.css">
<link rel="stylesheet" href="CSS/contact.css">
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="discord.html">Discord</a>
<a class="current" href="">Contact</a>
<a href="about.html">About</a>
</div>
<div class="content">
<h1 class="header">Contact me here, don't be scared, I don't bite:</h1>
<div class="contactpoints">
<div class="twitterdiv">
<a href="https://twitter.com/lukealanwolfe" class="twitter contactpoint"><img src="images/contact/twitter.png" class="twitter"></a>
</div>
<div class="discorddiv">
<a href="nicetry.html" class="discord"><img src="images/contact/Discord.png" class="discord"></a>
</div>
</div>
</div>
</body>
</html>
<!--I see you're looking into the terribly made HTML and CSS for this project! Well it's something, a start, as I continue to learn HTML and CSS.!-->