Skip to content

Commit 4ce404a

Browse files
committed
Feat: Change parallax image and favicon, change button styles
1 parent 2f13dfa commit 4ce404a

29 files changed

+84
-32
lines changed

css/style.css

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ p {
5555
/*--- Buttons ---*/
5656
.btn {
5757
border: 0;
58-
border-radius: 30px;
58+
border-radius: 5px;
5959
box-shadow: none;
6060
display: inline-block;
6161
font-size: 1em;
@@ -67,8 +67,7 @@ p {
6767

6868
.btn--header {
6969
background-color: white;
70-
background-color: rgba(255,255,255,0.2);
71-
color: white;
70+
color: #000;
7271
}
7372

7473
.btn--header:hover {
@@ -77,7 +76,7 @@ p {
7776
}
7877

7978
.btn--resume {
80-
background-color: #048456;
79+
background-color: #01ab6d;
8180
color: white;
8281
font-size: 1em;
8382
}
@@ -98,6 +97,7 @@ p {
9897
background-color: #ddd;
9998
}
10099

100+
101101
/*--- Helpers ---*/
102102
.uppercase {
103103
text-transform: uppercase;
@@ -129,16 +129,15 @@ p {
129129
padding-left: 20px;
130130
}
131131

132-
133132
.l6 {
134133
width: 50%;
135134
}
136135

137-
/*--- Index - Header ---*/
138136

137+
/*--- Index - Header ---*/
139138
.parallax-container {
140-
color: white;
141-
color: rgba(255,255,255,.9);
139+
/*color: white;
140+
color: rgba(255,255,255,.9);*/
142141
height: 100vh;
143142
margin: 0;
144143
padding: 0 !important;
@@ -161,16 +160,16 @@ p {
161160
}
162161

163162
.header-container {
164-
padding-left: 10px;
165-
padding-right: 10px;
163+
padding-left: 50px;
164+
padding-right: 50px;
166165
position: absolute;
167-
text-align: center;
168-
top: 50%;
166+
/*text-align: center;*/
167+
top: 50px;
169168
-webkit-transition: all .2s;
170169
transition: all .2s;
171-
-webkit-transform: translateY(-50%);
170+
/*-webkit-transform: translateY(-50%);
172171
-ms-transform: translateY(-50%);
173-
transform: translateY(-50%);
172+
transform: translateY(-50%);*/
174173
width: 100%;
175174
z-index: 1;
176175
}
@@ -260,6 +259,29 @@ p {
260259
filter: opacity(.75);
261260
}
262261

262+
@media (max-width: 470px) {
263+
.skill {
264+
/* width: 100%; */
265+
padding-top: 0;
266+
position: static !important;
267+
}
268+
.skill .devicons {
269+
display: none;
270+
}
271+
272+
.skill .fab {
273+
display: none;
274+
}
275+
276+
.skill--with-img .icon {
277+
display: none;
278+
}
279+
280+
.portfolio__item p {
281+
font-size: 12px;
282+
}
283+
}
284+
263285
/*--- Index - Portfolio ---*/
264286
.portfolio__item {
265287
text-align: center;
@@ -334,6 +356,13 @@ p {
334356
.mobile-hidden {
335357
display: none;
336358
}
359+
360+
.header-container {
361+
top: 20%;
362+
-webkit-transform: none;
363+
-ms-transform: none;
364+
transform: none;
365+
}
337366
}
338367

339368
@media only screen and (max-width : 479px) {

es.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h4>About me</h4>
4949

5050
<hr />
5151

52-
<!--My Skills-->
52+
<!-- My Skills -->
5353
<section class="section container">
5454
<h4>Skills</h4>
5555

File renamed without changes.
File renamed without changes.
File renamed without changes.

images/bg/bg-duotone-1000x.jpg

15.9 KB
Loading

images/bg/bg-duotone-1920x.jpg

39.9 KB
Loading

images/bg/bg-duotone-400x.jpg

2.71 KB
Loading

images/bg/bg-duotone-800x.jpg

7.22 KB
Loading

images/bg/bg-duotone.jpg

101 KB
Loading

0 commit comments

Comments
 (0)