-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
219 lines (206 loc) · 10.4 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Company</title>
<meta name="author" content="@mrxloka">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="bower_components/material-design-lite/material.min.css">
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css">
<link rel="stylesheet" href="css/s.min.css">
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/material-design-lite/material.min.js"></script>
<script src="bower_components/wow/dist/wow.min.js"></script>
<script src="js/isin.js"></script>
<script src="js/s.js"></script>
</head>
<body>
<!-- Always shows a header, even in smaller screens. -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">Company</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="/index.html">Home</a>
<a class="mdl-navigation__link" href="/about.html">About</a>
<a class="mdl-navigation__link" href="/products.html">Products</a>
<a class="mdl-navigation__link" href="/contact.html">Contact</a>
<button id="lang-switcher" class="mdl-button mdl-js-button mdl-button--icon">
<i class="material-icons">language</i>
</button>
<ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu" for="lang-switcher">
<li class="mdl-menu__item">English</li>
<li class="mdl-menu__item">عربي</li>
<li class="mdl-menu__item">French</li>
</ul>
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">Company</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="/index.html">Home</a>
<a class="mdl-navigation__link" href="/about.html">About</a>
<a class="mdl-navigation__link" href="/products.html">Products</a>
<a class="mdl-navigation__link" href="/contact.html">Contact</a>
</nav>
</div>
<main class="mdl-layout__content">
<div class="page-content">
<!-- Your content goes here -->
<div class="first-section contact-page">
<h1 class="wow bounceInDown">Contact Us</h1>
</div>
<div class="page mdl-grid">
<div class="wow slideInLeft mdl-cell mdl-cell--6-col mdl-cell--8-col-tablet">
<h3>Contact Info.</h3>
</div>
<div class="wow slideInRight mdl-cell mdl-cell--6-col mdl-cell--8-col-tablet">
<p>
<b>Mobile : </b> +201140638928
<br>
<b>Email : </b> [email protected]
<br>
<b>Address : </b> 123 Main st, Aswan , Egypt
<br>
</p>
</div>
</div>
<div class="wow bounce page contact-form">
<h3>Send a message</h3>
<form action="#">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" id="name" name="name" type="text" placeholder="Name">
</div>
</div>
<div class="mdl-cell mdl-cell--6-col">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" id="company" name="company" placeholder="Company" type="text">
</div>
</div>
<div class="mdl-cell mdl-cell--6-col">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" id="phone" name="phone" placeholder="Phone" type="text">
</div>
</div>
<div class="mdl-cell mdl-cell--6-col">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" id="emailquote" name="email" placeholder="Email" type="email">
</div>
</div>
<div class="mdl-cell mdl-cell--12-col">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<textarea class="mdl-textfield__input" id="describe" name="describe" cols="" placeholder="Describe" rows="8"></textarea>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<select class="mdl-textfield__input" id="type" class="getqoute" name="type">
<option>Project Type</option>
<option value="Small Business Website">Small Business Website</option>
<option value="Ecommerce Website">Ecommerce Website</option>
<option value="Corporate/Enterprise Website">Corporate/Enterprise Website</option>
<option value="Social Media Website">Social Media Website</option>
<option value="Mobile Website">Mobile Website</option>
<option value="Mobile/iPhone App">Mobile/iPhone App</option>
<option value="Web/Facebook App">Web/Facebook App</option>
<option value="Content Management System">Content Management System</option>
<option value="Search Engine Marketing">Search Engine Marketing</option>
<option value="Social Media Marketing">Social Media Marketing</option>
<option value="Other">Other</option>
</select>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<select class="mdl-textfield__input" id="begin" class="getqoute" name="begin">
<option>When would you like to begin?</option>
<option value="Now">Now</option>
<option value="Next week">Next week</option>
<option value="1 month">1 month</option>
<option value="Over 1 month">Over 1 month</option>
</select>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<select class="mdl-textfield__input" id="budget" class="getqoute" name="budget">
<option>What is your budget?</option>
<option value="L.E.1,000-5,000">L.E.1,000-5,000</option>
<option value="L.E.5,000-10,000">L.E.5,000-10,000</option>
<option value="L.E.10,000-20,000">L.E.10,000-20,000</option>
<option value="L.E.20,000-50,000">L.E.20,000-50,000</option>
<option value="L.E.50,000 +">L.E.50,000 +</option>
</select>
</div>
</div>
<div class="mdl-cell mdl-cell--12-col">
<button type="submit" class="mdl-button">Submit</button>
</div>
</form>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d3973.7135317955513!2d32.865623647281666!3d24.034190204763153!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2seg!4v1450632374185" width="100%" height="100%" frameborder="0" style="border:0"
allowfullscreen></iframe>
</div>
<footer class="mdl-mega-footer">
<div class="mdl-mega-footer__middle-section">
<div class="mdl-mega-footer__drop-down-section">
<input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer__heading">Features</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="#">About</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Updates</a></li>
</ul>
</div>
<div class="mdl-mega-footer__drop-down-section">
<input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer__heading">Details</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="#">Specs</a></li>
<li><a href="#">Tools</a></li>
<li><a href="#">Resources</a></li>
</ul>
</div>
<div class="mdl-mega-footer__drop-down-section">
<input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer__heading">Technology</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="#">How it works</a></li>
<li><a href="#">Patterns</a></li>
<li><a href="#">Usage</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Contracts</a></li>
</ul>
</div>
<div class="mdl-mega-footer__drop-down-section">
<input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer__heading">FAQ</h1>
<ul class="mdl-mega-footer__link-list">
<li><a href="#">Questions</a></li>
<li><a href="#">Answers</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
</div>
<div class="mdl-mega-footer__bottom-section">
<div class="mdl-logo">Title</div>
<ul class="mdl-mega-footer__link-list">
<li><a href="#">Help</a></li>
<li><a href="#">Privacy & Terms</a></li>
</ul>
</div>
</footer>
</div>
</main>
</div>
</body>
</html>