Skip to content

Commit

Permalink
fix spelling and add link to project
Browse files Browse the repository at this point in the history
  • Loading branch information
Wer1d committed Sep 21, 2023
1 parent aff8200 commit 4fe1828
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
33 changes: 16 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3>Profile</h3>
<div class="text-white">I am <strong>Tan</strong>. Currently,
I am a third-year student with a relentless thirst for knowledge and a resilient curiosity. I find satisfaction when
I grasp something new and thoroughly understand it. Additionally, I am interested in both software development and infrastructure. Furthermore, I am constantly
seeking opportunities to enhance my skills. My commitment lies in making a meaningful impact thoroughout my internship.
seeking opportunities to enhance my skills. My commitment lies in making a meaningful impact throughout my internship.
</div>
</div>
</div>
Expand All @@ -63,18 +63,17 @@ <h3>Education</h3>
</div>
<div class="col-12">
<div class="text-white">
A third-year student in Computer Science at Chulalongkorn University.
<b>Chulalongkorn University</b>

<div class="float-md-right">
<strong class="academic-year">2021 - present </strong>
</div><br>

Bachelor of Science - Computer Science (GPAX: 3.02)
</div>

<div class="'Edu data">

<div class="p text-white make-indent">
<strong>2020 - present </strong>
</div>
<div class="p text-white make-indent">
<strong>GPAX : 3.02 </strong>
</div>
</div>


<div class="logo-image">
<img src="logo-cu-1.png" alt="Circular Image" class="img-thumbnail">
</div>
Expand All @@ -91,7 +90,7 @@ <h3>Technical Skills</h3>
<div class="col-md-6"> >
<div class="text-white">
<div>
<p><strong>Programming Languages:</strong></p>
<p><strong>Languages:</strong></p>
<ul>
<li>Java</li>
<li>Python</li>
Expand Down Expand Up @@ -156,7 +155,7 @@ <h3>Soft Skill</h3>
<li>Teamwork</li>
<li>Communication</li>
<li>Problem Solving</li>
<li>Time Management and scheduling</li>
<li>Time Management</li>
</ul>
</div>
<div class="col-md-6"> <!-- Right column -->
Expand All @@ -183,10 +182,10 @@ <h3>Experience</h3>
<div class="row">
<ul>
<li>Python lab TA for the academic year 2023</li>
<li>Developed a multi-user login REST API in .NET with JWT token authentication</li>
<li>Created REST API in Django</li>
<li>Built a timetable generator for first-year students as an Excel application in Go based on data from a CSV file, deployed on AWS</li>
<li>Developed a Gym database management website and REST API usingNest.js</li>
<li><a href="https://github.com/Wer1d/ToDo">Developed a multi-user login REST API in .NET with JWT token authentication</a></li>
<li><a href="https://github.com/Wer1d/enlighTan">Created REST API in Django</a></li>
<li><a href="https://github.com/Wer1d/timetable">Built a timetable generator for first-year students as an Excel application in Go based on data from a CSV file, deployed on AWS</a></li>
<li><a href="https://github.com/algorithm-arena-gym">Developed a Gym database management website and REST API usingNest.js</a></li>
</ul>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ body {
margin-bottom: 20px;
}

/* .academic-year {
margin-left: 70%;
} */

a {
color : greenyellow;
text-decoration: underline;
}
h3 {
color: #f2ab35;
}
Expand Down

0 comments on commit 4fe1828

Please sign in to comment.