-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (130 loc) · 3.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Tao - Projet Outdoor</title>
</head>
<body>
<div class="hero">
<!-- HEADER -->
<header>
<div class="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
<img src="assets/logo.png" class="logo" />
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a href="#home" target="_blank">Home</a>
<a href="" target="_blank">About</a>
<a href="" target="_blank">Services</a>
<a href="" target="_blank">Projects</a>
<a href="" target="_blank">Contact</a>
<a href="#events"><button class="button-nav" role="button">TAKE ACTION </button></a>
</div>
</div>
</header>
<section id="hero" class="sectionhero">
<!-- MAIN -->
<div class="container">
<h2>Explore the Colourful World</h2>
<hr/>
<h1>A WONDERFUL GIFT</h1>
<a href="#events"><button class="button-container" role="button">LEARN MORE   <div class="fleche"><img src="assets/arrow.png"></div></button></a>
</div>
</section>
<!-- Section-1 -->
<section id="events" class="sectionevents">
<img src="assets/quote.png" class="quote">
<div class="citation">
<p>"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris."<br></p>
<p><br>- Adam Sendler</p></div>
<div class="upcomingevents">
<h2>UPCOMING EVENTS</h2><br>
<hr/>
<div class="citationpicture">
<div class="citationpictureleft">
<img src="assets\hiking-v1.jpg" style="filter: brightness( 103% ) contrast( 96% ) saturate( 81% ) blur( 0px ) hue-rotate( 336deg );">
<h3>Everest Camp Trek</h3>
<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.</p>
<br>
<a href="#events"><button class="button-nav" role="button">LEARN MORE   <div class="fleche">➔</div></button></a>
</div>
<div class="citationpictureright">
<img src="assets\walking-v1.jpg">
<h3>Walking Holidays</h3>
<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.</p>
<br>
<a href="#events"><button class="button-nav" role="button">LEARN MORE   <div class="fleche">➔</div></button></a>
</div>
</div></div>
</div>
<a href="#"></a>
</div>
</section>
<!-- Section-2 -->
<section id="explore" class="sectionexplore">
<div class="sectionexplore">
<div class="sectionexplorecontent">
<h2 class="sectionexplore">Explore the world</h2>
<hr>
</div></div>
<div>
<div>
<h3></h3>
<p></p>
</div>
<div>
<h3></h3>
<p></p>
</div>
<div>
<h3></h3>
<p></p>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div>
<img src="" alt="" />
<div>
<p></p>
<!--adresse -->
<p></p>
<!--tel -->
<p></p>
<!--email -->
</div>
</div>
<div>
<h5>titre</h5>
<ul>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
<div>
<h5>titre</h5>
<ul>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
</footer>
</body>
</html>