-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
51 lines (46 loc) · 1.91 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
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tiana Paunoska | Contact</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+Display&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="contactstyles.css">
<link rel="icon" href="sliki/favicon.ico">
</head>
<header>
<nav>
<ul>
<li><a class="special" href="home.html">Home</a></li>
<li><a class="special" href="favthings.html">Favorite Things</a></li>
<li><a class="special" href="blogposts.html">Latest Posts</a></li>
<li><a class="special" href="gallery.html">Gallery</a></li>
<li><a class="special" href="contact.html">Contact</a></li>
<li class="imgEl"><img src="sliki/logo.png" alt="Logo"></li>
</ul>
</nav>
</header>
<body>
<h1>Contact Me</h1>
<a class="special2" href="mailto:[email protected]">EMAIL</a>
<a class="special2" href="https://www.facebook.com/tiana.paunoska/">FACEBOOK</a>
<a class="special2" href="https://www.instagram.com/p.tianaa/">INSTAGRAM</a>
<div>
<p class="text">Stay up to date with my posts!
</p>
<label>Email Adress
<input name="email" type="text">
</label>
<button>Subscribe</button>
</div>
</body>
<footer class="footerclass"><hr>
<p class="standard">© 2021 Tiana Paunoska</p>
<p class="standard">Information</p>
<p class="standard">
<a href="contact.html">contact me</a>
</p>
</footer>
</html>