-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
45 lines (38 loc) · 1.48 KB
/
contact.php
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
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<link rel="stylesheet" type="text/css" href="Bootstrap_files/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/interface.css">
</head>
<body>
<div id="page">
<img src="img/lured_z-logo.png" width="298px" height="48px">
<div id="navigation">
<a href="home.php">HOME</a>
<a href="items.php">ITEMS</a>
<a href="aboutus.php">ABOUT US</a>
<a class="active" href="contact.php">CONTACT</a>
<a href="data.php">MY PURCHASE</a>
<a style="float: right;" href="logout.php">LOGOUT</a>
</div>
<br>
<h2>Contact</h2>
<p>[email protected]</p>
<p>+18* **** ***</p><br>
<form>
Name: <input type="text" name="name" placeholder="name" size="40"><br>
Email: <input type="email" name="email" placeholder="email" size="40"><br>
Message: <br> <textarea rows="10" cols="60" placeholder="write your message here..."></textarea></p><br>
<input type="submit" value="Send" name="submit"><br>
</form>
<h2>Find Me On</h2>
<p><img align="left" src="img/facebook.png" width="30px" height="30px"><a href="https://www.facebook.com/seventeennews" target="_blank">Facebook</a></p>
<br>
<p><img align="left" src="img/instagram.png" width="30px" height="30px"><a href="https://www.instagram.com/saythename_17" target="_blank">Instagram</a></p>
</div>
<div id="footer">
<font color="white">Copyright © 2022 <i>Lured'z Eyewear ®.<i> All Rights Reserved</font>
</div>
</body>
</html>