-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
260 lines (236 loc) · 14.1 KB
/
index.html
File metadata and controls
260 lines (236 loc) · 14.1 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
<!-- For class containing "d-none d-md-block d-xl-block d-xxl-block" to hide image during mobile mode -->
<!-- For class containing "d-block d-sm-block d-md-none" to show during mobile mode -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Colmar Academy</title>
</head>
<body>
<!--Navigation, contains company logo and navigation buttons flushed to the right-->
<nav class="navbar navbar-expand-lg navbar-light bg-white p-0" style="height:64px;">
<div class="container-fluid p-0">
<img src="./images/ic-logo.svg" class="navbar-brand d-none d-md-block d-xl-block d-xxl-block" style="width:30px; padding-left: 4px;"; alt="">
<a class="navbar-brand d-none d-md-block d-xl-block d-xxl-block" href="#" ><h4 style="height: 32px;"><strong>COLMAR</strong><span style="color:rgb(213, 213, 213)">ACADEMY</span></h4></a>
<div class="collapse navbar-collapse ">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0" style="padding-right: 24px;">
<li class="nav-item"><a class="nav-link active" aria-current="page" href="#">On campus</a></li>
<li class="nav-item"><a class="nav-link" href="#">Online</a></li>
<li class="nav-item"><a class="nav-link" href="#">For companies</a></li>
<li class="nav-item"><a class="nav-link" href="#">Sign in</a></li>
</ul>
</div>
</div>
<div class="navbar navbar-expand-md fixed-top bg-light px-0">
<a href><img src="./images/ic-logo.svg" alt="" class="d-block d-sm-block d-md-none"></a>
<a href><img src="./images/ic-on-campus.svg" alt="" class="d-block d-sm-block d-md-none"></a>
<a href><img src="./images/ic-online.svg" alt="" class="d-block d-sm-block d-md-none"></a>
<a href><img src="./images/ic-login.svg" alt="" class="d-block d-sm-block d-md-none"> </a>
</div>
</div>
</nav>
<!-- Banner, heading banner -->
<div class="container-fluid p-0 bg-light">
<div class="row">
<div class="col-md-8">
<div class="img-container">
<img src="./images/banner.jpg" class="px-4 img img-fluid" style="padding-top: 32px; padding-bottom: 32px;" alt="">
</div>
</div>
<div class="col-md-4 my-auto">
<h1 class="py-1 px-4"><strong><span style="color:rgb(105, 105, 105)">Learn something new everyday</span></strong></h1>
<h5 class="px-4""><span style="color:rgb(105, 105, 105)">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></h5>
<div class="text-center">
<button type="button" class="btn btn-secondary" style="width: 350px; padding-top: 8px; padding-bottom: 8px;">Start here</button>
</div>
</div>
</div>
</div>
<!--Content for a short description and more links for articles-->
<div class="container-fluid pt-3 ">
<div class="row">
<!-- class for "d-none d-md-block d-xl-block d-xxl-block" to hide image during mobile mode -->
<!-- class for "d-block d-sm-block d-md-none" to show during mobile mode -->
<div class="col-md-8 d-none d-md-block d-xl-block d-xxl-block">
<div class="row">
<img src="./images/information-main.jpg" class="img img-fluid " alt="">
</div>
<div class="row">
<h1 style="padding-top: 32px; padding-bottom: 24px;"><strong>It doesn't hurt to keep practicing</strong></h1>
<span style="color:rgb(137, 137, 137)"><p>"Curabitur vitae libero in ipsum porttitor conesquat. Aliquam et commodo lectus, nec consequat neque. Sed non accumsan urna. Phasellus sed consequat ex. Etiam eget magna laoreet, efficitur dolor consequat, tristique ligula."</span></p>
</div>
<div class="row">
<span style="color:rgb(105, 105, 105)"><p>Emanuel, Sr Stretegist at Hiring.com</p></span>
</div>
</div>
<div class="col-md-4">
<div class="row">
<div class="row py-2">
<div class="col-md-4">
<img src="./images/information-orientation.jpg" class="img img-fluid d-none d-md-block d-xl-block d-xxl-block" alt="">
<img src="./images/information-orientation-mobile.jpg" class="img im-fluid d-block d-sm-block d-md-none" alt="">
</div>
<div class="col-md-8 py-2">
<h3><strong>Orientation date</strong></h3>
<h6>Tue 10/11 & wed 10/12: 8am-3pm</h6>
<a href="#" class="link-info" style="text-decoration: none;";>Read more</a>
</div>
</div>
<div class="row py-2">
<div class="col-md-4">
<img src="./images/information-campus.jpg" class="img img-fluid d-none d-md-block d-xl-block d-xxl-block" alt="">
<img src="./images/information-campus-mobile.jpg" class="img im-fluid d-block d-sm-block d-md-none" alt="">
</div>
<div class="col-md-8 py-2">
<h3><strong>Our campus</strong></h3>
<h6>Find which campus is close by you</h6>
<a href="#" class="link-info" style="text-decoration: none;";>Read more</a>
</div>
</div>
<div class="row py-2">
<div class="col-md-4">
<img src="./images/information-guest-lecture.jpg" class="img img-fluid d-none d-md-block d-xl-block d-xxl-block" alt="">
<img src="./images/information-guest-lecture-mobile.jpg" class="img im-fluid d-block d-sm-block d-md-none" alt="">
</div>
<div class="col-md-8 py-2">
<h3><strong>Our guest lecture</strong></h3>
<h6>Join a keynote with Oliver Sack about music in medical treatment</h6>
<a href="#" class="link-info" style="text-decoration: none;";>Read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Main Start learning contents, using card-->
<div class="container-fluid bg-light">
<h1 class="text-center" style="padding: 32px 0px;">Start learning</h1>
<div class="row m-0">
<div class="col d-flex justify-content-center p-3 d-none d-md-block d-xl-block d-xxl-block">
<div class="card" style="width: 18rem;">
<img src="./images/course-software.jpg" class="card-img-top image-on-card" alt="...">
<div class="card-body">
<h5 class="card-title">Software engineering</h5>
<p class="card-text"><span style="color:rgb(105, 105, 105)">COURSES<br>Web Development, Mobile Development, iOT, APIs</span></p>
</div>
</div>
</div>
<div class="col-12 d-block d-sm-block d-md-none pt-3 pb-4 m-1" style="background-color:#b9b9b9";>
<h5>Software engineering</h5>
</div>
<div class="col d-flex justify-content-center p-3 d-none d-md-block d-xl-block d-xxl-block">
<div class="card" style="width: 18rem;">
<img src="./images/course-computer-art.jpg" class="card-img-top image-on-card" alt="...">
<div class="card-body">
<h5 class="card-title">Computer art</h5>
<p class="card-text"><span style="color:rgb(105, 105, 105)">COURSES<br>Imaging & design, Web Design, Motion Graphics & Visual Effects, Computer Animation</span></p>
</div>
</div>
</div>
<div class="col-12 d-block d-sm-block d-md-none pt-3 pb-4 m-1" style="background-color:#b9b9b9";>
<h5>Computer art</h5>
</div>
<div class="col d-flex justify-content-center p-3 d-none d-md-block d-xl-block d-xxl-block">
<div class="card" style="width: 18rem;">
<img src="./images/course-design.jpg" class="card-img-top image-on-card" alt="...">
<div class="card-body">
<h5 class="card-title">Design</h5>
<p class="card-text"><span style="color:rgb(105, 105, 105)">COURSES<br>User Experience Design, User Research, Visual Design</span></p>
</div>
</div>
</div>
<div class="col-12 d-block d-sm-block d-md-none pt-3 pb-4 m-1" style="background-color:#b9b9b9";>
<h5>Design</h5>
</div>
<div class="col d-flex justify-content-center p-3 d-none d-md-block d-xl-block d-xxl-block">
<div class="card" style="width: 18rem;">
<img src="./images/course-data.jpg" class="card-img-top image-on-card" alt="...">
<div class="card-body">
<h5 class="card-title">Data</h5>
<p class="card-text"><span style="color:rgb(105, 105, 105)">COURSES<br>Data Science, Big Data, SQL, Data Visualization</span></p>
</div>
</div>
</div>
<div class="col-12 d-block d-sm-block d-md-none pt-3 pb-4 m-1" style="background-color:#b9b9b9";>
<h5>Data</h5>
</div>
<div class="col d-flex justify-content-center p-3 d-none d-md-block d-xl-block d-xxl-block">
<div class="card" style="width: 18rem;">
<img src="./images/course-business.jpg" class="card-img-top image-on-card" alt="...">
<div class="card-body">
<h5 class="card-title">Business</h5>
<p class="card-text"><span style="color:rgb(105, 105, 105)">COURSES<br>Product Development, Business Development, Startup</span></p>
</div>
</div>
</div>
<div class="col-12 d-block d-sm-block d-md-none pt-3 pb-4 m-1" style="background-color:#b9b9b9";>
<h5>Business</h5>
</div>
<div class="col d-flex justify-content-center p-3 d-none d-md-block d-xl-block d-xxl-block">
<div class="card" style="width: 18rem;">
<img src="./images/course-marketing.jpg" class="card-img-top image-on-card" alt="...">
<div class="card-body">
<h5 class="card-title">Marketing</h5>
<p class="card-text"><span style="color:rgb(105, 105, 105)">COURSES<br>Anmalytics, Content Marketing, Mobile Marketing</span></p>
</div>
</div>
</div>
<div class="col-12 d-block d-sm-block d-md-none pt-3 pb-4 m-1" style="background-color:#b9b9b9";>
<h5>Marketing</h5>
</div>
</div>
</div>
<!--Exhibit contains video with iframe-->
<div class="container-fluid pt-3">
<h1 class="text-center" style="padding: 32px 0px;">Thesis Exhibit</h1>
<div class="row">
<div class="col-md-8">
<div class="row">
<iframe src="./videos/thesis.mp4" class="" alt="" autoplay="0"></iframe>
</div>
<div class="row d-none d-md-block d-xl-block d-xxl-block">
<h1><span style="color:rgb(93, 92, 92)">Reimagine urban</span></h1>
<p><span style="color:rgb(137, 137, 137)">"Curabitur vitae libero in ipsum porttitor conesquat. Aliquam et commodo lectus, nec consequat neque. Sed non accumsan urna. Phasellus sed consequat ex. Etiam eget magna laoreet, efficitur dolor consequat, tristique ligula."</span></p>
</div>
</div>
<div class="col-md-4 my-auto d-none d-md-block d-xl-block d-xxl-block">
<div class="row">
<div class="row py-2">
<div class="col-4">
<img src="./images/thesis-fisma.jpg" class="img img-fluid" alt="">
</div>
<div class="col-8">
<h3>Fisma: Design and Prototype</h3>
<h6>Designer showcase of new prototype product</h6>
</div>
</div>
<div class="row py-2">
<div class="col-4">
<img src="./images/thesis-now-and-then.jpg" class="img img-fluid" alt="">
</div>
<div class="col-8">
<h3>Now and then</h3>
<h6>Research study about New York</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer-->
<div>
<div> © 2016 Colmar Academy. All rights reserved </div>
<div class="d-flex justify-content-end d-none d-md-block d-xl-block d-xxl-block">
<a href style="text-decoration:none; padding: 5px;">Terms</a>
<a href style="text-decoration:none; padding: 5px;">Privacy</a>
</div>
</div>
<!-- Optional JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>