-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.html
232 lines (218 loc) · 11.2 KB
/
en.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing page CA CIB x Le Wagon - Python for finance</title>
<link rel="stylesheet" href="styles/index.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<!-- Banner with a logo of Le Wagon For Business + CA CIB and with a CTA to link to the survey -->
<div class="banner">
<div class="my-2 text-end w-100 me-5">
<a href="index.html" class="fs-4">🇫🇷</a>
</div>
<div class="w-50 d-flex justify-content-around">
<img src="images/logo-cacib.svg" alt="" class="logos ms-2">
<img src="images/logo-wagon4business.webp" alt="" class="logos me-2">
</div>
<div class="w-100 d-flex justify-content-between align-items-center">
<img src="images/banner-left.png" alt="" class="banner-photos-left">
<div>
<h1 class="text-wagon mt-5 mb-5">Python For Finance</h1>
<h2 class="fw-bold">Train in the most sought-after data skills...</h2>
<p class="text-black-80">Level 1 - Level 2 - Level 3</p>
<button type="button" class="btn btn-wagon btn-lg" data-bs-toggle="modal" data-bs-target="#exampleModal">
Access the test
</button>
</div>
<img src="images/banner-right.png" alt="" class="banner-photos-right">
</div>
</div>
<div class="bg-light-wagon py-5">
<div class="container d-flex flex-column flex-sm-row justify-content-around py-5">
<div class="text-center">
<h2 class="text-wagon fw-bold">23 000</h2>
<p>Alumni trained worldwide</p>
</div>
<div class="text-center">
<h2 class="text-wagon fw-bold">4.98/5</h2>
<p>Based on over 6,000 reviews</p>
</div>
<div class="text-center">
<h2 class="text-wagon fw-bold">#1</h2>
<p>Ranked #1 Bootcamp</p>
</div>
</div>
</div>
<div class="py-5 px-3">
<h2 class="fw-bold text-center">Do you want to deepen your data analysis and visualization capabilities?</h2>
<h3 class="fw-bold text-center">Discover how Python can help you improve financial practices.</h3>
</div>
<div class="container card-summary">
<div class=" d-flex flex-column justify-content-around">
<div class="card-summary-details">
<div class="d-flex align-items-center">
<img src="images/check.png" alt="" class="icon-small">
<p class="my-0 ms-2" id="level-1">Python level 1 | 1 day</p>
</div>
<p>
<b>Discover the superiority of Python over Excel</b>
</p>
<p>
Start programming with Python, a powerful alternative to Excel. Get introduced to its environment and key tools for data
manipulation. Perform your first data analysis and visualize your findings with ease.
</p>
</div>
<div>
<div class="d-flex align-items-center">
<img src="images/check.png" alt="" class="icon-small">
<p class="my-0 ms-2" id="level-2">Python level 2 | 2 days</p>
</div>
<p>
<b>Strengthen Your Python Skills</b>
</p>
<p>
Solidify your Python foundations and prepare to take on more complex data processing challenges. Dive into in-depth
analyses and apply Python techniques to large financial data sets.
</p>
</div>
<div>
<div class="d-flex align-items-center">
<img src="images/check.png" alt="" class="icon-small">
<p class="my-0 ms-2" id="level-3">Python level 3 | 2 days</p>
</div>
<p>
<b>Achieve excellence with Pandas and Git</b>
</p>
<p>
Perfect your mastery of Pandas: manage multiple large DataFrames efficiently and perform complex operations. Discover
object-oriented programming and code optimization in Python. Then learn to collaborate effectively using Git.
</p>
</div>
</div>
<div class="d-flex justify-content-center align-items-center">
<img src="images/photo.webp" alt="" class="img-responsive">
</div>
</div>
<!-- Modal for survey -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content modal-height">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Questionnaire</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="container my-5"> <!-- survey part -->
<div class="survey" id="survey">
<!-- Survey introduction -->
<div class="text-center" id="survey-introduction">
<img src="images/logo-cacib.svg" alt="" style="width: 75%;">
<img src="images/logo-wagon4business.webp" alt="" style="width: 50%; margin: 8px 0;">
<h2 class="my-2">Welcome to this Python For Finance evaluation questionnaire</h2>
<p>Click the button to start the anonymous test and find out which training to take.</p>
<button class="btn btn-wagon btn-lg survey-button">Start the test</button>
</div>
<!-- Survey first question -->
<div class="question d-none text-center hidden-question" id="survey-first-question">
<h2>Question 1</h2>
<p>Do you regularly use Excel in your professional life?</p>
<button class="btn btn-light btn-lg answer-button" data-value="1">No</button>
<button class="btn btn-wagon btn-lg answer-button" data-value="1">Yes</button>
<div class="progress mt-3">
<div class="progress-bar bg-wagon" role="progressbar" style="width: 16%" aria-valuenow="25" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<!-- Survey second question -->
<div class="question d-none text-center hidden-question">
<h2>Question 2</h2>
<p> Have you ever written code in a programming language?</p>
<button class="btn btn-light btn-lg answer-button" data-value="0">No</button>
<button class="btn btn-wagon btn-lg answer-button" data-value="1">Yes</button>
<div class="progress mt-3">
<div class="progress-bar bg-wagon" role="progressbar" style="width: 32%" aria-valuenow="25" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<!-- Survey third question -->
<div class="question d-none text-center hidden-question">
<h2>Question 3</h2>
<p>If you have programmed in any language, are you familiar with basic programming concepts such as variables, loops, and
functions?</p>
<button class="btn btn-light btn-lg answer-button" data-value="0">No</button>
<button class="btn btn-wagon btn-lg answer-button" data-value="1">Yes</button>
<div class="progress mt-3">
<div class="progress-bar bg-wagon" role="progressbar" style="width: 48%" aria-valuenow="25" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<!-- Survey fourth question -->
<div class="question d-none text-center hidden-question">
<h2>Question 4</h2>
<p>Have you written more than 4 hours of code specifically in Python or have you written extensively in another language
like C, C++, Java, etc.?</p>
<button class="btn btn-light btn-lg answer-button" data-value="0">No</button>
<button class="btn btn-wagon btn-lg answer-button" data-value="1">Yes</button>
<div class="progress mt-3">
<div class="progress-bar bg-wagon" role="progressbar" style="width: 64%" aria-valuenow="25" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<!-- Survey fifth question -->
<div class="question d-none text-center hidden-question">
<h2>Question 5</h2>
<p>Have you ever used Python libraries such as Numpy, Pandas for data manipulation, and Matplotlib? Can you read and
interpret basic Python documentation to implement new functions?</p>
<button class="btn btn-light btn-lg answer-button" data-value="0">No</button>
<button class="btn btn-wagon btn-lg answer-button" data-value="1">Yes</button>
<div class="progress mt-3">
<div class="progress-bar bg-wagon" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<!-- Survey sixth question -->
<div class="question d-none text-center hidden-question" id="last-question">
<h2>Question 6</h2>
<p>Are you comfortable with Git version control, object-oriented programming (OOP), and multi-threading in Python?</p>
<button class="btn btn-light btn-lg answer-button" data-value="0">No</button>
<button class="btn btn-wagon btn-lg answer-button" data-value="1">Yes</button>
<div class="progress mt-3">
<div class="progress-bar bg-wagon" role="progressbar" style="width: 100%" aria-valuenow="25" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<!-- Final message -->
<div class="text-center d-none hidden-question" id="final-message" data-language="en">
<img src="images/logo-wagon4business.webp" alt="" style="width: 50%;">
<div class="my-2">
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-wagon" data-bs-dismiss="modal">Quit</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal" id="survey-raz">Reset the quizz</button>
</div>
</div>
</div>
</div>
<!-- Footer with copyright and social networks link for Le Wagon -->
<div class="footer">
<hr class="w-75 mx-auto" style="height: 2px; background-color: white; border: none; opacity: 1;">
<div class="container d-flex justify-content-between">
<p>
© 2023 Le Wagon, Inc. All rights reserved.
</p>
</div>
</div>
<!-- internal JS librairy -->
<script src="javascript/index.js" type="text/javascript"></script>
<!-- external JS librairy -->
<script src="https://kit.fontawesome.com/d368580998.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>