-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
217 lines (208 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Contact | Slogan Media</title>
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="styles/css/min/bootstrap.min.css">
<link rel="stylesheet" href="styles/css/min/main.min.css">
<link rel="stylesheet" href="styles/css/min/contact.min.css">
</head>
<body>
<header class="header">
<div class="container">
<div class="desktopNav">
<nav>
<div class="logo">
<a href="./index.html">
<img src="./images/logo.svg">
</a>
</div>
<div class="pages">
<ul>
<li>
<a href="./index.html" >Home</a>
</li>
<li>
<a href="./story.html">Story</a>
</li>
<li>
<a href="#" class="active">Contact</a>
</li>
</ul>
</div>
<div class="langSwitcher">
<a href="#" title="Arabic language is coming soon">عربي</a>
</div>
</nav>
</div>
<div class="mobileNav">
<div class="logo">
<a href="index.html">
<img src="./images/logo.svg">
</a>
</div>
<div class="burger">
<span></span>
</div>
<nav>
<ul class="main">
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./story.html">Story</a>
</li>
<li>
<a class="active" href="#">Contact</a>
</li>
</ul>
<div class="about">
<p>One day we decided to solve a problem that we suffer in this field which is the bad deadlines of freelancers</p>
</div>
<div class="social">
<a href="https://www.youtube.com/channel/UCRe7kVD-r4U8kVHsCRp4uWQ/featured" target="_blank">
<svg enable-background="new 0 0 96.124 96.123" version="1.1" viewBox="0 0 96.124 96.123" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m72.089 0.02l-12.465-0.02c-14.004 0-23.054 9.285-23.054 23.656v10.907h-12.533c-1.083 0-1.96 0.878-1.96 1.961v15.803c0 1.083 0.878 1.96 1.96 1.96h12.533v39.876c0 1.083 0.877 1.96 1.96 1.96h16.352c1.083 0 1.96-0.878 1.96-1.96v-39.876h14.654c1.083 0 1.96-0.877 1.96-1.96l6e-3 -15.803c0-0.52-0.207-1.018-0.574-1.386s-0.867-0.575-1.387-0.575h-14.659v-9.246c0-4.444 1.059-6.7 6.848-6.7l8.397-3e-3c1.082 0 1.959-0.878 1.959-1.96v-14.674c0-1.081-0.876-1.958-1.957-1.96z"/>
</svg>
</a>
<a href="https://www.youtube.com/channel/UCRe7kVD-r4U8kVHsCRp4uWQ/featured" target="_blank">
<svg enable-background="new 0 0 310 310" version="1.1" viewBox="0 0 310 310" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m297.92 64.645c-11.19-13.302-31.85-18.728-71.306-18.728h-143.22c-40.359 0-61.369 5.776-72.517 19.938-10.869 13.808-10.869 34.153-10.869 62.311v53.669c0 54.551 12.896 82.248 83.386 82.248h143.23c34.216 0 53.176-4.788 65.442-16.527 12.579-12.038 17.946-31.693 17.946-65.721v-53.669c0-29.695-0.841-50.16-12.083-63.521zm-98.896 97.765l-65.038 33.991c-1.454 0.76-3.044 1.137-4.632 1.137-1.798 0-3.592-0.484-5.181-1.446-2.992-1.813-4.819-5.056-4.819-8.554v-67.764c0-3.492 1.822-6.732 4.808-8.546 2.987-1.814 6.702-1.938 9.801-0.328l65.038 33.772c3.309 1.718 5.387 5.134 5.392 8.861 4e-3 3.73-2.065 7.151-5.369 8.877z"/>
</svg>
</a>
</div>
</nav>
<div class="overlay"></div>
</div>
</div>
</header>
<section class="hero">
<div class="container">
<div class="content" data-aos="fade-in" data-aos-duration="1000">
<h2>Contact</h2>
<p>
Get in touch and let us know how we can help.
</p>
</div>
</div>
<a href="#secondSection" class="navigationLink" id="navigateToServices">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77.723 40.362"><defs><style>.a{fill:none;stroke:red;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;}</style></defs><path class="a" d="M-1915.277,0l-37.361,37.362ZM-1990,0l37.362,37.362Z" transform="translate(1991.5 1.5)"/></svg>
</a>
<img class="phone" src="./images/contact-her-el.png">
<img class="logo-el" src="./images/logo.svg">
</section>
<section class="contactForm" id="secondSection">
<div class="container" data-aos="fade-in" data-aos-duration="1000">
<img class="logo-el" src="./images/logo.svg">
<h3>Keep in Touch</h3>
<hr>
<form>
<div class="form-grid">
<div>
<label for="">Name</label>
<div class="cutted-corners" ><input placeholder="Ex: Mohamed Abdelnaeem" type="text"></div>
</div>
<div>
<label for="">Mail</label>
<div class="cutted-corners" ><input placeholder="[email protected]" type="text"></div>
</div>
<div>
<label for="">Subject</label>
<div class="cutted-corners" ><input placeholder="Ex: Planning Event" type="text"></div>
</div>
<div>
<label for="">Mobile</label>
<div class="cutted-corners"><input placeholder="Ex: +201123456789" type="text"></div>
</div>
</div>
<div>
<label>Message</label>
<div class="cutted-corners">
<textarea placeholder="Leave a message asking for what you want.." name="message"></textarea>
</div>
</div>
</form>
<a href="#" class="bttn bttn-primary bttn-slant" data-aos="fade-right" data-aos-duration="1000">
Send Message
</a>
<div class="successMessage">
<svg enable-background="new 0 0 426.667 426.667" version="1.1" viewBox="0 0 426.667 426.667" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m213.33 0c-117.82 0-213.33 95.514-213.33 213.33s95.518 213.33 213.33 213.33c117.83 0 213.33-95.514 213.33-213.33s-95.509-213.33-213.33-213.33zm-39.134 322.92l-93.935-93.931 31.309-31.309 62.626 62.622 140.89-140.9 31.309 31.309-172.2 172.21z" fill="#6AC259"/>
</svg>
Message successfully sent.
</div>
</div>
</section>
<section class="location">
<div class="container" data-aos="fade-in" data-aos-duration="1000">
<h3>Visit us at</h3>
<hr>
<div class="mapContainer">
<a target="_blank" href="https://goo.gl/maps/zX4QVbCK5cJ2"><img alt="Slogan Media location map" src="./images/map.png"></a>
<span><span>52</span> Lebanon, Mit Akaba, Al Agouzah, Giza Governorate</span>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-logo">
<div class="cutted-corners footerLogo">
<a href="./index.html"><img src="./images/logo-white.svg" alt="Slogan Media Logo"></a>
</div>
</div>
<div class="social">
<h6>Let's Connect</h6>
<div>
<a target="_blank" title="Facebook Page" href="https://www.facebook.com/SloganMediaAgency/">
<svg viewBox="0 0 11.56 22.29">
<g id="facebook-social-symbol" transform="translate(0)">
<g id="Group_112" data-name="Group 112" transform="translate(0)">
<g id="Group_111" data-name="Group 111">
<path id="Path_158" data-name="Path 158" d="M128.385,7.3l.006-1.923c0-1,.072-1.538,1.555-1.538h2.744V0h-3.932c-3.816,0-4.694,1.907-4.694,5.04l0,2.262h-2.9v3.841h2.9V22.29h4.318l0-11.145h3.921l.422-3.841Z" transform="translate(-121.172)"/>
</g>
</g>
</g>
</svg>
</a>
<a target="_blank" title="Youtube Channel" href="https://www.youtube.com/channel/UCRe7kVD-r4U8kVHsCRp4uWQ?fbclid=IwAR0JnIH-CAY4x5jvXPoesqXFiOhF8NH9Okq1qusa7uWx5RnRMngYP33C1gk">
<svg viewBox="0 0 22.181 15.61">
<g id="youtube" transform="translate(0)">
<path id="XMLID_823_" class="cls-1" d="M21.316,47.257c-.8-.952-2.279-1.34-5.1-1.34H5.966c-2.888,0-4.391.413-5.189,1.427C0,48.332,0,49.787,0,51.8v3.84c0,3.9.923,5.885,5.966,5.885H16.214c2.448,0,3.8-.343,4.682-1.183.9-.861,1.284-2.268,1.284-4.7V51.8C22.181,49.677,22.121,48.213,21.316,47.257Zm-7.076,7L9.587,56.684A.715.715,0,0,1,8.54,56.05V51.2a.716.716,0,0,1,1.045-.635l4.654,2.416a.716.716,0,0,1,0,1.269Z" transform="translate(0 -45.917)"/>
</g>
</svg>
</a>
<a title="Instagram" target="_blank" href="https://www.instagram.com/slogan_media_agency/">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 169.063 169.063" style="enable-background:new 0 0 169.063 169.063;" xml:space="preserve">
<g>
<path d="M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752
c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407
c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752
c17.455,0,31.656,14.201,31.656,31.655V122.407z"/>
<path d="M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561
C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561
c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z"/>
<path d="M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78
c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78
C135.661,29.421,132.821,28.251,129.921,28.251z"/>
</g>
</svg>
</a>
</div>
<span>All copywrites reserved <span class="app-txt-primary" >Slogan Media</span></span>
</div>
<div class="outro">
<p>We create ideas to be different , adding a value to any concept</p>
</div>
</div>
</footer>
<script src="./scripts/jquery-3.3.1.min.js"></script>
<script src="./scripts/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script type="text/javascript" src="./scripts/jquery.migrate.js"></script>
<script src="./scripts/main.js"></script>
</body>
</html>