-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
106 lines (86 loc) · 3.22 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="icon.png">
<img src="images/download.png" alt="Zuri Team">
<title>HNG Form</title>
</head>
<body>
<!--Header-->
<header id="main-header">
<div class="container">
<div id="branding">
<h1><span class="highlight">Etietop</span> Udofia</h1>
<h3>Backend Developer | Oceanographer </h3>
<a href="mailto:[email protected]">[email protected]</a></h3>
</header>
</div>
</div>
</div>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="about.html">About</a> </li>
<li><a href="experience.html">Experience</a> </li>
<li><a href="certification.html">Certification</a> </li>
<li class="current"><a href="contact.html">contact</a> </li>
</ul>
</nav>
<div class="col-lg-2 col-lg-offset-1">
<h5>CONTACT</h5>
</div>
<div class="col-lg-6">
<p><t>Email</t><br/>
<a href="mailto:[email protected]" class="mail">[email protected]</a> <br/>
</p>
<p><t>Phone</t><br/>
<a href="tel:2349027295178" class="tel">(234) 902-72958</a> <br/>
</p>
</div>
<section id="main">
<div class="container">
<h2> Contact Us</h2>
<p>Here is how to reach me</p>
<div>
<form action="message">
<label for="Message"></label><br>
<text area="text" placeholder=" Leave A Comment">
</form>
</div>
<form action="Contact Us">
<input type="text" placeholder="Enter Name">
<input type="Phone" placeholder="Phone No">
<input type="email" placeholder="Enter Email">
</form>
<button class="button_1" type="submit">
Send
</button>
</div>
</section>
<div class="col-lg-3">
<p><sm>SOCIAL LINKS</sm></p>
<p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a href="#" class="fa fa-facebook"></i></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-github"></a>
</p>
</p>
<footer>
<p>Udofia Etietop, Copyright © 2021</p>
</footer>
</footer>
</div>
</div>
</div>
</div>
</body>
</html>