-
Notifications
You must be signed in to change notification settings - Fork 4
/
contact.html
64 lines (61 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="contact.css">
<link rel="icon" href="images/1_quiz logo.jpg" type="image/icon type">
<title>Document</title>
</head>
<body>
<!-- Start Contact Me -->
<div class="contact-me">
<div class="container">
<div class="info">
<h2>Contact Me</h2>
<p class="paragrph">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt Duis aute irure dolor in reprehenderit. </p>
<address class="paragrph">
123 Street Name <br>
Istunbul <br>
Areena Area <br>
</address>
<p class="paragrph">
<strong>Email:</strong> [email protected] <br>
<strong>Phone:</strong> 8890773770
</p>
</div>
<form class="form">
<label>Name *</label>
<input type="text" name="Name" value="Your Name">
<label>Email Adress *</label>
<input type="email" name="Email Adress" value="Your Email Adress">
<label>Message *</label>
<textarea name="Message" rows="10" cols="80">Your Message</textarea>
<input type="submit" name="Contact Me" value="Contact Me">
</form>
</div>
</div>
<!-- End Contact Me -->
<!-- Start Fototer -->
<div class="footer">
<div class="container">
<div class="footer-folat">
<span class="he">Copyright © 2017 Restom</span>
<ul>
<li><a href="https://www.linkedin.com/in/youssef-restom-83491621"><i class="fa fa-fw fa-linkedin"></i></a></li>
<li><a href="https://github.com/yrestom"><i class="fa fa-fw fa-github"></i></a></li>
<li><a href="https://twitter.com/yousefrestom"><i class="fa fa-fw fa-twitter"></i></a></li>
<li><a href="mailto:[email protected]" title="My E-mail"><i class="fa fa-fw fa-envelope"></i></a></li>
</ul>
</div>
<div class="footer-float">
<div class="bigThink">
<h4 class="he">Big thanks to</h4>
<a href="http://elzero.org/">Elzero Web School</a>
</div>
</div>
</div>
</div>
<!-- End Fototer -->
</body>
</html>