Skip to content

Commit

Permalink
Merge pull request #1 from ihazrel/contact
Browse files Browse the repository at this point in the history
edit contact section
  • Loading branch information
ihazrel authored May 28, 2024
2 parents c05ff0b + 1cc54ab commit ca04ef9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ <h3>CodeNection 2021</h3>
<p id="description">Top 15 finalist</p>
<h3>Dean's List all semester</h3>
</div>
<hr>
</section>

<!-- Skills Section -->
Expand Down Expand Up @@ -104,14 +103,16 @@ <h2>
</h2>
<h3>
Email: <span> hazrel.idlan21@gmail.com</span><br><br>
Phone: <span> +6011-10522347</span>
</h3>
<div class="row">
<a href="https://api.whatsapp.com/send/?phone=%2B601110522347&text&type=phone_number&app_absent=0" style="padding-right: 20px;">
<img src="image/whatsapp.png" style="height: 50px;">
<a href="https://api.whatsapp.com/send/?phone=%2B601110522347&text&type=phone_number&app_absent=0">
<i class="ri-whatsapp-fill"></i>
</a>
<a href="mailto:hazrel.idlan21@gmail.com">
<img src="image/email.png" style="height: 50px;">
<i class="ri-mail-fill"></i>
</a>
<a href="https://github.com/ihazrel">
<i class="ri-github-fill"></i>
</a>
</div>

Expand Down
28 changes: 27 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ body{
background: #141414;
min-height: 200vh;
}

/* Header */
header{
position: fixed;
top: 0px;
Expand All @@ -38,6 +40,8 @@ header.sticky{
padding: 30px 100px;
background: #dfdfdf;
}

/* Navbar */
.navbar ul{
position: relative;
display: flex;
Expand All @@ -63,6 +67,8 @@ section::before {
height: 70px; /* Adjust this to match the height of your navbar */
margin: -70px 0 0; /* This negative margin is the trick */
}

/* Home */
.home{
position: relative;
width: 100%;
Expand Down Expand Up @@ -92,6 +98,8 @@ hr{
width: 50%;
margin: 50px auto;
}

/* About */
.about{
color: #fff;
justify-content: center;
Expand Down Expand Up @@ -132,6 +140,8 @@ hr{
.about .education{
padding: 50px 0;
}

/* Skills */
.skills{
color: #000;
justify-content: center;
Expand Down Expand Up @@ -171,6 +181,8 @@ hr{
height: 70%;
object-fit: cover;
}

/* Projects */
.projects{
color: #fff;
justify-content: center;
Expand Down Expand Up @@ -230,6 +242,8 @@ hr{
font-size: 1.2em;
text-decoration: none;
}

/* Contact */
.contact{
color: #000;
justify-content: center;
Expand All @@ -249,5 +263,17 @@ hr{
.contact h3{
font-size: 1.3em;
justify-content: space-between;
margin-bottom: 40px;
}
.contact .row{
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.contact a{
text-decoration: none;
}
.contact i{
font-size: 50px;
color: #000;
}

0 comments on commit ca04ef9

Please sign in to comment.