-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
52 lines (52 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/style.css"/>
<title>Contact</title>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html" class="active">Contact</a></li>
<li><a href="book-online.html">Book Online</a></li>
</ul>
</div>
<div class="contactBody1">
<h1>Contact</h1>
<span>Tell us about your project or just say hello!</span>
<h2>Work With Us (Get a Quote)</h2>
<div class="formClass">
<form>
<input type="text" placeholder="Name" class="txt"><br/>
<input type="email" placeholder="Email" class="txt"><br/>
<input type="text" placeholder="Subject" class="txt"><br/>
<textarea placeholder="Message"></textarea><br/>
<input type="submit" value="Send">
</form>
</div>
</div>
<div class="contactFooter">
<div class="paragraph">
<h2>Become a Folteer</h2>
<p>
The idea is a box with zero width and height. The actual width and height of the arrow is determined by
</p>
</div>
<div class="paragraph">
<h2>Studio</h2>
<p>
The idea is a box with zero width and height. The actual width and height of the arrow is determined by
</p>
</div>
<div class="icons">
<a href="#"><img src="images/img_1.png"/></a>
<a href="#"><img src="images/img_2.png"/></a>
<a href="#"><img src="images/img_3.png"/></a>
<a href="#"><img src="images/img_4.png"/></a>
</div>
<div class="copyrights"><p>© Copy Rights for Mohmmed Raafat</p></div>
</div>
</body>
</html>