Skip to content

Commit

Permalink
last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh1005GH committed Jul 6, 2024
1 parent 8dee302 commit cdf69b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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
Expand Down
15 changes: 8 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ a:hover {
/* SECTIONS */

section {
padding-top: 4vh;
height: 96vh;
padding-top: 2vh;
height: 70vh;
/* height: auto; */
margin: 0 10rem;
box-sizing: border-box;
min-height: fit-content;
Expand Down Expand Up @@ -284,11 +285,11 @@ section {
border-radius: 2rem;
}

.arrow {
/* .arrow {
position: absolute;
right: -5rem;
bottom: 2.5rem;
}
} */

.details-container {
padding: 1.5rem;
Expand All @@ -305,11 +306,11 @@ section {
height: 80%;
}

.section__pic-container {
/* .section__pic-container {
height: 400px;
width: 400px;
margin: auto 0;
}
} */

/* EXPERIENCE SECTION */

Expand Down Expand Up @@ -403,7 +404,7 @@ font-size: 1rem;
display: flex;
justify-content: center;
flex-direction: column;
height: 70vh;
height: 50vh;
}

.contact-info-upper-container {
Expand Down

0 comments on commit cdf69b4

Please sign in to comment.