-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathideas.html
387 lines (362 loc) · 19 KB
/
ideas.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
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<title>Luis Cabral - Professional portfolio</title>
<script src="myFunctions.js"></script>
</head>
<body class="home">
<div class="topnav" id="myTopnav">
<a href="index.html" class="active"><img src="icons/home.png" width="15" height="15" alt="Home"></a>
<a href="introduction.html">Introduction</a>
<a href="education.html">Education</a>
<a href="work.html">Work</a>
<a href="skills-certificates.html">Skills & certifications</a>
<a href="interests-hobbies.html">Interests & hobbies</a>
<div class="dropdown">Social Media
<div class="dropdown-content">
<a href="https://www.linkedin.com/in/luisscabral" ><img src="icons/linkedin.png" alt="Linkedin logo" width="15" height="15"> Linkedin</a>
<a href="https://github.com/luisscabral" target="_blank"><img src="icons/github.png" alt="Github logo" width="15" height="15"> GitHub</a>
<a href="https://www.facebook.com/luis.cabral.7549185" target="_blank"><img src="icons/facebook.png" alt="Facebook logo" width="15" height="15"> Facebook</a>
<a href="https://www.instagram.com/luisscabral/" target="_blank"><img src="icons/instagram.png" alt="Instagram logo" width="15" height="15"> Instagram</a>
</div>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<table class="table table-hover">
<thead>
<th></th><th></th><th></th>
</thead>
<tbody>
<tr data-toggle="collapse" data-target="#accordion" class="clickable">
<td><img src="logos/education/harvard.jpg" alt="Harvard logo" width="200"></td>
<td class="td-title">Harvard University - CS50x Introduction to Computer Science</td>
<td class="td-date">Coming soon</td>
</tr>
<tr>
<td colspan="3">
<div id="accordion" class="collapse">
Programming languanges: C, Python, SQL, HTML, CSS and JavaScript <br>
Track: web development
</div>
</td>
</tr>
<tr data-toggle="collapse" data-target="#accordion" class="clickable">
<td><img src="logos/education/rsm.jpg" alt="RSM logo" width="200"></td>
<td class="td-title">Rotterdam School of Management, Erasmus University of Rotterdam - MscBA Master in Management</td>
<td class="td-date">Sep 2018 - Dec 2019</td>
</tr>
<tr>
<td colspan="3">
<div id="accordion" class="collapse">
16 months master program in management for non-business graduates <br>
Final GPA: 8.24 (out of 10) <br>
Main courses: <br>
- Corporate finance <br>
- Operartions and supply chain management <br>
- Management science <br>
- Research methods <br>
- Accounting <br>
- Organizational behaviour <br>
- Strategic management <br>
- Disruptive innovations <br>
Thesis topic: <br>
Residential real estate valuation benchmarks through online platforms <br>
A model-based estimation of asset prices supported by online asking prices and time on market
</div>
</td>
</tr>
<tr data-toggle="collapse" data-target="#accordion" class="clickable">
<td><img src="logos/education/usp.jpg" alt="USP logo" width="200"></td>
<td class="td-title">Faculdade de Arquitetura e Urbanismo, Universidade de São Paulo - Exchange Architecture student</td>
<td class="td-date">Aug 2016 - Apr 2017</td>
</tr>
<tr>
<td colspan="3">
<div id="accordion" class="collapse">
Exchange programme for the furation of 1.5 semesters <br>
Final GPA: 9 (out of 10) <br>
Courses: <br>
- The real estate market and development <br>
- The design of online interactive and mobile multimedia <br>
- Architecture design project - multi-family housing <br>
- Design and visual communication
</div>
</td>
</tr>
<tr data-toggle="collapse" data-target="#accordion" class="clickable">
<td><img src="logos/education/ist.jpg" alt="IST logo" width="200"></td>
<td class="td-title">Instituto Superior Técnico, Universidade de Lisboa - Integrated Master in Architecture</td>
<td class="td-date"> Sep 2012 - Jul 2018</td>
</tr>
<tr>
<td colspan="3">
<div id="accordion" class="collapse">
Integrated bachelor and master program <br>
Final GPA: 16 (out of 20) <br>
Main courses: <br>
- Architecture design project <br>
- Structures and foundations design and calculations <br>
- Urban design and planning <br>
- Construction and material technologies <br>
- Statistics and probabilities <br>
- Infrastructure dsign <br>
- Mathematics <br>
- Geometric modelling <br>
- Architecture history <br>
Thesis topic: <br>
The participation of local communities in urban regeneration projects <br>
Case studies in Lisbon and São Paulo
</div>
</td>
</tr>
</tbody>
</table>
<table class="table">
<thead>
<th></th><th></th><th></th>
</thead>
<tbody>
<tr>
<td><img src="logos/education/harvard.jpg" alt="Harvard logo" width="200"></td>
<td>
<p class="td-title">
Harvard University <br>
CS50x Introduction to Computer Science
</p>
<p>
Programming languanges: C, Python, SQL, HTML, CSS and JavaScript <br>
Track: web development
</p>
</td>
<td class="td-date">
<p class="td-title">
Online
</p>
Coming soon
</td>
</tr>
<tr data-toggle="collapse" data-target="#accordion" class="clickable">
<td><img src="logos/education/rsm.jpg" alt="RSM logo" width="200"></td>
<td>
<p class="td-title">
Rotterdam School of Management, Erasmus University of Rotterdam <br>
MscBA Master in Management
</p>
16 months master program in management for non-business graduates <br>
Final GPA: 8.24 (out of 10) <br>
Main courses: <br>
- Corporate finance <br>
- Operartions and supply chain management <br>
- Management science <br>
- Research methods <br>
- Accounting <br>
- Organizational behaviour <br>
- Strategic management <br>
- Disruptive innovations <br>
Thesis topic: <br>
Residential real estate valuation benchmarks through online platforms <br>
A model-based estimation of asset prices supported by online asking prices and time on market
</td>
<td class="td-date">
<p class="td-title">
Rotterdam, the Netherlands
</p>
Sep 2018 - Dec 2019
</td>
</tr>
<tr>
<td><img src="logos/education/usp.jpg" alt="USP logo" width="200"></td>
<td>
<p class="td-title">
Faculdade de Arquitetura e Urbanismo, Universidade de São Paulo <br>
Exchange Architecture student
</p>
Exchange programme for the duration of 1.5 semesters <br>
Final GPA: 9 (out of 10) <br>
Courses: <br>
- The real estate market and development <br>
- The design of online interactive and mobile multimedia <br>
- Architecture design project - multi-family housing <br>
- Design and visual communication
</td>
<td class="td-date">
<p class="td-title">
São Paulo, Brazil
</p>
Aug 2016 - Apr 2017
</td>
</tr>
<tr>
<td><img src="logos/education/ist.jpg" alt="IST logo" width="200"></td>
<td>
<p class="td-title">
Instituto Superior Técnico, Universidade de Lisboa <br>
Integrated Master in Architecture
</p>
Integrated bachelor and master program <br>
Final GPA: 16 (out of 20) <br>
Main courses: <br>
- Architecture design project <br>
- Structures and foundations design and calculations <br>
- Urban design and planning <br>
- Construction and material technologies <br>
- Statistics and probabilities <br>
- Infrastructure dsign <br>
- Mathematics <br>
- Geometric modelling <br>
- Architecture history <br>
Thesis topic: <br>
The participation of local communities in urban regeneration projects <br>
Case studies in Lisbon and São Paulo
</td>
<td class="td-date">
<p class="td-title">
Lisbon, Portugal
</p>
Sep 2012 - Jul 2018
</td>
</tr>
</tbody>
</table>
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Collapsible Group Item #1
</button>
</h5>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Collapsible Group Item #2
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Collapsible Group Item #3
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-header">
Harvard University - CS50x Introduction to Computer Science
</div>
<div class="card-body">
Here I will write some stuff
</div>
<img class="card-img-bottom" src="logos/education/harvard.jpg" alt="Harvard logo" class="card-image">
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-header">
Rotterdam School of Management, Erasmus University of Rotterdam - MscBA Master in Management
</div>
<div class="card-body">
Here I will write some stuff
</div>
<img class="card-img-bottom" src="logos/education/rsm.jpg" alt="RSM logo" class="card-image">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-header">
Faculdade de Arquitetura e Urbanismo, Universidade de São Paulo - Exchange Architecture student
</div>
<div class="card-body">
Here I will write some stuff
</div>
<img class="card-img-bottom" src="logos/education/usp.jpg" alt="USP logo" class="card-image">
</div>
</div>
<div class="col-sm-6"></div>
<div class="card">
<div class="card-header">
Instituto Superior Técnico, Universidade de Lisboa - Integrated Master in Architecture
</div>
<div class="card-body">
Here I will write some stuff
</div>
<img class="card-img-bottom" src="logos/education/ist.jpg" alt="IST logo" class="card-image">
</div>
</div>
</div>
<table>
<tr>
<!-- CS50 -->
<td> </td>
<td> </td>
</tr>
<tr>
<!-- RSM -->
<td> </td>
</tr>
<tr>
<!-- FAUSP -->
<td> <img src="logos/education/usp.jpg" alt="USP logo" height="100"> </td>
<td> Faculdade de Arquitetura e Urbanismo, Universidade de São Paulo - Exchange Architecture student </td>
</tr>
<tr>
<!-- IST -->
<td> <img src="logos/education/ist.jpg" alt="IST logo" height="100"> </td>
<td> Instituto Superior Técnico, Universidade de Lisboa - Integrated Master in Architecture </td>
</tr>
</table>
<table>
<tr>
<!-- Deloitte -->
<td> <img src="logos/work/deloitte.jpg" alt="Deloitte logo" height="100"> </td>
<td>Deloitte Netherlands</td>
</tr>
<tr>
<!-- Tortuga -->
<td> <img src="logos/work/tortuga.png" alt="Tortuga Capital logo" height="100"> </td>
<td>Tortuga Capital</td>
</tr>
<tr>
<!-- Vattenfall -->
<td> <img src="logos/work/vattenfall.jpg" alt="Vattenfall logo" height="100"> </td>
<td>Vattenfall</td>
</tr>
<tr>
<!-- Roberto Oliveira -->
<td> <img src="logos/work/roberto.jpg" alt="Roberto Oliveira logo" height="100"> </td>
<td>Roberto Oliveira EPA</td>
</tr>
</table>
</body>
</html>