Skip to content

Commit f712735

Browse files
committed
simply footer title and github anchor
1 parent 95f07c5 commit f712735

3 files changed

Lines changed: 7 additions & 13 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.tmp.driveupload

assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ img{
572572

573573
.footer__title{
574574
color: rgba(255, 255, 255, 0.822);
575-
/* font-weight: var(--font-sem); */
575+
font-weight: var(--font-semi);
576576
font-size: 0.9rem;
577577
margin-bottom: var(--mb-3);
578578
}

index.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<header class="l-header">
2121
<nav class="nav bd-grid">
2222
<div>
23-
<a href="index.html" class="nav__logo">killflex</a>
23+
<a href="" class="nav__logo">killflex</a>
2424
</div>
2525

2626
<div class="nav__menu" id="nav-menu">
@@ -59,10 +59,8 @@ <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://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>
65-
<!-- <a href="https://www.artstation.com/killflex" target="_blank" class="home__social-icon"><i class="fa-brands fa-artstation fa-xs"></i></a> -->
62+
<a href="https://github/killflex" target="_blank" class="home__social-icon"><i class='bx bxl-github'></i></a>
63+
<a href="https://linktr.ee/killflex" target="_blank" class="home__social-icon"><i class='bx bxs-layer'></i></a>
6664
</div>
6765

6866
<div class="home__img">
@@ -77,7 +75,7 @@ <h2 class="section-title">About</h2>
7775

7876
<div class="about__container bd-grid">
7977
<div class="about__img">
80-
<img src="assets/img/itsme2.jpg" alt="killflex face">
78+
<img src="assets/img/itsme3.jpg" alt="killflex face">
8179
</div>
8280

8381
<div>
@@ -354,19 +352,14 @@ <h2 class="section-title">Contact</h2>
354352

355353
<!-- footer -->
356354
<footer class="footer">
357-
<p class="footer__title">contact me in</p>
355+
<p class="footer__title">connect with me</p>
358356

359357
<div class="footer__socials">
360358
<a href="https://www.instagram.com/killflex" target="_blank" class="footer__icon"><i class='bx bxl-instagram-alt'></i></a>
361359
<a href="https://twitter.com/fleksipi" target="_blank" class="footer__icon"><i class='bx bxl-twitter'></i></a>
362360
<a href="https://www.facebook.com/flexsify" target="_blank" class="footer__icon"><i class="bx bxl-facebook-square"></i></a>
363361
<a href="https://www.linkedin.com/in/ferry-hasan-4988b8242" target="_blank" class="footer__icon"><i class="bx bxl-linkedin-square"></i></a>
364362
<a href="mailto:killflexediting@gmail.com" target="_parent" class="footer__icon"><i class='bx bxs-envelope'></i></a>
365-
<!-- <a href="https://www.artstation.com/killflex" target="_blank" class="footer__icon"><i class="fa-brands fa-artstation fa-xs"></i></a> -->
366-
<!-- <a href="https://www.youtube.com/channel/UChwSCygEMrr2Ucip-yg2elg" target="_blank" class="footer__icon"><i class='bx bxl-youtube'></i></a> -->
367-
368-
<!-- <a href="https://www.fiverr.com/ferryhasan" target="_blank" class="footer__icon" style="font-size: 18px;"><span class="iconify" data-icon="jam:fiverr"></span></a> -->
369-
<!-- <a href="https://linktr.ee/7flexsfy" target="_blank" class="footer__icon" style="font-size: 18px;"><span class="iconify" data-icon="simple-icons:linktree"></span></a> -->
370363
</div>
371364

372365
<p class="footer__email"></p>

0 commit comments

Comments
 (0)