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

https://sonichigo.github.io/idtc-opensource-day2/ #35

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
79 changes: 28 additions & 51 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,9 @@ input::-moz-focus-inner {
width: 5%;
}

.skill-bars li .percent90 {
width: 90%;
}
.skill-bars li .percent10 {
width: 10%;
}
Expand All @@ -1207,6 +1210,10 @@ input::-moz-focus-inner {
width: 35%;
}

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

.skill-bars li .percent40 {
width: 40%;
}
Expand Down Expand Up @@ -1236,27 +1243,27 @@ input::-moz-focus-inner {
}

.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%;
.skill-bars li .percent100 {
width: 100%;
}

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

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

/* ===================================================================
Expand Down Expand Up @@ -1377,36 +1384,6 @@ header .row {
/* -------------------------------------------------------------------
* header logo - (_layout.css)
* ------------------------------------------------------------------- */
header .header-logo {
position: absolute;
left: 26px;
top: 30px;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

header .header-logo a {
display: block;
margin: 0;
padding: 0;
outline: 0;
border: none;
width: 100px;
height: 100px;
background: url("https://storage.googleapis.com/incind/IncubateINDijvFrGz") no-repeat center;
background-size: 100px 100px;
font: 0/0 a;
text-shadow: none;
color: transparent;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

/* -------------------------------------------------------------------
* menu trigger - (_layout.css)
Expand Down Expand Up @@ -1648,9 +1625,9 @@ header .header-logo a {
}

header .header-logo a {
width: 54px;
height: 54px;
background-size: 54px 54px;
width: 12px;
height: 12px;
background-size: 12px 12px;
}

}
Expand Down Expand Up @@ -2005,7 +1982,7 @@ header .header-logo a {
height: 100%;
background: #EBEBEB;
width: 50%;
background-image: url(../images/profile-bg.jpg);
background-image: url(../images/profile-bg.jpeg);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
Expand Down Expand Up @@ -2053,8 +2030,8 @@ header .header-logo a {
}

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

/* */
Expand Down Expand Up @@ -2094,10 +2071,10 @@ header .header-logo a {
/* */

.about-services ul.services li p {
margin-bottom: 1.5rem;
/* margin-bottom: 1.5rem; */
color: #4f4f4f;
font-size: 10px;
line-height: 1rem;
font-size: 18px;
line-height: 3rem;
}

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

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

/* */
Expand Down Expand Up @@ -2227,7 +2204,7 @@ header .header-logo a {
}

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

.about-services ul.services .service-item {
Expand Down Expand Up @@ -2852,7 +2829,7 @@ header .header-logo a {
* ------------------------------------------------------------------- */
#contact {
background-color: #111111;
background-image: url(../images/profile-bg.jpg);
background-image: url(../images/profile-bg.jpeg);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
Expand Down Expand Up @@ -3254,4 +3231,4 @@ footer .footer-social li:last-child {
right: 0;
}

}
}
17 changes: 9 additions & 8 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>Animesh's Portfolio</title>
<meta name="description" content="">
<meta name="author" content="">

Expand Down Expand Up @@ -39,7 +39,7 @@
<header>

<div class="header-logo">
<a href="index.html">IncubateIND</a>
<a href="index.html"><img src="images/logo.png" width="60" height="60"></a>
</div>

<a id="header-menu-trigger" href="#0">
Expand All @@ -51,7 +51,7 @@

<a href="#0" class="close-button" title="close"><span>Close</span></a>

<h3>Howdy.</h3>
<h3>Animesh's Portfolio</h3>

<ul class="nav-list">
<li class="current"><a class="smoothscroll" href="#home" title="">Home</a></li>
Expand Down Expand Up @@ -98,13 +98,14 @@ <h3>Howdy.</h3>
<div class="home-content-tablecell">
<div class="row">
<div class="col-twelve">
<div class="home-bottom-text">
<div class="home-bottom-text" style="text-align: left;">

<h3 class="animate-intro">Hello, World.</h3>
<h1 class="animate-intro">
I am (Name Here). <br>
Graphic &amp; UI/UX Designer <br>
Based in Manila Philippines.
<h1 class="animate-intro" style="font-size: xxx-large;">
I am Animesh Pathak. <br>
Graphic &amp;
UI/UX Designer <br>
Based in Noida.
</h1>

<ul class="home-section-links">
Expand Down