-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
71 lines (53 loc) · 2.2 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
<html>
<head>
<meta charset="utf-8">
<title>Contacts Page</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="shortcut icon" type="image/ico" href="imeg/3.ico">
</head>
<body>
<div class="home" >
<div class="header" style=" background-image: url('imeg/52-loki.png');background-color:aquamarine;height:500px;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;">
<nav>
<img src="imeg/logo.png">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="About.html">About</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</nav>
</div>
</div>
<section>
<div class="Contact-sec1-input">
<h1> SCOOP US</h1>
<p> Have questions or comments? We melt forward <br>to hearing from you!</p>
<img src="imeg/3.png">
<br>
<br>
<form action='' method="POST">
<input type="text" placeholder="Fill in your name" name="Name">
<br>
<input type="email" placeholder="Email" name="Email">
<br>
<textarea placeholder="Write a message" name="Message"></textarea>
<br>
<input type="submit" name="btn_send" class="btn-home-2" value="SEND">
</form>
<br><br><br>
<br><br><br>
<h1>Follow US</h1>
<br><br>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"> <i class="fa fa-google"></i> </a>
</div>
</section>
<br><br><br>
<footer>
<p>© Copyright 2019 CyrineGhwela. All rights reserved.</p>
</footer>
</body>