Skip to content

Template maded successfully as per given image document all issues are solved. by Dilip Sarvaiya #28

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

Open
wants to merge 3 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
46 changes: 20 additions & 26 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ h6,
.h04,
.h05,
.h06 {
font-family: "montserrat-bold", sans-serif;
font-family: "montserrat", sans-serif;
color: #151515;
font-style: normal;
text-rendering: optimizeLegibility;
Expand Down Expand Up @@ -198,7 +198,7 @@ p img {
}

p.lead {
font-family: "montserrat-regular", sans-serif;
font-family: "montserrat", sans-serif;
font-size: 2rem;
line-height: 1.8;
color: #4f4f4f;
Expand Down Expand Up @@ -1232,27 +1232,27 @@ input::-moz-focus-inner {
}

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

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

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

.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 {
Expand All @@ -1270,14 +1270,14 @@ input::-moz-focus-inner {
}

.section-intro h1 {
font-family: "librebaskerville-bold", serif;
font-family: "librebaskerville", serif;
font-size: 4.8rem;
line-height: 1.375;
color: #151515;
}

.section-intro h3 {
font-family: "montserrat-bold", sans-serif;
font-family: "montserrat", sans-serif;
font-size: 2rem;
color: #4C2405;
text-transform: uppercase;
Expand Down Expand Up @@ -1697,6 +1697,7 @@ header .header-logo a {
/* IE6-9 */
}


#home .overlay {
position: absolute;
top: 0;
Expand Down Expand Up @@ -1727,7 +1728,7 @@ header .header-logo a {
}

.home-content-tablecell h3 {
font-family: "montserrat-bold", sans-serif;
font-family: "montserrat", sans-serif;
font-size: 2.2rem;
color: rgba(255, 255, 255, 0.35);
text-transform: uppercase;
Expand All @@ -1738,8 +1739,8 @@ header .header-logo a {
/* */

.home-content-tablecell h1 {
font-family: "librebaskerville-bold", serif;
font-size: 2.2rem;
font-family: "librebaskerville", serif;
font-size: 5.2rem;
line-height: 1.5;
color: #FFFFFF;
}
Expand Down Expand Up @@ -1791,7 +1792,7 @@ header .header-logo a {
/* */

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

/* */
Expand Down Expand Up @@ -2049,12 +2050,6 @@ header .header-logo a {

.about-profile p.lead {
color: #636363;
font-size: 3rem;
}

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

/* */
Expand Down Expand Up @@ -2096,8 +2091,7 @@ header .header-logo a {
.about-services ul.services li p {
margin-bottom: 1.5rem;
color: #4f4f4f;
font-size: 10px;
line-height: 1rem;
font-size: 1.5rem;
}

/* */
Expand All @@ -2113,7 +2107,7 @@ header .header-logo a {
/* */

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

/* */
Expand Down Expand Up @@ -2789,15 +2783,15 @@ header .header-logo a {
}

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

/* */

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

/* */
Expand All @@ -2806,13 +2800,13 @@ header .header-logo a {

#stats .stat h3 {
color: #7c3b08;
font-size: 8.8rem;
font-size: 4.8rem;
text-transform: uppercase;
letter-spacing: .2rem;
margin: 1.5rem 0 0 0;
padding-top: 1.5rem;
line-height: 1;
font-family: "montserrat-bold", sans-serif;
font-family: "montserrat", sans-serif;
position: relative;
text-align: center;
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Howdy</title>
<title>Dilip Sarvaiya</title>
<meta name="description" content="">
<meta name="author" content="">

Expand Down Expand Up @@ -102,7 +102,7 @@ <h3>Howdy.</h3>

<h3 class="animate-intro">Hello, World.</h3>
<h1 class="animate-intro">
I am (Name Here). <br>
I am Dilip Sarvaiya. <br>
Graphic &amp; UI/UX Designer <br>
Based in Manila Philippines.
</h1>
Expand Down Expand Up @@ -766,7 +766,7 @@ <h5 class="animate-this">Call Me At</h5>

<div class="col-twelve tab-full">
<div class="copyright">
<span>Developed with <span>❤️ </span> by <a
<span>Developed with <span>❤️</span>by <a
href="https://www.incubateind.com/">IncubateIND</a></span>
</div>
</div>
Expand Down