-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
178 lines (165 loc) · 7.25 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!doctype html>
<html class="no-js" lang="EN">
<head>
<meta charset="utf-8">
<title>Terre De Geek</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon_io/favicon-16x16.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<script src="https://kit.fontawesome.com/1911e49993.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Codystar&family=Faster+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<!--######### Header #########-->
<header class="mainBg flex fullCenter fullWidth">
<section class="tCenter">
<h1>Terre De Geek</h1>
<p class="mainFont">Everything for geeks, anywhere in the universe</p>
</section>
</header>
<!--######### Nav #########-->
<nav id="nav" class="navBarBg fullWidth relative mainFont">
<ul class="flex nowrap around itemsCenter">
<li><a class="link" href="index.html"><i class="fas fa-rocket"></i></a></li>
<div class="subnav">
<li><button class="subnavbtn">Computers</button></li>
<div class="subnav-content down">
<a href="#">Laptops</a>
<a href="#">Desktops</a>
<a href="#">Accessories</a>
</div>
</div>
<div class="subnav">
<li><button class="subnavbtn">High-Tech</button></li></div>
<div class="subnav">
<li><button class="subnavbtn">Goodies</button></li></div>
</ul>
<!--search bar-->
<aside class="flex nowrap between itemsCenter">
<div class="navA flex itemsCenter">
<input type="text" placeholder="Search...">
<button><i class="fas fa-search"></i></button>
</div>
<div class="navB flex itemsCenter">
<a class="link" href="#"><i class="fas fa-shopping-cart"></i></a>
<button><i class="fas fa-user-astronaut"></i></button>
</div>
</aside>
<div class="navC fullWidth fullCenter">
<input type="text" placeholder="Search...">
<button><i class="fas fa-search"></i></button>
</div>
</nav>
<!--######### Main #########-->
<main class="flex column fullCenter">
<article class="mainBg container mainFont">
<section class="flex column itemsCenter">
<h2 class="tCenter">Contact us</h2>
<form class="flex column fullCenter">
<fieldset>
<legend>Please fill in the following form:</legend>
<!-- last name -->
<label for="lastName">Last name*:</label><br>
<input type="text" id="lastName" name="lastName" placeholder="Ex: Doe" required pattern="[A-Za-z]{2,40}"><br><br>
<!-- first name -->
<label for="firstName">First name*:</label><br>
<input type="text" id="firstName" name="firstName" placeholder="Ex: John" required pattern="[A-Za-z]{2,40}"><br><br>
<!-- phone number -->
<label for="phone">Enter your phone number:</label><br>
<input type="tel" id="phone" name="phone" placeholder="Ex: 0666666666" pattern="[0-9]{10}"><br><br>
<!-- email -->
<label for="email">Enter your email*:</label><br>
<input type="email" id="email" name="email" placeholder="Ex: tdg@gmail.com" required><br><br>
<!-- age -->
<label for="age">Age:</label><br>
<input type="number" id="age" name="age" min="18" max="100"><br><br>
<!-- object drop-down -->
<label for="purpose">Subject of your message*:</label><br>
<select id="purpose" name="purpose" required>
<option value="information">Information</option>
<option value="complaint">Complaint</option>
<option value="partnership">Partnership</option>
<option value="other">Other purpose</option>
<!-- message -->
<textarea name="message" style="width:70%; height:10rem;" placeholder="Type your message here" required></textarea><br><br>
<input class="inputbtn" type="submit" value="Send">
</fieldset>
</form>
<p class="text">(*) required field</p>
</section>
</article>
</main>
<!--######### Footer #########-->
<footer class="navBarBg mainFont footer1 fullWidth relative">
<div>
<ul class="flex nowrap around itemsCenter">
<li>
<div class="subnav">
<button class="subnavbtn">Company</button>
<div class="subnav-content">
<a class="link" href="about_us.html">About us</a>
<a class="link" href="contact.html">Contact us</a>
<a class="link" href="services.html">Services</a>
</div>
</div>
</li>
<li>
<div class="subnav">
<button class="subnavbtn">Conditions of sale</button>
</div>
</li>
<li>
<div class="subnav">
<button class="subnavbtn">Delivery</button>
</div>
</li>
<div class="subnav">
<button class="subnavbtn">Follow us<br></button>
<div class="subnav-content">
<a class="link" href="#"><i class="fab fa-facebook fa-lg"></i></a>
<a class="link" href="#"><i class="fab fa-twitter fa-lg"></i></a>
<a class="link" href="#"><i class="fab fa-instagram fa-lg"></i></a>
</div>
</div>
</ul>
</div>
</footer>
<footer class="navBarBg mainFont footer2 fullWidth column">
<ul class="flex nowrap around link2 tCenter">
<li><a class="link" href="about_us.html">About us</a></li>
<li><a class="link" href="contact.html">Contact us</a></li>
<li><a class="link" href="services.html">Services</a></li>
<li><a class="link" href="#">Conditions of sale</a></li>
<li><a class="link" href="#">Delivery</a></li>
</ul>
<article class="network flex nowrap fullCenter">
<h4 class="mainFont">Follow us:</h4>
<ul class="flex nowrap">
<li><a class="link" href="#"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a class="link" href="#"><i class="fab fa-twitter fa-lg"></i></a></li>
<li><a class="link" href="#"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</article>
</footer>
<!-- Add your site or application content here -->
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>