Skip to content

Commit

Permalink
Favicon added and hover enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack-Dx committed Oct 2, 2022
1 parent 6feeeed commit 847167b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
Binary file added hacker/hacker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hacker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hacker | Free Professional Portfolio Website Templates by Jofferson Tiquez</title>
<link rel="shortcut icon" href="./hacker.png" type="image/x-png">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.min.css" rel="stylesheet">
Expand Down
43 changes: 25 additions & 18 deletions indify/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
font-size: 0.938rem;
font-weight: 500;
color: #a2acbd;
background-color: #F9F9F9;
background-color: #f9f9f9;
line-height: 1.6;
overflow-x: hidden;
}
Expand Down Expand Up @@ -58,7 +58,8 @@ img {
padding: 3rem 0 2rem;
}

.section-title, .section-subtitle {
.section-title,
.section-subtitle {
text-align: center;
}

Expand Down Expand Up @@ -139,22 +140,25 @@ img {
}

.nav__link {
color: #F9F9F9;
color: #f9f9f9;
transition: 0.3s;
}

.nav__link:hover {
color: #e4a109;
text-decoration-line: underline;
}

.nav__logo, .nav__toggle {
color: #F9F9F9;
.nav__logo,
.nav__toggle {
color: #f9f9f9;
font-size: 1.2rem;
cursor: pointer;
font-weight: 900;
}

.nav__logo:hover, .nav__toggle:hover {
.nav__logo:hover,
.nav__toggle:hover {
color: #e4a109;
transition: 0.3s ease;
}
Expand All @@ -179,7 +183,7 @@ img {

/* Change background header */
.scroll-header {
background-color: #F9F9F9;
background-color: #f9f9f9;
box-shadow: 0 2px 5px rgba(24, 22, 22, 0.301);
}

Expand All @@ -194,7 +198,7 @@ img {
}

.scroll-header .nav__menu {
background-color: #F9F9F9;
background-color: #f9f9f9;
}

.home {
Expand All @@ -210,7 +214,7 @@ img {
}

.home__data {
color: #F9F9F9;
color: #f9f9f9;
padding: 1rem 0.35rem;
z-index: 10;
}
Expand All @@ -228,7 +232,7 @@ img {
color: #e4a109;
line-height: 2rem;
padding-bottom: 1rem;
padding-top: .5rem;
padding-top: 0.5rem;
}

.home__career {
Expand All @@ -247,7 +251,7 @@ img {
}

.home-btn {
color: #F9F9F9;
color: #f9f9f9;
background-color: black;
border: 0;
margin: 0.1rem;
Expand Down Expand Up @@ -307,7 +311,7 @@ img {
.home__icon {
cursor: pointer;
margin: 0.5rem;
color: #F9F9F9;
color: #f9f9f9;
}

.home__icon:hover {
Expand Down Expand Up @@ -370,7 +374,7 @@ img {
}

.services {
background-color: #F9F9F9;
background-color: #f9f9f9;
padding-bottom: 4rem;
}

Expand Down Expand Up @@ -413,11 +417,11 @@ img {
}

.services__description {
color: #F9F9F9;
color: #f9f9f9;
}

.portfolio {
background-color: #F9F9F9;
background-color: #f9f9f9;
padding-bottom: 4rem;
}

Expand Down Expand Up @@ -453,7 +457,10 @@ img {

.portfolio__img img {
border-radius: 8px;
box-shadow: 0 1px 2.2px rgba(0, 0, 0, 0.076), 0 2.3px 5.3px rgba(0, 0, 0, 0.109), 0 4.4px 10px rgba(0, 0, 0, 0.135), 0 7.8px 17.9px rgba(0, 0, 0, 0.161), 0 14.6px 33.4px rgba(0, 0, 0, 0.194), 0 35px 80px rgba(0, 0, 0, 0.27);
box-shadow: 0 1px 2.2px rgba(0, 0, 0, 0.076),
0 2.3px 5.3px rgba(0, 0, 0, 0.109), 0 4.4px 10px rgba(0, 0, 0, 0.135),
0 7.8px 17.9px rgba(0, 0, 0, 0.161), 0 14.6px 33.4px rgba(0, 0, 0, 0.194),
0 35px 80px rgba(0, 0, 0, 0.27);
}

.portfolio__title {
Expand All @@ -462,7 +469,7 @@ img {
}

.portfolio__description {
color: #F9F9F9;
color: #f9f9f9;
margin-bottom: 1.5rem;
}

Expand Down Expand Up @@ -530,7 +537,7 @@ img {

.footer__box p {
padding-bottom: 0.3rem;
color: #F9F9F9;
color: #f9f9f9;
}

.footer__box a {
Expand Down

0 comments on commit 847167b

Please sign in to comment.