-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
218 lines (192 loc) · 10.1 KB
/
education.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RobinCamarasa</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/solid.css" integrity="sha384-+0VIRx+yz1WBcCTXBkVQYIBVNEFH1eP6Zknm16roZCyeNg2maWEpk/l/KsyFKs7G" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/regular.css" integrity="sha384-aubIA90W7NxJ+Ly4QHAqo1JBSwQ0jejV75iHhj59KRwVjLVHjuhS3LkDAoa/ltO4" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/brands.css" integrity="sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/fontawesome.css" integrity="sha384-jLuaxTTBR42U2qJ/pm4JRouHkEDHkVqH0T1nyQXn1mZ7Snycpf6Rl25VBNthU4z0" crossorigin="anonymous">
<link rel="stylesheet" href="css/app.css">
<link rel="shortcut icon" href="img/logo.png">
<link href="https://fonts.googleapis.com/css?family=Baloo+Thambi" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">
<i class="fas fa-code-branch" width="50"></i>
RobinCamarasa
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link active" href="education.html">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="experience.html">Experience</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Skills
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="math.html">Applied Mathematics</a>
<a class="dropdown-item" href="computer.html">Computer Sciences</a>
<a class="dropdown-item" href="other.html">Other Skills</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<br>
<div class="row align-items-center">
<div class="col-12">
<h1>
ICM Engineering degree
</h1>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-1"></div>
<div class="col-12 col-md-3">
<img src="img/emse.png" width="100%">
</div>
<div class="col-md-2"></div>
<div class="col-12 col-md-4">
<ul class="list-group">
<li class="list-group-item"><strong>Institution</strong>
<span style="float: right">Mines Saint Etienne</span>
</li>
<li class="list-group-item"><strong>Years</strong>
<span style="float: right">2016-2019</span>
</li>
<li class="list-group-item"><strong>Major</strong>
<span style="float: right">Data Sciences</span>
</li>
<li class="list-group-item"><strong>Minor</strong>
<span style="float: right">Computer Sciences</span>
</li>
<li class="list-group-item"><strong>Elective</strong>
<span style="float: right">Artificial Intelligence</span>
</li>
</ul>
</div>
</div>
<div class="row" style="text-align: center">
<div class="col-md-1"></div>
<a class="col-12 col-md-3" href="https://www.mines-stetienne.fr/">
<div class="main_button" width="100%">
Website
</div>
</a>
</div>
<br>
<br>
<div class="row align-items-center">
<div class="col-12">
<h1>
Classe préparatoire
</h1>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-1"></div>
<div class="col-12 col-md-4">
<ul class="list-group">
<li class="list-group-item"><strong>Institution</strong>
<span style="float: right">Lycée Pierre de Fermat</span>
</li>
<li class="list-group-item"><strong>Years</strong>
<span style="float: right">2014-2016</span>
</li>
<li class="list-group-item"><strong>Section</strong>
<span style="float: right">MP</span>
</li>
<li class="list-group-item"><strong>Major</strong>
<span style="float: right">Mathematics</span>
</li>
<li class="list-group-item"><strong>Minor</strong>
<span style="float: right">Computer Sciences</span>
</li>
</ul>
</div>
<div class="col-md-2"></div>
<div class="col-12 col-md-3">
<img src="img/fermat_2.jpg" width="100%">
</div>
</div>
<div class="row" style="text-align: center">
<div class="col-md-7"></div>
<a class="col-12 col-md-3" href="http://fermat.entmip.fr/">
<div class="main_button" width="100%">
Website
</div>
</a>
</div>
<br>
<br>
<div class="row align-items-center">
<div class="col-12">
<h1>
Baccalauréat
</h1>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-1"></div>
<div class="col-12 col-md-3">
<img src="img/fermat.jpg" width="100%">
</div>
<div class="col-md-2"></div>
<div class="col-12 col-md-4">
<ul class="list-group">
<li class="list-group-item"><strong>Institution</strong>
<span style="float: right">Lycée Pierre de Fermat</span>
</li>
<li class="list-group-item"><strong>Years</strong>
<span style="float: right">2011-2014</span>
</li>
<li class="list-group-item"><strong>Major</strong>
<span style="float: right">Sciences</span>
</li>
<li class="list-group-item"><strong>Option</strong>
<span style="float: right">Engineer Sciences</span>
</li>
<li class="list-group-item"><strong>Specialisation</strong>
<span style="float: right">Mathematics</span>
</li>
</ul>
</div>
</div>
<div class="row" style="text-align: center">
<div class="col-md-1"></div>
<a class="col-12 col-md-3" href="http://fermat.entmip.fr/">
<div class="main_button" width="100%">
Website
</div>
</a>
</div>
<br>
<hr>
<footer class="text-center center-block">
<strong class="footer">© 2018 Copyright :</strong> RobinCamarasa
<br>
<a href="https://www.facebook.com/robin.camarasa"><i id="social-fb" class="fab fa-facebook-square social fa-3x"></i></a>
<a href="https://twitter.com/CamarasaRobin"><i id="social-tw" class="fab fa-twitter-square fa-3x social"></i></a>
<a href="https://github.com/RobinCamarasa"><i id="social-gh" class="fab fa-github-square fa-3x social"></i></a>
<a href="mailto:[email protected]"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
</footer>
<br>
</div>
<script src="jquery/dist/jquery.js"></script>
<script src="bootstrap/dist/js/bootstrap.js"></script>
</body>
</html>