This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·410 lines (407 loc) · 19.7 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
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Legend - One Page Bootstrap Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel='stylesheet' id='prettyphoto-css' href="css/prettyPhoto.css" type='text/css' media='all'>
<link href="css/fontello.css" type="text/css" rel="stylesheet">
<!--[if lt IE 7]>
<link href="css/fontello-ie7.css" type="text/css" rel="stylesheet">
<![endif]-->
<!-- Google Web fonts -->
<link href='http://fonts.googleapis.com/css?family=Quattrocento:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico">
<!-- JQuery -->
<script type="text/javascript" src="js/jquery.js"></script>
<!-- Load ScrollTo -->
<script type="text/javascript" src="js/jquery.scrollTo-1.4.2-min.js"></script>
<!-- Load LocalScroll -->
<script type="text/javascript" src="js/jquery.localscroll-1.2.7-min.js"></script>
<!-- prettyPhoto Initialization -->
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto();
});
</script>
</head>
<body>
<!--******************** NAVBAR ********************-->
<div class="navbar-wrapper">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
<h1 class="brand"><a href="#top">François KY</a></h1>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<nav class="pull-right nav-collapse collapse">
<ul id="menu-main" class="nav">
<li><a title="Home" href="#headerwrap">Home</a></li>
<li><a title="portfolio" href="#portfolio">Portfolio</a></li>
<li><a title="services" href="#services">Services</a></li>
<li><a title="news" href="#news">News</a></li>
<li><a title="me" href="#team">Me</a></li>
<li><a title="contact" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- /.container -->
</div>
<!-- /.navbar-inner -->
</div>
<!-- /.navbar -->
</div>
<!-- /.navbar-wrapper -->
<div id="top"></div>
<!-- ******************** HeaderWrap ********************-->
<div id="headerwrap">
<header class="clearfix">
<h1><span>Legend!</span> We make web a beautiful place.</h1>
<div class="container">
<div class="row">
<div class="span12">
<h2>Get to know me:</h2>
</div>
</div>
<div class="row">
<div class="span12">
<ul class="icon">
<li><a href="#" target="_blank"><i class="icon-twitter-circled"></i></a></li>
<li><a href="#" target="_blank"><i class="icon-linkedin-circled"></i></a></li>
<li><a href="#" target="_blank"><i class="icon-skype-circled"></i></a></li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!--******************** Feature ********************-->
<div class="scrollblock">
<section id="feature">
<div class="container">
<div class="row">
<div class="span12">
<article>
<p>We work to make web a beautiful place.</p>
<p>We craft beautiful designs and convert them into</p>
<p>fully functional and user-friendy web app.</p>
</article>
</div>
<!-- ./span12 -->
</div>
<!-- .row -->
</div>
<!-- ./container -->
</section>
</div>
<hr>
<!--******************** Portfolio Section ********************-->
<section id="portfolio" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-desktop-circled"></i></div>
<h1 id="folio-headline">Portfolio...</h1>
<div class="row">
<div class="span4">
<div class="mask2"> <a href="img/portfolio-01.jpg" rel="prettyPhoto"><img src="img/portfolio-01.jpg" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2>Ethan Marcotte Design</h2>
</hgroup>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a class="more-link" href="#">view project</a> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2"> <a href="img/portfolio-02.jpg" rel="prettyPhoto"><img src="img/portfolio-02.jpg" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2>A Book Apart</h2>
</hgroup>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a class="more-link" href="#">view project</a> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2"> <a href="img/portfolio-03.jpg" rel="prettyPhoto"><img src="img/portfolio-03.jpg" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2>Four Rules for Designers</h2>
</hgroup>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a class="more-link" href="#">view project</a> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
</div>
<!-- /.row -->
<div class="row">
<div class="span4">
<div class="mask2"> <a href="img/portfolio-01.jpg" rel="prettyPhoto"><img src="img/portfolio-03.jpg" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2>Ethan Marcotte Design</h2>
</hgroup>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a class="more-link" href="#">view project</a> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2"> <a href="img/portfolio-02.jpg" rel="prettyPhoto"><img src="img/portfolio-01.jpg" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2>A Book Apart</h2>
</hgroup>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a class="more-link" href="#">view project</a> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2"> <a href="img/portfolio-03.jpg" rel="prettyPhoto"><img src="img/portfolio-02.jpg" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2>Four Rules for Designers</h2>
</hgroup>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a class="more-link" href="#">view project</a> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<!--******************** Services Section ********************-->
<section id="services" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-cog-circled"></i></div>
<h1>Services</h1>
<!-- Four columns -->
<div class="row">
<div class="span3">
<div class="align"> <i class="icon-desktop sev_icon"></i> </div>
<h2>Web design</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-vector sev_icon"></i> </div>
<h2>Print Design</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-basket sev_icon"></i> </div>
<h2>Ecommerce</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-mobile-1 sev_icon"></i> </div>
<h2>Marketing</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</div>
<!-- /.span3 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<!--******************** Testimonials Section ********************-->
<section id="testimonials" class="single-page hidden-phone">
<div class="container">
<div class="row">
<div class="blockquote-wrapper">
<blockquote class="mega">
<div class="span4">
<p class="cite">John Doe & Sons:</p>
</div>
<div class="span8">
<p class="alignright">"We highly appreciate the enthusiasm and creative talent of the people at Legend!"</p>
</div>
</blockquote>
</div>
<!-- /.blockquote-wrapper -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<!--******************** News Section ********************-->
<section id="news" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-pencil-circled"></i></div>
<h1>Our Blog</h1>
<!-- Three columns -->
<div class="row">
<article class="span4 post"> <img class="img-news" src="img/blog_img-01.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> March 17, 2013</p>
<h2>A girl running on a road</h2>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. …</p>
<a href="#" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
<article class="span4 post"> <img class="img-news" src="img/blog_img-02.jpg" alt="">
<div class="inside">
<p class="post-date">February 28, 2013</p>
<h2>A bear sleeping on a tree</h2>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. …</p>
<a href="#" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
<article class="span4 post"> <img class="img-news" src="img/blog_img-03.jpg" alt="">
<div class="inside">
<p class="post-date">February 06, 2013</p>
<h2>A Panda playing with his baby</h2>
<div class="entry-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. …</p>
<a href="#" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
</div>
<!-- /.row -->
<a href="#" class="btn btn-large">Go to our blog</a> </div>
<!-- /.container -->
</section>
<hr>
<!--******************** Team Section ********************-->
<section id="team" class="single-page scrollblock">
<div class="container">
<div class="teamalign"> <img class="team-thumb img-circle" src="img/portrait-1.jpg" alt=""> </div>
<h1>Meet me</h1>
<!-- /.row -->
<div class="row">
<div class="span10 offset1">
<hr class="featurette-divider">
<div class="featurette">
<h2 class="featurette-heading">Want to know more? <span class="muted">| a little about us</span></h2>
<p>Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores.</p>
<p>At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues.</p>
<p>A un Angleso it va semblar un simplificat Angles, quam un skeptic Cambridge amico dit me que Occidental es.</p>
</div>
<!-- /.featurette -->
<hr class="featurette-divider">
</div>
<!-- .span10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!--******************** Contact Section ********************-->
<section id="contact" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-mail-2"></i></div>
<h1>Contact us now!</h1>
<div class="row">
<div class="span12">
<div class="cform" id="theme-form">
<form action="#" method="post" class="cform-form">
<div class="row">
<div class="span6"> <span class="your-name">
<input type="text" name="your-name" placeholder="Your Name" class="cform-text" size="40" title="your name">
</span> </div>
<div class="span6"> <span class="your-email">
<input type="text" name="your-email" placeholder="Your Email" class="cform-text" size="40" title="your email">
</span> </div>
</div>
<div class="row">
<div class="span6"> <span class="company">
<input type="text" name="company" placeholder="Your Company" class="cform-text" size="40" title="company">
</span> </div>
<div class="span6"> <span class="website">
<input type="text" name="website" placeholder="Your Website" class="cform-text" size="40" title="website">
</span> </div>
</div>
<div class="row">
<div class="span12"> <span class="message">
<textarea name="message" class="cform-textarea" cols="40" rows="10" title="drop us a line."></textarea>
</span> </div>
</div>
<div>
<input type="submit" value="Send message" class="cform-submit pull-left">
</div>
<div class="cform-response-output"></div>
</form>
</div>
</div>
<!-- ./span12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<div class="footer-wrapper">
<div class="container">
<footer>
<small>© 2013 Inbetwin Network. All rights reserved.</small>
</footer>
</div>
<!-- ./container -->
</div>
<!-- Loading the javaScript at the end of the page -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/site.js"></script>
<!--ANALYTICS CODE-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29231762-1']);
_gaq.push(['_setDomainName', 'dzyngiri.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>