-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactus.html
147 lines (133 loc) · 5.39 KB
/
contactus.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Permanent+Marker&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Permanent+Marker&family=Roboto:ital,wght@1,100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Add your site or application content here -->
<!-- <p>Hello world! This is HTML5 Boilerplate.</p> -->
<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>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>
<nav class="thirdBG">
<ul>
<li class="deroulant"><a href= "#"><ion-icon name="menu"></ion-icon></a>
<ul class="computerOnly">
<li><a href="index.html">Homepage</a></li>
<li><a href="item1.html">iMac</a></li>
<li><a href="item3.html">iPad</a></li>
<li><a href="item2.html">iPhone</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contactus.html">Contact</a></li>
<li><a href="register.html">Login</a></li>
</ul>
</li>
</ul>
<div class="search">
<li class="deroulant"><ion-icon name="search"></ion-icon>
<ul class="computerOnly">
<li><a href="#"><input type="search" /></li></a>
</ul>
</li>
</div>
</nav>
<main class=formulaires>
<section class="formsh">
<h2>Contact Us</h2>
</section>
<div class="forms">
<form id="myform" class="cssform" action="">
<label for="surname">Surname :</label><br/>
<input type="text" name="surname" id="surname" placeholder="Michel"size="20" maxlength="40" minlength="2" autofocus required/><br/>
<label for="Firstname">Firstname :</label><br/>
<input type="text" name="firstname" id="firstname" placeholder="Michel"size="20" maxlength="40" minlength="2" required/><br/>
<label for="phonenumber">Phone number :</label><br/>
<input type="tel" name="phonenumber" id="phonenumber" placeholder="+33783918826"size="15" maxlength="15" minlength="10"/><br/>
<label for="email">E-mail :</label><br/>
<input type="email" name="email" id="email" placeholder="[email protected]"size="30" maxlength="40" minlength="2" required/><br/>
<label for="age">Age :</label><br/>
<input type="number" name="age" id="age" placeholder="32" size="3" /><br/>
<label for="services">How can we help you ? :</label><br/>
<select name="services" id="services">
<option value="Information" selected>Information</option>
<option value="claim">Claim</option>
<option value="partnership">Partnership</option>
<option value="other">Other</option><br/>
</select>
<p><label for="comments">Message :</label>
<textarea id="comments" placeholder= "Your Message" rows="5" cols="25" required></textarea></p>
<p><label for="comments">Prefer to be contacted by :</label><br/>
Phone :<input type="radio" name="contact" />
E-mail :<input type="radio" name="contact" /></p>
<p><label for="terms">Agree with the terms and conditions</label>
<input type="checkbox" id="terms" class="boxes" required/></p>
<p><div style="margin-left: 150px">
<input type="submit" class="send" value="Send" />
<input type="reset" class="reset" value="Reset" />
</div></p>
</form>
</div>
</main>
<article class=secondBG>
<div class="apple">
<a href="aboutus.html"><img src=img/facetdg.jpg></a>
</div>
</article>
<footer class=mainBG>
<article class =contener>
<div class="abtUs">
<h3>About Us</h3>
<p>Terre de geek shop since 2005<br> Based in Evreux<br><ion-icon name="call"></ion-icon>0783918826<br><ion-icon name="mail"></ion-icon>
</div>
<div class="expUs">
<h3>Explore Us</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About us</a></li>
</ul>
</div>
<div class="supT">
<h3>Support</h3>
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="contactus.html">Contact us</a></li>
</ul>
</div>
</article>
<div class="copy">
<ul>
<li><a href="#">Private Policy</a></li>
<li><a href="mentionlegal.html">Terms & Conditions</a></li>
</ul>
<a href="#">Copyright @2021</a>
</div>
</footer>
</body>
</html>