-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (95 loc) · 4.17 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Simon Duchaine - Web et communication</title>
<meta name="description" content="Stratège web offrant des services de marketing web et de développement de sites web. Campagnes publicitaires, placement média, multimédia. ">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="stylesheet" href="css/style.css">
<!-- Sonoran - Responsive Coming Soon Template - v.1.2 -->
</head>
<body class="loading">
<!-- WRAPPER -->
<div id="wrap">
<div id="main">
<!-- CONTENT -->
<section id="content">
<aside>
<a href="" class="logo">
<img src="images/logo.png" alt="Simon Duchaine">
<span id="logo-text" class="none">Simon Duchaine</span>
</a>
</aside>
<!-- /aside -->
<article id="maincontent">
<h1>JE TRAVAILLE SUR UN SUPER SITE WEB</h1>
<p>J'aurai bientôt un nouveau site web. Vous pourrez consulter mon offre de service, mes réalisations et bien plus.
<br> D'ici là, je m'occupe du vôtre!</br> </p>
<nav class="icons">
<a href="#newsletter" data-icon="b" class="icon"></a>
<a href="#map_canvas" data-icon="a" class="icon"></a>
</nav>
<!-- Countdown -->
<!-- <div id="countdown"></div> -->
</article>
<!-- /#maincontent -->
</section>
<!-- /#content -->
<!-- FOOTER -->
<footer id="footer">
<div class="right-col">
<nav class="followers">
<a href="https://twitter.com/SimDuchaine">twitter</a>
<a href="https://www.facebook.com/simon.duchaine1">facebook</a>
<a href="https://plus.google.com/106546302955861639701/posts">google+</a>
<!-- Add more links here -->
</nav>
<nav class="slides-navigation">
<a class="icon prev" data-icon="c" href="#"></a>
<a class="icon next" data-icon="d" href="#"></a>
</nav>
</div>
<p class="copyrights">Simon Duchaine© - 2014</p>
</footer>
<!-- /#footer -->
</div>
<!-- /#main -->
<!-- Map -->
<div id="map_canvas" class=""></div>
<a href="#" id="scrolltop"></a>
</div>
<!-- /#wrap -->
<!-- Slideshow -->
<div id="slides" class="">
<div class="slides-container">
<img src="slides/001.jpg" alt="Slideshow Image">
<img src="slides/002.JPG" alt="Slideshow Image">
<img src="slides/003.jpg" alt="Slideshow Image">
<img src="slides/004.jpg" alt="Slideshow Image">
<!-- Add more images here to add to the slideshow -->
</div>
</div>
<!-- /#slides -->
<!-- Background with youtube video -->
<div id="ytvideo" class="none"> <!-- add/remove class none to disable/enable video as background -->
<div class="video-container">
<a id="video" class="fullscreen-video">The Video</a>
</div>
</div>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="//maps.google.com/maps/api/js?language=fr&v=3.13&sensor=false"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/jquery.plugins.js"></script>
<script src="js/custom.js"></script>
<!-- Google Analytics Tracking Code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38958579-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>