-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
54 lines (49 loc) · 1.42 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
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="contact.css">
<link rel="icon" href="contact.png">
</head>
<body>
<header>
<nav>
<div class="left"><span>Shaina's </span>Portfolio</div>
<div class="right">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="./projects.html">PROJECTS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="">CONTACT</a></li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div class="left-pic">
<img src="contact img.png" alt="">
</div>
<form action=""https://api.web3forms.com/submit"">
<div class="contact">
<h1>Contact Me</h1></div>
<div class="name">
<input type="text" placeholder="Your Name"></div>
<div class="mail">
<input type="text" placeholder="Your Email"></div>
<div class="message">
<textarea name="feedback" id="first" placeholder="Your mesaage"></textarea>
</div>
<div class="btn">
<button>
Submit
</button>
</div>
</form>
</div>
</body>
<footer>
Designed by Shaina
</footer>
</html>