-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
45 lines (36 loc) · 906 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<header>
<h1>Jerry Naissem Beassem</h1>
</header>
<p> About | Portfolio | Contact </p>
<section id="main-header">
<div class="container">
<section id="main-bio">
<h2>Contact</h2>
<form>
<ul>
<li>Name: <br></li>
<input type="text" name="name">
<li>Email:<br></li>
<input type="text" name="email">
<li>Message:<br></li>
<input type="text" name="message">
<li><input type="Submit" value="Submit"></li>
</form>
</section>
<section id="Connect-with">
<h3>Connect with Me</h3>
<img src="assets/images/mark-github-128.png">
<img src="assets/images/square-linkedin-128.png">
<img src="assets/images/stackoverflow.png">
</section>
</div>
<footer> ©Copyright2016 JNB</footer>
</body>
</html>