From 4fe1828566cf0f324a53fc93fe7e267fb72cc8d2 Mon Sep 17 00:00:00 2001 From: Wer1d <98684652+Wer1d@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:12:56 +0700 Subject: [PATCH] fix spelling and add link to project --- index.html | 33 ++++++++++++++++----------------- style.css | 8 ++++++++ 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index d70507e..e808a29 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@

Profile

I am Tan. 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.
@@ -63,18 +63,17 @@

Education

- A third-year student in Computer Science at Chulalongkorn University. + Chulalongkorn University + +
+ 2021 - present +

+ + Bachelor of Science - Computer Science (GPAX: 3.02)
-
- -
- 2020 - present -
-
- GPAX : 3.02 -
-
+ +
Circular Image
@@ -91,7 +90,7 @@

Technical Skills

>
-

Programming Languages:

+

Languages:

  • Java
  • Python
  • @@ -156,7 +155,7 @@

    Soft Skill

  • Teamwork
  • Communication
  • Problem Solving
  • -
  • Time Management and scheduling
  • +
  • Time Management
@@ -183,10 +182,10 @@

Experience

diff --git a/style.css b/style.css index 7259292..5100292 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,14 @@ body { margin-bottom: 20px; } +/* .academic-year { + margin-left: 70%; +} */ + +a { + color : greenyellow; + text-decoration: underline; +} h3 { color: #f2ab35; }