-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dee302
commit cdf69b4
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,13 +75,13 @@ <h1 class="title">Josh D.</h1> | |
<p class="section__text__p1">Get To Know More</p> | ||
<h1 class="title">About Me</h1> | ||
<div class="section-container"> | ||
<div class="section__pic-container"> | ||
<!-- <div class="section__pic-container"> | ||
<img | ||
src="./assets/profile-pic.PNG" | ||
alt="Profile picture" | ||
class="about-pic" | ||
/> | ||
</div> | ||
</div> --> | ||
<div class="about-details-container"> | ||
<div class="about-containers"> | ||
<div class="details-container"> | ||
|
@@ -112,12 +112,12 @@ <h3>Education</h3> | |
</div> | ||
</div> | ||
</div> | ||
<img | ||
<!-- <img | ||
src="./assets/arrow.png" | ||
alt="Arrow icon" | ||
class="icon arrow" | ||
onclick="location.href='./#experience'" | ||
/> | ||
/> --> | ||
</section> | ||
<section id="experience"> | ||
<p class="section__text__p1">Explore My</p> | ||
|
@@ -268,12 +268,12 @@ <h3>Git</h3> | |
</div> | ||
</div> | ||
</div> | ||
<img | ||
<!-- <img | ||
src="./assets/arrow.png" | ||
alt="Arrow icon" | ||
class="icon arrow" | ||
onclick="location.href='./#projects'" | ||
/> | ||
/> --> | ||
</section> | ||
<section id="projects"> | ||
<p class="section__text__p1">Browse My Recent</p> | ||
|
@@ -417,12 +417,12 @@ <h2 class="experience-sub-title project-title">User and Group Management Enhance | |
</div> | ||
</div> | ||
</div> | ||
<img | ||
<!-- <img | ||
src="./assets/arrow.png" | ||
alt="Arrow icon" | ||
class="icon arrow" | ||
onclick="location.href='./#contact'" | ||
/> | ||
/> --> | ||
</section> | ||
<section id="contact"> | ||
<p class="section__text__p1">Get in Touch</p> | ||
|
@@ -434,7 +434,7 @@ <h1 class="title">Contact Me</h1> | |
alt="Email icon" | ||
class="icon contact-icon email-icon" | ||
/> | ||
<p><a href="mailto:examplemail@gmail.com">[email protected]</a></p> | ||
<p><a href="mailto:path_30@hotmail.com">[email protected]</a></p> | ||
</div> | ||
<div class="contact-info-container"> | ||
<img | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters