generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (206 loc) · 8.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./Images/CODING_OUTDOORS.png" type="image/png" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//db.onlinewebfonts.com/c/d14035f6b1afeabafbee4abb2ebf0fc6?family=COCOGOOSE" rel="stylesheet"
type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"
type="text/css" />
<link href="http://fonts.cdnfonts.com/css/cocogoose" rel="stylesheet">
<link rel="stylesheet" href="./css/main.css">
<title>CODE&OUTDOORS</title>
</head>
<body>
<!-- Header -->
<div class="section-social">
<ul class="d-flex">
<li><a href="https://web.facebook.com/profile.php?id=100008420561138"><i
class="fa fa-facebook-f"></i></a></li>
<li><a href="https://github.com/Hamzaoutdoors"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="#">English</a></li>
<li><a href="https://hamzaoutdoors.github.io/My_Portfolio/">My page</a></li>
</ul>
</div>
<nav id="header">
<div class="header container">
<div class="nav-bar d-flex">
<div class="logo">
<a href="index.html">
<h1><span>C</span>ODE <SPan>O</SPan>UTDOORS</h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<a class="menu-icon1"><i class="fa fa-bars"></i></a>
<a class="menu-icon2 d-none"><i class="fa fa-times color-white"></i></a>
</div>
<ul class="d-flex flex-dir-col">
<li class="nav-item">
<a href="index.html" data-after="Home">Home</a>
</li>
<li class="nav-item">
<a href="about.html" data-after="About">About</a>
</li>
<li class="nav-item">
<a href="./ExplorePage/index.html" data-after="Tieckts">Tickets</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- End of Header -->
<!-- hero section -->
<section id="hero">
<div class="hero container d-flex flex-dir-col">
<div class="hero-title">
<h1>"Hello! Sharing world"</h1>
<h2>Coding & Travelling <span></span></h2>
<h2>Meeting<span></span></h2>
<h2>2021<span></span></h2>
</div>
<div class="content-home">
<p>To Explore new countries. Meet new people. Learn new languages. Gain new skills. Discover yourself
and live the life you know you deserve. Be more than a tourist and see the world in a meaningful way
</p>
</div>
<div class="date-place">
<h4>2021.08.19(MON) ~ 22(WED)</h4>
<h4>@ International | Toubkal Mountains Chaine, Marrakech</h4>
</div>
</div>
</section>
<!-- End hero section -->
<!-- Main Program section -->
<section class="main-program">
<div class="section-title d-flex flex-dir-col">
<h3>Main Program</h3>
<hr>
</div>
<div class="porgram-details d-flex flex-dir-col">
<article class="d-flex">
<i class="fa fa-anchor"></i>
<h6>Camping</h6>
<p>Travel and explore the country! You’ll have plenty of time to make new friends.</p>
</article>
<article class="d-flex">
<i class="fa fa-globe"></i>
<h6>Languages</h6>
<p>Working in another country is a sure way to immerse yourself in another language</p>
</article>
<article class="d-flex">
<i class="fa fa-laptop"></i>
<h6>Teach&Tech</h6>
<p>InterExchange Work & Travel programs enable you to earn money and experience</p>
</article>
<article class="d-flex">
<i class="fa fa-angle-double-right"></i>
<h6>Competition</h6>
<p>Travel and explore the country! You’ll have plenty of time to make new friends.</p>
</article>
<article class="d-flex">
<i class="fa fa-calendar"></i>
<h6>Workspace</h6>
<p>Travel and explore the country! You’ll have plenty of time to make new friends.</p>
</article>
<article class="d-flex">
<i class="fa fa-american-sign-language-interpreting"></i>
<h6>Training</h6>
<p>Travel and explore the country! You’ll have plenty of time to make new friends.</p>
</article>
</div>
<button type="button" class="program-btn">Join CO Community Meeting 2021</button>
<p class="all-program-parent"><a class="all-program" href="#">see all the program</a></p>
</section>
<!-- End Main Program section -->
<!-- Speaker section -->
<section id="organizers">
<div class="section-title d-flex flex-dir-col">
<h3>Organizers</h3>
<hr>
<div id="organizers-container" class="organizers-container d-flex flex-dir-col"></div>
</div>
</section>
<!-- End Speaker section -->
<!-- Contact section -->
<section id="contact">
<div class="contact container section-title d-flex flex-dir-col">
<h3>Contact</h3>
<hr>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/phone.png" alt="contact" />
</div>
<div class="contact-info">
<h1>Phone</h1>
<h2> +212 69147-5161</h2>
<h2> +212 64149-2506</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/email.png" alt="contact" />
</div>
<div class="contact-info">
<h1>E-mail</h1>
<h2>[email protected]</h2>
<h2>[email protected]</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/50/000000/map-marker.png"
alt="contact" /></div>
<div class="contact-info">
<h1>Adress</h1>
<h2>Neighborhood Saada 2 St. 23 House N° 39 Tangier Morocco</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact section -->
<!-- Partner section -->
<section class="partner-section">
<div class="section-title d-flex d-flex flex-dir-col">
<h3>Partners</h3>
<hr>
<div class="partners d-flex">
<div class="partner d-flex">
<i class="fab fa-airbnb fa-2x"></i>
<h4 class="partner-name">AIRBNB</h4>
</div>
<div class="partner d-flex">
<i class="fab fa-google fa-2x"></i>
<h4 class="partner-name">GOOGLE</h4>
</div>
<div class="partner d-flex">
<i class="fab fa-github fa-2x"></i>
<h4 class="partner-name">GITHUB</h4>
</div>
<div class="partner d-flex">
<i class="fab fa-youtube fa-2x"></i>
<h4 class="partner-name">YOUTUBE</h4>
</div>
</div>
</div>
</section>
<!-- End Partner section -->
<!-- Footer section -->
<section id="footer">
<div class="footer-container d-flex">
<div class="logo">
<a href="#hero">
<h1><span>C</span>ODE <SPan>O</SPan>UTDOORS</h1>
</a>
</div>
<h3>Make Passion with your Work together. <br>© 2021, all rights reserved</h3>
</div>
</section>
<!-- End Footer section -->
<script src="./js_files/app.js" defer></script>
</body>
</html>