Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme change #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1><span>S</span>haif <span>A</span>rfan</h1>
<h1><span>A</span>numta <span>S</span>heikh</h1>
</a>
</div>
<div class="nav-list">
Expand All @@ -42,7 +42,7 @@ <h1><span>S</span>haif <span>A</span>rfan</h1>
<div>
<h1>Hello, <span></span></h1>
<h1>My Name is <span></span></h1>
<h1>Arfan <span></span></h1>
<h1>Anumta <span></span></h1>
<a href="#projects" type="button" class="cta">Portfolio</a>
</div>
</div>
Expand Down Expand Up @@ -193,23 +193,23 @@ <h1 class="section-title">Contact <span>info</span></h1>
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/phone.png" /></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+1 234 123 1234</h2>
<h2>+1 234 123 1234</h2>
<h2>+9 235474788</h2>
<h2>+92 3456788</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/new-post.png" /></div>
<div class="contact-info">
<h1>Email</h1>
<h2>info@gmail.com</h2>
<h2>abcd@gmail.com</h2>
<h2>anumtaasnain@gmail.com</h2>
<h2>asrk1122@gmail.com</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/map-marker.png" /></div>
<div class="contact-info">
<h1>Address</h1>
<h2>Fatikchhari, Chittagong, Bangladesh</h2>
<h2>Malir</h2>
</div>
</div>
</div>
Expand Down
18 changes: 9 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ p {
text-align: center;
}
.section-title span {
color: crimson;
color: purple;
}

.cta {
display: inline-block;
padding: 10px 30px;
color: white;
background-color: transparent;
border: 2px solid crimson;
border: 2px solid purple;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: 0.1rem;
Expand All @@ -60,15 +60,15 @@ p {
}
.cta:hover {
color: white;
background-color: crimson;
background-color: purple;
}
.brand h1 {
font-size: 3rem;
text-transform: uppercase;
color: white;
}
.brand h1 span {
color: crimson;
color: purple;
}

/* Header section */
Expand Down Expand Up @@ -140,7 +140,7 @@ p {
letter-spacing: initial;
}
#header .nav-list ul li:hover a {
color: crimson;
color: purple;
}
#header .hamburger {
height: 60px;
Expand Down Expand Up @@ -248,7 +248,7 @@ p {
left: 0;
height: 100%;
width: 0;
background-color: crimson;
background-color: purple;
animation: text_reveal_box 1s ease;
animation-delay: 0.5s;
}
Expand Down Expand Up @@ -442,7 +442,7 @@ p {
top: 19px;
height: 98%;
width: 98%;
border: 7px solid crimson;
border: 7px solid purple;
z-index: -1;
}
/* End About Section */
Expand Down Expand Up @@ -560,7 +560,7 @@ p {
}
@keyframes text_reveal_name {
100% {
color: crimson;
color: purple;
font-weight: 500;
}
}
Expand Down Expand Up @@ -624,7 +624,7 @@ p {
top: 34px;
height: 98%;
width: 98%;
border: 10px solid crimson;
border: 10px solid purple;
}
#about .col-right {
text-align: left;
Expand Down