Skip to content

Commit

Permalink
quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaePhoneNaing committed Feb 23, 2024
1 parent 3b7977c commit 8280e96
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file added assets/project-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/project-1.png
Binary file not shown.
Binary file added assets/project-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/project-2.png
Binary file not shown.
Binary file added assets/project-3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 17 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title></title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="mediaqueries.css" />
<script src="script.js" defer> </script>
</head>

<body>
Expand Down Expand Up @@ -93,7 +94,7 @@ <h3>Experience</h3>
<img src="./assets/education.png" alt="Education icon"
class="icon" />
<h3>Education</h3>
<p>B.IT. Bachelors Degree <br/>DWD. Diploma in Web Development</p>
<p>BSc(Hons) in Network Technology and Cybersecurity <br/>Diploma in Web Development <br/> Diploma in English</p>
</div>
</div>

Expand Down Expand Up @@ -241,60 +242,60 @@ <h1 class="title">Projects</h1>
<div class="about-containers">
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/project-1.png"
<img src="./assets/project-1.jpeg"
alt="Project 1"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Project One</h2>
<h2 class="experience-sub-title project-title">Vacation Wishlist</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com'">
onclick="location.href='https://github.com/PyaePhoneNaing/Vacation_Destination'">
Github
</button>

<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com'">
Live Demo
onclick="location.href='https://pyaephonenaing.github.io/Vacation_Destination/'">
View
</button>

</div>
</div>

<div class="details-container color-container">
<div class="article-container">
<img src="./assets/project-2.png"
<img src="./assets/project-2.jpeg"
alt="Project 2"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Project Two</h2>
<h2 class="experience-sub-title project-title">To-Do-List Web-app</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com'">
onclick="location.href='https://github.com/PyaePhoneNaing/To_Do_List'">
Github
</button>

<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com'">
Live Demo
onclick="location.href='https://pyaephonenaing.github.io/To_Do_List/'">
View
</button>

</div>
</div>

<div class="details-container color-container">
<div class="article-container">
<img src="./assets/project-3.png"
<img src="./assets/project-3.jpeg"
alt="Project 3"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Project Three</h2>
<h2 class="experience-sub-title project-title">Coming soon!!</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
Expand All @@ -305,15 +306,15 @@ <h2 class="experience-sub-title project-title">Project Three</h2>
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com'">
Live Demo
View
</button>

</div>
</div>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow icon" class="icon arrow"
onclick="location.href='./#projects'"/>
onclick="location.href='./#contact'"/>
</section>

<section id="contact">
Expand Down Expand Up @@ -356,6 +357,6 @@ <h1 class="title">Contact Me</h1>



<script src="script.js"> </script>

</body>
</html>
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ article .icon{

.project-img{
border-radius: 2rem;
width: 90%;
height: 90%;
width: 300px;
height: 300px;
}

.project-title{
Expand Down

0 comments on commit 8280e96

Please sign in to comment.