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

Day-2 Task completed #42

Open
wants to merge 2 commits into
base: main
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
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
61 changes: 37 additions & 24 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1216,47 +1216,47 @@ input::-moz-focus-inner {
}

.skill-bars li .percent50 {
width: 10%;
width: 50%;
}

.skill-bars li .percent55 {
width: 15%;
width: 55%;
}

.skill-bars li .percent60 {
width: 90%;
width: 60%;
}

.skill-bars li .percent65 {
width: 25%;
}

.skill-bars li .percent70 {
width: 10%;
width: 70%;
}

.skill-bars li .percent75 {
width: 15%;
width: 75%;
}

.skill-bars li .percent80 {
width: 20%;
width: 80%;
}

.skill-bars li .percent85 {
width: 8.5%;
width: 85%;
}

.skill-bars li .percent90 {
width: 9%;
width: 90%;
}

.skill-bars li .percent95 {
width: 5%;
width: 95%;
}

.skill-bars li .percent100 {
width: 0%;
width: 100%;
}

/* ===================================================================
Expand Down Expand Up @@ -1678,6 +1678,7 @@ header .header-logo a {
background-size: cover;
min-height: 804px;
position: relative;
text-align:center;
}

#home .gradient-overlay {
Expand Down Expand Up @@ -1733,15 +1734,17 @@ header .header-logo a {
text-transform: uppercase;
letter-spacing: .15rem;
margin: 0 0 0 .3rem;
text-align:left;
}

/* */

.home-content-tablecell h1 {
font-family: "librebaskerville-bold", serif;
font-size: 2.2rem;
font-size: 4rem;
line-height: 1.5;
color: #FFFFFF;
text-align:left;
}

/* */
Expand All @@ -1750,6 +1753,8 @@ header .header-logo a {
display: inline-block;
list-style: none;
margin: 4.8rem 0 0 0;


}

.home-content-tablecell .home-section-links li {
Expand All @@ -1761,6 +1766,8 @@ header .header-logo a {
color: rgba(255, 255, 255, 0.35);
margin-right: 1.5rem;
margin-bottom: .6rem;


}

.home-content-tablecell .home-section-links li:last-child {
Expand All @@ -1774,6 +1781,7 @@ header .header-logo a {
letter-spacing: 0;
color: #FFFFFF;
margin-left: .3rem;

}

.scroll-icon {
Expand All @@ -1791,7 +1799,7 @@ header .header-logo a {
/* */

.home-bottom-text {
text-align: right;
text-align: left;
}

/* */
Expand Down Expand Up @@ -2053,8 +2061,8 @@ header .header-logo a {
}

.about-profile p {
font-size: 1rem;
line-height: 1px;
font-size: 1.5rem;

}

/* */
Expand All @@ -2075,19 +2083,21 @@ header .header-logo a {
.about-services ul.services {
list-style: none;
margin-left: 0;
line-height:1;
}

.about-services ul.services li {
padding-left: 0;
margin-bottom: .6rem;
position: relative;
line-height:30px;
}

.about-services ul.services li h4 {
font-size: 1.6rem;
text-transform: uppercase;
letter-spacing: .15rem;
line-height: 1.313;
line-height: 35px;
margin-bottom: .6rem;
}

Expand All @@ -2096,8 +2106,8 @@ header .header-logo a {
.about-services ul.services li p {
margin-bottom: 1.5rem;
color: #4f4f4f;
font-size: 10px;
line-height: 1rem;
font-size: 15px;
line-height: 3rem;
}

/* */
Expand All @@ -2108,30 +2118,32 @@ header .header-logo a {
left: 0;
color: rgba(46, 22, 3, 0.4);
color: #4C2405;

}

/* */

.about-services ul.services .icon-wrap i {
font-size: 10rem;
font-size: 7rem;

}

/* */

.about-services ul.services .item-photography .icon-wrap {
top: -.3rem;
top: -.1rem;
}

.about-services ul.services .item-webdesign .icon-wrap {
top: -.7rem;
top: -.1rem;
}

.about-services ul.services .item-uiux .icon-wrap {
top: -.1rem;
}

.about-services ul.services .service-item {
padding-left: 8rem;
padding-left: 12rem;
}

/* -------------------------------------------------------------------
Expand Down Expand Up @@ -2571,7 +2583,7 @@ header .header-logo a {
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 50%;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
Expand Down Expand Up @@ -2790,14 +2802,15 @@ header .header-logo a {

#stats .stat .icon-part i {
font-size: 10rem;

}

/* */

#stats .stat h5 {
color: #FFFFFF;
margin-top: 1.5rem;
font-size: 0.4rem;
font-size: 1rem;
}

/* */
Expand Down Expand Up @@ -3254,4 +3267,4 @@ footer .footer-social li:last-child {
right: 0;
}

}
}