Skip to content

Commit

Permalink
Updating the web design
Browse files Browse the repository at this point in the history
  • Loading branch information
Min-Thway-Htut committed Sep 6, 2024
1 parent b4383ab commit 5218ab8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,15 @@ <h1 class="title-description slide-in-left">Hi, I am Min Thway Htut.</h1>
</div>

<h2 id="university">Education</h2>
<div class="education-border">
<div class="university">GISMA University of Applied Sciences (Potsdam, Germany)</div>
<div class="degree">BSc Computer Science</div>
<div class="time">September 2022 - Now</div>
</div>

<div class="education-border">

<div class="university">Family Private High School (Mahlaing, Myanmar)</div>
<div class="degree">Pre-Matriculation & Matriculation</div>
<div class="time">May 2018 - March 2020</div>
</div>




Expand Down Expand Up @@ -200,7 +198,7 @@ <h3>Contact Information</h3>

<footer class="footer">
<p>@minthwayhtut 2024 | Developed by Min Thway Htut</p>
<p id="last-update">Last updated on 05.09.2024</p>
<p id="last-update">Last updated on 06.09.2024</p>
</footer>

<script src="script.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion project.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2>My Projects</h2>

<footer class="footer">
<p>@minthwayhtut 2024 | Developed by Min Thway Htut</p>
<p id="last-update">Last updated on 05.09.2024</p>
<p id="last-update">Last updated on 06.09.2024</p>
</footer>
<script src="script.js"></script>
</body>
Expand Down
16 changes: 4 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ div.university{
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
color: #1b3b35;
color: #f1e6c5;
}

div.skill-title{
Expand All @@ -55,7 +55,7 @@ div.skill{

div.degree{
font-size:20px;
color: #1b3b35;
color: #a89e75;
margin-bottom: 10px;
margin-left: 20px;
}
Expand All @@ -64,7 +64,7 @@ div.time{
margin-left: 20px;
font-size: 15px;
margin-bottom: 20px;
color: #1b3b35;
color: #f1e6c5;
}

div.projects{
Expand Down Expand Up @@ -150,15 +150,7 @@ div.desc {
color: #1b3b35;
}

.education-border{
border: 1px solid #a89e75;
background-color: rgb(168, 158, 117);
border-radius: 10px;
margin-left: 16px;
margin-right: 16px;
margin-top: 10px;
margin-bottom: 20px;
}


.awards-border{
border: 1px solid #a89e75;
Expand Down

0 comments on commit 5218ab8

Please sign in to comment.