Skip to content

Commit 95f07c5

Browse files
authored
Updated
- Nav Menu - Social Media
1 parent f3f23e5 commit 95f07c5

4 files changed

Lines changed: 42 additions & 34 deletions

File tree

assets/css/styles.css

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ img{
157157
background-color: var(--second-color);
158158
transition: .5s;
159159
} */
160-
160+
161161
.nav__menu{
162162
text-align: right;
163163
position: fixed;
@@ -166,12 +166,13 @@ img{
166166
width: 35%;
167167
height: 100%;
168168
padding: 2rem;
169-
background-color: rgb(26, 26, 26);
169+
/* background-color: rgb(26, 26, 26); */
170+
/* background-color: var (--first-color); */
170171
/* border-radius: 0 0 0 2rem; */
171172
/* box-shadow: 0 1px 4px rgba(8, 8, 8, 0.15); */
172173
/* box-shadow: -10px 21px 38px 0px rgba(8, 8, 8, 0.15); */
173174
z-index: 100;
174-
transition: .3s;
175+
transition: .5s ease;
175176
}
176177

177178
.nav__icon{
@@ -210,39 +211,42 @@ img{
210211

211212
.nav__link{
212213
position: relative;
213-
color: #fff;
214+
color: var(--second-color);
215+
transition: .3s ease;
214216
}
215217

216218

217-
/* .nav__link:hover{
218-
position: relative;
219-
} */
219+
.nav__link:hover{
220+
color: var(--first-color);
221+
/* position: relative; */
222+
}
220223

221224
.nav__link{
222-
overflow: hidden;
225+
/* overflow: hidden; */
223226
}
224227

225228
.nav__link:after {
226-
position: absolute;
229+
/* position: absolute;
227230
content: "";
228231
width: 100%;
229232
height: 0rem;
230233
left: 0;
231234
top: 2.4rem;
232235
background-color: var(--first-color);
233-
transition: .3s;
236+
transition: .3s; */
234237
}
235238

236239
/* sesudah */
237240
.nav__link:hover:after{
238-
text-decoration: none;
239-
position: absolute;
240-
content: "";
241+
color: var(--first-color);
242+
/* text-decoration: none;
243+
position: absolute; */
244+
/* content: "";
241245
width: 100%;
242246
height: 0.18rem;
243247
left: 0;
244248
top: 2rem;
245-
background-color: var(--first-color);
249+
background-color: var(--first-color); */
246250
}
247251

248252
.nav__logo{
@@ -567,8 +571,9 @@ img{
567571
}
568572

569573
.footer__title{
570-
font-weight: var(--font-semi);
571-
font-size: 1rem;
574+
color: rgba(255, 255, 255, 0.822);
575+
/* font-weight: var(--font-sem); */
576+
font-size: 0.9rem;
572577
margin-bottom: var(--mb-3);
573578
}
574579

@@ -619,27 +624,29 @@ img{
619624
}
620625

621626
.nav__link:hover {
622-
position: relative;
627+
color: var(--first-color);
628+
/* position: relative; */
623629
}
624630

625631
.nav__link:hover::after {
626-
position: absolute;
632+
color: var(--first-color);
633+
/* position: absolute;
627634
content: "";
628635
width: 100%;
629636
height: 0.18rem;
630637
left: 0;
631638
top: 2rem;
632-
background-color: var(--first-color);
639+
background-color: var(--first-color); */
633640
}
634641

635642
.active::after {
636-
position: absolute;
637-
content: "";
638-
width: 100%;
639-
height: 0.18rem;
640-
left: 0;
641-
top: 2rem;
642-
background-color: var(--first-color);
643+
/* position: absolute; */
644+
/* content: ""; */
645+
/* width: 100%; */
646+
/* height: 0.18rem; */
647+
/* left: 0; */
648+
/* top: 2rem;
649+
background-color: var(--first-color); */
643650
}
644651

645652
.nav{

assets/img/favicon2.png

1010 KB
Loading

assets/img/favicon3.png

17.5 KB
Loading

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ul>
3535
</div>
3636

37-
<div class="nav__toggle" id="nav-toggle">
37+
<div class="nav__toggle" id="nav-toggle" style="display: none;">
3838
<i class="fas fa-bars fa-xs"></i>
3939
</div>
4040

@@ -59,9 +59,9 @@ <h1 class="home__title">I'm <span class="home__title-color">killflex</span></h1>
5959
<div class="home__social">
6060
<a href="https://www.instagram.com/killflex" target="_blank" class="home__social-icon"><i class='bx bxl-instagram-alt'></i></a>
6161
<a href="https://twitter.com/fleksipi" target="_blank" class="home__social-icon"><i class='bx bxl-twitter'></i></a>
62-
<a href="https://www.behance.net/killflex" target="_blank" class="home__social-icon"><i class='bx-fw bx bxl-behance'></i></a>
63-
<a href="mailto:killflexediting@gmail.com" target="_parent" class="home__social-icon"><i class='bx bxs-envelope'></i></a>
64-
<a href="https://linktr.ee/killflex" target="_blank" class="home__social-icon"><i class='bx bx-link'></i></a>
62+
<!-- <a href="https://facebook.com/flexsify" target="_blank" class="home__social-icon"><i class='bx bxl-facebook-square'></i></a> -->
63+
<a href="https://www.behance.net/killflex" target="_blank" class="home__social-icon"><i class='bx bxl-behance' style="font-size: 1.62rem;"></i></a>
64+
<a href="https://linktr.ee/killflex" target="_blank" class="home__social-icon"><i class='bx bxs-layer' style="font-size: 1.3rem;"></i></a>
6565
<!-- <a href="https://www.artstation.com/killflex" target="_blank" class="home__social-icon"><i class="fa-brands fa-artstation fa-xs"></i></a> -->
6666
</div>
6767

@@ -193,7 +193,7 @@ <h2 class="skills__subtitle">Softskills</h2>
193193
<section class="visuals section" id="works">
194194
<h2 class="section-title">Works</h2>
195195

196-
<h3 class="visuals__subs bd-grid">3D Art and Illustration</h3>
196+
<h3 class="visuals__subs bd-grid">3D Art & Illustration</h3>
197197
<div class="visuals__container bd-grid">
198198
<div class="visuals__img">
199199
<a href="assets/img/visuals/work4.jpg" data-lightbox="technology"
@@ -265,7 +265,7 @@ <h3 class="visuals__subs bd-grid">3D Art and Illustration</h3>
265265

266266
<div class="visuals__more1">
267267
<a href="https://www.instagram.com/killflex" target="_blank">
268-
<h5>more works...</h5>
268+
<h5>more works</h5>
269269
</a>
270270
</div>
271271

@@ -354,12 +354,13 @@ <h2 class="section-title">Contact</h2>
354354

355355
<!-- footer -->
356356
<footer class="footer">
357-
<!-- <p class="footer__title">SOCIAL MEDIA</p> -->
357+
<p class="footer__title">contact me in</p>
358358

359359
<div class="footer__socials">
360360
<a href="https://www.instagram.com/killflex" target="_blank" class="footer__icon"><i class='bx bxl-instagram-alt'></i></a>
361361
<a href="https://twitter.com/fleksipi" target="_blank" class="footer__icon"><i class='bx bxl-twitter'></i></a>
362362
<a href="https://www.facebook.com/flexsify" target="_blank" class="footer__icon"><i class="bx bxl-facebook-square"></i></a>
363+
<a href="https://www.linkedin.com/in/ferry-hasan-4988b8242" target="_blank" class="footer__icon"><i class="bx bxl-linkedin-square"></i></a>
363364
<a href="mailto:killflexediting@gmail.com" target="_parent" class="footer__icon"><i class='bx bxs-envelope'></i></a>
364365
<!-- <a href="https://www.artstation.com/killflex" target="_blank" class="footer__icon"><i class="fa-brands fa-artstation fa-xs"></i></a> -->
365366
<!-- <a href="https://www.youtube.com/channel/UChwSCygEMrr2Ucip-yg2elg" target="_blank" class="footer__icon"><i class='bx bxl-youtube'></i></a> -->
@@ -370,7 +371,7 @@ <h2 class="section-title">Contact</h2>
370371

371372
<p class="footer__email"></p>
372373

373-
<p class="footer__cpy">Copyright &#169; 2021 killflex. All Rights Reserved</p>
374+
<p class="footer__cpy">Copyright &#169; 2021 <a href="https://linktr.ee/killflex" style="text-decoration: none; color: rgba(255, 255, 255, 0.425);"> killflex </a>. All Rights Reserved</p>
374375
</footer>
375376
<!-- /footer -->
376377
<script src="./assets/library/lightbox2-dev/dist/js/lightbox-plus-jquery.js"></script>

0 commit comments

Comments
 (0)