Skip to content

Commit 1e2db79

Browse files
Add bachelor
1 parent 810f8a8 commit 1e2db79

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ span.single-timeline-horizontal.spacial-horizontal-line {width: 88px;}
471471
.main-timeline:before{
472472
content: "";
473473
width: 2px;
474-
height: 87%;
474+
height: 89%;
475475
background: #b2c1ce;
476476
position: absolute;
477477
top: 0.5%;

curriculum.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,43 @@ <h5>France</h5>
350350
</div>
351351
</div><!--/.single-timeline-box-->
352352
</li>
353+
<li>
354+
<div class="single-timeline-box fix">
355+
<div class="row">
356+
<div class="col-md-offset-1 col-md-5 experience-time-responsive">
357+
<div class="experience-time">
358+
<h2>
359+
<span><i class="fa fa-circle" aria-hidden="true"></i></span>
360+
Jun. 2019
361+
</h2>
362+
<h3>Bachelor internship</h3>
363+
</div><!--/.experience-time-->
364+
</div><!--/.col-->
365+
<div class="col-md-5">
366+
<div class="timeline">
367+
<div class="timeline-content text-right">
368+
<h4 class="title">
369+
Université de Paris Descartes
370+
</h4>
371+
<h5>France</h5>
372+
<p class="description">
373+
Discovery of bioinformatics using publicly available datasets: initiation to python programming, scikit-learn and machine learning algorithms. Supervised by <a href="https://deraison.ai/" style="font-size:14px">Dr. Warith Harchaoui</a>.
374+
</p>
375+
</div><!--/.timeline-content-->
376+
</div><!--/.timeline-->
377+
</div><!--/.col-->
378+
<div class="col-md-offset-1 col-md-5 experience-time-main">
379+
<div class="experience-time">
380+
<h2>
381+
<span><i class="fa fa-circle" aria-hidden="true"></i></span>
382+
Jun. 2019
383+
</h2>
384+
<h3>Bachelor internship</h3>
385+
</div><!--/.experience-time-->
386+
</div><!--/.col-->
387+
</div>
388+
</div><!--/.single-timeline-box-->
389+
</li>
353390
</ul>
354391
</div><!--.main-timeline-->
355392
</div><!--.experience-content-->

0 commit comments

Comments
 (0)