-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
187 lines (163 loc) · 6.79 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title</title>
<link rel="stylesheet" href="assets/stylesheets/normalize.css" />
<link rel="stylesheet" href="assets/stylesheets/custom.css" />
</head>
<body>
<header>
<section id="header-top">
<img src="assets/images/patron.jpg" alt="Logo" />
<h1>Title</h1>
<img src="http://placehold.it/100x100" alt="Patron" />
</section>
<section id="header-menu">
<nav>
<a href="#">Home</a>
<a href="#">About Us</a>
<a href="#">Contact</a>
</nav>
<form method="post" action="/">
<input type="search" placeholder="Arızanız nedir?" name="ariza" />
</form>
</section>
</header>
<aside>
<nav>
<a href="#">Bla Bla Bla</a>
<a href="#">Blö Blö Blö</a>
<a href="#">Ra Ra Ra</a>
</nav>
<button id="call-to-action">Come To Dubai</button>
</aside>
<main>
<ul id="section-one">
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Çalışkan Adam #1
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Tembeli" />
Tembel Adam #2
</li>
</ul>
<section id="about-us">
<h2>About Us</h2>
<p>Evlerinizde bozuk musluk kalmayana kadar görevimizin yılmaz neferleriyiz.</p>
</section>
<section id="technicians">
<ul>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Adam #1
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Adam #2
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Adam #3
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Adam #4
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Adam #5
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Adam #6
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Kadın #1
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Kadın #2
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Kadın #3
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Kadın #4
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Kadın #5
</li>
<li>
<img src="https://placehold.it/150x150" alt="Ayın Çalışkanı" />
Kadın #6
</li>
</ul>
<section>
<button id="go-to-left" type="button">
<img src="assets/icons/left-arrow.svg" alt="Sola Git">
</button>
<button id="go-to-right" type="button">
<img src="assets/icons/right-arrow.svg" alt="Sağa Git" />
</button>
</section>
</section>
<section id="section-two">
<section id="location">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2075.02955000172!2d32.65428484872882!3d41.2130080556999!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40835318ced11581%3A0xc7968681472940!2sKarab%C3%BCk%20%C3%9Cniversitesi%20Teknopark!5e0!3m2!1str!2str!4v1703583773313!5m2!1str!2str"
width="350" height="250" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</section>
<section id="contact-us">
<h3>Arıza Bildirim Hattı</h3>
<p>Arızalarınızı bize <strong>0(370) 444 44 44</strong> üzerinden bildirin. Arızalarınıza veda bile
edemeden kurtulun.</p>
<form id="contact-form" action="#">
<label for="form-name">Adınız</label>
<input type="text" name="name" id="form-name" placeholder="Adınız ve Soyadınız" />
<label for="form-phone">Telefon Numarası</label>
<input type="tel" name="phone" id="form-phone" placeholder="Size Ulaşabileceğimiz Numaranız" />
<label for="form-problem-type">Problem Türünüz</label>
<select name="problem_type" id="form-problem-type">
<option value="musluk">Musluk</option>
<option value="kombi">Kombi</option>
</select>
<label for="form-problem-description">Probleminiz Nedir?</label>
<textarea name="problem_description" id="form-problem-description" rows="5"></textarea>
<button type="submit">Acil Durum!</button>
</form>
</section>
</section>
<video width="320" height="240" loop="true" controls>
<source src="assets/videos/movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</main>
<footer>
Footer
</footer>
<button id="go-to-top">
<img src="assets/icons/top-arrow.svg" width="15" height="15" alt="Yuharı Bah" />
</button>
<button id="live-chat">
Canlı Sohbet
</button>
<button id="toggle-to-aside">
Menüyü Gizle
</button>
<script src="assets/javascripts/go-to-top.js"></script>
<script src="assets/javascripts/call-to-action.js"></script>
<script src="assets/javascripts/contact-form.js"></script>
<script src="assets/javascripts/title-handler.js"></script>
<script src="assets/javascripts/video-handler.js"></script>
<script src="assets/javascripts/slider.js"></script>
<script src="assets/javascripts/aside-toggle-handler.js"></script>
</body>
</html>