Browse Source

Education

master
Yigit Colakoglu 1 year ago
parent
commit
d0606e2e04
1 changed files with 15 additions and 15 deletions
  1. +15
    -15
      index.html

+ 15
- 15
index.html View File

@ -28,7 +28,7 @@
<!-- Theme CSS --> <!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css"> <link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" type="text/css" href="assets/css/dark.css">
<!-- <link rel="stylesheet" type="text/css" href="assets/css/dark.css"> -->
<!-- Matomo --> <!-- Matomo -->
<script type="text/javascript"> <script type="text/javascript">
@ -370,11 +370,22 @@
<div class="section-inner shadow-sm rounded"> <div class="section-inner shadow-sm rounded">
<h2 class="heading">Education</h2> <h2 class="heading">Education</h2>
<div class="content"> <div class="content">
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i>Computer Science and Engineering BsC</h3>
<h4 class="university">Technical University of Delft <span class="year">(2021-2024)</span></h4>
</div><!--//item-->
<div class="item"> <div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i>Computer Science Freshman</h3>
<h4 class="university">TED Ankara College Private High School<span class="year">(2014-2021)</span></h4>
<h4 class="university">CS Student in TU Delft<span class="year">(2021-Present)</span></h4>
<h3 class="title"><i class="fas fa-graduation-cap"></i>A Levels Programme</h3>
<h4 class="university">TED Ankara College Private High School <span class="year">(2015-2021)</span></h4>
</div><!--//item--> </div><!--//item-->
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i>Scientific Research Programme</h3>
<h4 class="university">TED Ankara College Private High School <span class="year">(2014-2021)</span></h4>
</div><!--//item-->
</div><!--//content--> </div><!--//content-->
</div><!--//section-inner--> </div><!--//section-inner-->
</aside><!--//section--> </aside><!--//section-->
@ -442,17 +453,6 @@
</div> </div>
</aside> </aside>
--> -->
<aside class="blog aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Latest Blog Posts</h2>
<div id="rss-feeds" class="content">
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
</div> </div>
<script src="vendor/jquery/jquery-3.2.1.min.js"></script> <script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<script src="assets/js/phone.js"></script> <script src="assets/js/phone.js"></script>


Loading…
Cancel
Save