forked from TheRealKodakProject/FirstProjectWCS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·275 lines (271 loc) · 11.8 KB
/
index.html
File metadata and controls
executable file
·275 lines (271 loc) · 11.8 KB
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!doctype html>
<html lang="en">
<head>
<title>Wildo Codak</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<!-- jQuery first, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Didact+Gothic|Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="css/general-style.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style_icones.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<div id="kodakMenu">
<div id="kodakLogo">
<a href="index.html">Wildo Codak</a>
</div>
<div id="kodakBurger">
<a href="#" title="Burger button" class="openBtn" onclick="openNav()">☰</span>
</div>
<div id="kodakNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="index.html">HOME</a>
<a href="aboutMe.html">ABOUT ME</a>
<a href="gallery.html">GALLERY</a>
<a href="contact.html">CONTACT</a>
</div>
</div>
</div>
<div id='bg-query'>
<div id="carousel-id" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<img src="img/banner3.jpg" alt="Terrasse de café">
<div class="container">
<div class="carousel-caption">
<div class="text-center">
<a href="gallery.html">
<button type="button" class="btn btn-default">Gallery</button>
</a>
</div>
<a href="#citation-a">
<span class="glyphicon glyphicon-chevron-down"></span>
</a>
</div>
</div>
</div>
<div class="item">
<img src="img/banner1.jpg" alt="Paris">
<div class="container">
<div class="carousel-caption">
<div class="carousel-caption">
<div class="text-center">
<a href="gallery.html">
<button type="button" class="btn btn-default">Gallery</button>
</a>
</div>
<a href="#citation-a">
<span class="glyphicon glyphicon-chevron-down"></span>
</a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/banner2.jpg" alt="rue de seine">
<div class="container">
<div class="carousel-caption">
<div class="carousel-caption">
<div class="text-center">
<a href="gallery.html">
<button type="button" class="btn btn-default">Gallery</button>
</a>
</div>
<a href="#citation-a">
<span class="glyphicon glyphicon-chevron-down"></span>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="carousel-controls">
<a class="left carousel-control" href="#carousel-id" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel-id" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
</header>
<!-- Citation -->
<div class="container-fluid bg_citation" id="citation-a">
<div class="container">
<div class="row">
<div class="col-lg-12 citation">
<p>« À Paris, j’ai sous les yeux les cinq mille hectares du monde où il a été le plus pensé, le plus parlé,
le plus écrit »</p>
<p class="signature">Jean Giraudoux</p>
</div>
</div>
</div>
</div>
<!-- First Background -->
<div class="container-fluid background_1">
</div>
<!-- About me -->
<div class="container about_me">
<div class="row">
<h2>About Me</h2>
<hr>
</div>
<div class="media container">
<div class="row">
<div class="col-sm-12 col-md-3 photo">
<img class="media-object" src="img/photograpphe.jpg" alt="Photographe">
</div>
<div class="col-sm-12 col-md-9">
<h4 class="media-heading">Wildo Codak</h4>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam
rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt
explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur
magni eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-1 col-xs-8 col-xs-offset-2">
<a href="aboutMe.html">
<button type="button" class="btn btn-default">Learn More</button>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Second Background -->
<div class="container-fluid background_2">
</div>
<!-- Theme presentation -->
<div class="container whitespace-mg">
<div class="row">
<h2>Theme selection</h2>
<hr>
</div>
<div class="col-md-3 theme-ct">
<a href="gallery.html#Old">
<img src="img/historique4.jpg" class="" alt="">
</a>
<div class="overlay-theme">
<div class="text">The Old Paris</div>
</div>
</div>
<div class="col-md-3 theme-ct">
<a href="gallery.html#Green">
<img src="img/nature1.png" class="" alt="...">
</a>
<div class="overlay-theme">
<div class="text">The Green Paris</div>
</div>
</div>
<div class="col-md-3 theme-ct">
<a href="gallery.html#New">
<img src="img/moderne2.jpg" class="" alt="...">
</a>
<div class="overlay-theme">
<div class="text">The New Paris</div>
</div>
</div>
<div class="col-md-3 theme-ct">
<a href="gallery.html#Unusual">
<img src="img/misc2.jpg" class="" alt="...">
</a>
<div class="overlay-theme">
<div class="text">The Unusual</div>
</div>
</div>
</div>
<!-- Form -->
<div class="container formulaire" id="contact-me">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
<h2>Contact me
<span>...</span>
</h2>
<hr>
</div>
</div>
<form>
<div class="row form">
<div class="col-md-4 col-md-offset-2 col-lg-4 col-lg-offset-2">
<div class="form-group">
<input type="text" class="form-control" id="first_name" placeholder="Name">
</div>
</div>
<div class="col-md-4 col-lg-4">
<div class="form-group">
<input type="text" class="form-control" id="last_name" placeholder="Surname">
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-2 col-lg-4 col-lg-offset-2">
<div class="form-group">
<input type="email" class="form-control" id="Email1" placeholder="Email">
</div>
</div>
<div class="col-md-4 col-lg-4">
<div class="form-group">
<input type="tel" class="form-control" id="tel" placeholder="Phone">
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
<div class="form-group">
<textarea class="form-control" rows="8" placeholder="Message"></textarea>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
<button type="submit" class="btn btn-default">Send</button>
</div>
</div>
</form>
</div>
<!-- Footer -->
<div class="container-fluid footer">
<div class="container nav_footer">
<div class="row">
<div>
<ul class="nav nav-pills nav-stacked">
<li role="presentation">
<a href="index.html">Home</a>
</li>
<li role="presentation">
<a href="aboutMe.html">About Me</a>
</li>
<li role="presentation">
<a href="contact.html">Contact Me</a>
</li>
</ul>
</div>
<div class="social_icones">
<a href="#" class="icon-facebook2 items_nav_footer"></a>
<a href="#" class="icon-instagram items_nav_footer"></a>
<a href="#" class="icon-twitter items_nav_footer"></a>
</div>
<div class="copyright">
<p>© 2018 Foo-Bar.com / All rights reserved
<p>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<script src="js/kodak-script.js" type="text/javascript"></script>
</body>
</html>