-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
107 lines (79 loc) · 4.19 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<html>
<head>
<title>Picture House</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Little Closet template">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap-4.1.2/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="styles/main_styles.css">
<link rel="stylesheet" type="text/css" href="styles/responsive.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="cstyle.css">
</head>
<body>
<div class="wrapper">
<div class="header_phone d-flex flex-row align-items-center justify-content-start">
<div><div><img src="images/phone.svg" alt="https://www.flaticon.com/authors/freepik"></div></div>
<div><p><font size="6"><b><i>+880 0000000000</i></b></font></p></div>
</div><br><br>
<div>
<form method="post" action="submit.html">
<div class="input-group">
<div class="input-group1">
<label><font face="Comic sans MS" size="4">Name</font></label>
<input type="text" name="" placeholder="Enter Name">
</div>
<div class="input-group1">
<label><font face="Comic sans MS" size="4">Email</font></label>
<input type="email" name="" placeholder="Enter your email">
</div>
<div class="input-group2">
<label></label>
<textarea type="text" name="comment" placeholder="Enter your feedback"></textarea>
</div>
</div>
<div class="input-group1"><label></label></div><div></div>
<div>
<button type="submit" class="btn" name="login_user"><font face="Comic sans MS" size="4">Submit</font></button>
</div>
</form>
</div>
<br><br>
<div class="col-lg-4 footer_col">
<div><div><font size="6"><b>Social</b></font></div></div>
</div>
<ul>
<li class="facebook"><i class="fa fa-facebook fa-2x" aria-hidden="true"></i></li>
<!--<li class="twitter"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></li>-->
<li class="instagram"><i class="fa fa-instagram fa-2x" aria-hidden="true"></i></li>
<li class="google"><i class="fa fa-google fa-2x" aria-hidden="true"></i></li>
</ul><br><br>
</div>
<div class="super_container">
<header class="header">
<div class="header_overlay"></div>
<div class="header_content d-flex flex-row align-items-center justify-content-start">
<div class="logo">
<a href="index.html">
<div class="d-flex flex-row align-items-center justify-content-start">
<div><img src="images/logo1.png" alt=""></div><!--logo will be here-->
<div><font face="Comic sans MS" size="6">Picture House</font></div>
</div>
</a>
</div>
<div class="header_right d-flex flex-row align-items-center justify-content-start ml-auto">
<!-- User -->
<div class="user"><a href="login.php"><div><img src="images/user.svg" alt="https://www.flaticon.com/authors/freepik"></div></a><div><strong>Log In</strong></div></div>
<!-- Phone -->
<div class="user"><a href="login.php"><div><i class="fa fa-info-circle" style="font-size:24px"></i></div></a><div><strong>About Us</strong></div></div>
</div>
</div>
</header>
</div>
</body>
</html>