-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f1b658
commit debfb4a
Showing
1 changed file
with
25 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/swiper-bundle.min.css" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="./assets/css/fancybox.css" /> | ||
<link rel="stylesheet" href="./assets/css/style.css" /> | ||
<!-- <link rel="stylesheet" href="./assets/css/responsive.css" /> --> | ||
|
@@ -25,7 +25,6 @@ | |
<!-- .navbar-collapse --> | ||
<div class="collapse navbar-collapse" id="navbarContent"> | ||
<ul class="navbar-nav ms-auto align-items-center"> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="index.html#home">home</a> | ||
</li> | ||
|
@@ -43,31 +42,19 @@ | |
</li> | ||
|
||
<li class="nav-item dropdown"> | ||
<a | ||
class="nav-link dropdown-toggle" | ||
id="navbarDropdown" | ||
role="button" | ||
data-bs-toggle="dropdown" | ||
aria-expanded="false" | ||
>Hire me</a | ||
> | ||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<li> | ||
<a | ||
class="dropdown-item" | ||
target="_blank" | ||
href="https://docs.google.com/document/d/1_yKjArBE50904Q_SaCQKlLv8OLical-ZdpUaHpYTpJY/edit?usp=sharing" | ||
>View my CV</a | ||
> | ||
</li> | ||
</ul> | ||
</li> | ||
<i class="ri-moon-line change-theme" id='theme-button'></i> | ||
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Hire me</a> | ||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<li> | ||
<a class="dropdown-item" target="_blank" href="https://docs.google.com/document/d/1_yKjArBE50904Q_SaCQKlLv8OLical-ZdpUaHpYTpJY/edit?usp=sharing">View my CV</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<i class="ri-moon-line change-theme" id="theme-button"></i> | ||
</ul> | ||
</div> | ||
<!-- .navbar-collapse --> | ||
</div> | ||
</nav> | ||
</nav> | ||
<!-- end navbar --> | ||
|
||
<!-- start header --> | ||
|
@@ -88,10 +75,7 @@ | |
<div class="col-lg-6 col-md-6 col-12"> | ||
<div class="hero-content"> | ||
<h3 class="title-welcome">hello there</h3> | ||
<h1> | ||
I'M <br />Elida | ||
Wanjiku | ||
</h1> | ||
<h1>I'M <br />Elida Wanjiku</h1> | ||
<h3>A Tech-Savy Web developer</h3> | ||
|
||
<ul class="link d-flex"> | ||
|
@@ -122,10 +106,10 @@ <h3>A Tech-Savy Web developer</h3> | |
<li>----</li> | ||
</ul> | ||
<!-- end social --> | ||
</header> | ||
</header> | ||
|
||
<!-- About --> | ||
<section id="about" class="section about-me has-style-01"> | ||
<section id="about" class="section about-me has-style-01"> | ||
<div class="shape"> | ||
<img class="shape-04" src="assets/img/shape/shape-what-i-do2.png" alt="shape" /> | ||
<img class="shape-07" src="assets/img/shape/shape-05.png" alt="shape" /> | ||
|
@@ -134,7 +118,7 @@ <h3>A Tech-Savy Web developer</h3> | |
<div class="container"> | ||
<div class="row align-items-center justify-content-between flex-row-reverse"> | ||
<!-- start heading-title --> | ||
<div class="col-lg-6"> | ||
<div class="col-lg-6"> | ||
<div class="heading-title"> | ||
<h3>About Me</h3> | ||
<h2>A Passionate software Developer Who Loves to Code and face new challenges</h2> | ||
|
@@ -151,28 +135,28 @@ <h2>A Passionate software Developer Who Loves to Code and face new challenges</h | |
</ul> | ||
|
||
<!-- start link --> | ||
<ul class="link d-flex"> | ||
<ul class="link d-flex"> | ||
<li> | ||
<a class="btn btn-generic m-1" href="#contact">Hire me</a> | ||
</li> | ||
<li> | ||
<a class="btn btn-generic m-1" target="_blank" href="https://drive.google.com/file/d/156UtauUV-F1O-vegR8Xc8ijf1_TqSrL_/view?usp=sharing">My resume <i class="fa-solid fa-download ms-2"></i></a> | ||
</li> | ||
</ul> | ||
</ul> | ||
<!-- end link --> | ||
</div> | ||
</div> | ||
<!-- end heading-title --> | ||
|
||
<!-- start hero-content --> | ||
<div class="col-lg-5 hero-content"> | ||
<div class="col-lg-5 hero-content"> | ||
<div class="row align-items-center justify-content-between"> | ||
<img src="assets/img/coding.gif" alt="image-about" /> | ||
</div> | ||
</div> | ||
<!-- end hero-content --> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> | ||
|
||
<!-- Services--> | ||
<section id="services" class="section what-do has-style-01"> | ||
|
@@ -298,9 +282,7 @@ <h2>Some of my works</h2> | |
<h3>contact Me</h3> | ||
<h2>Let's Work together <br />Get in touch now !</h2> | ||
</div> | ||
<p> | ||
I'm your freindly web developer an email away, go ahead and send me that email or a whatsapp message, lets connect. | ||
</p> | ||
<p>I'm your freindly web developer an email away, go ahead and send me that email or a whatsapp message, lets connect.</p> | ||
<ul class="info"> | ||
<li><i class="fas fa-location"></i>Nairobi, Kenya</li> | ||
<li><i class="fas fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></li> | ||
|
@@ -356,16 +338,16 @@ <h2>Let's Work together <br />Get in touch now !</h2> | |
</div> | ||
</section> | ||
|
||
<!-- <footer class="has-style-01"> | ||
<footer class="has-style-01"> | ||
<div class="container"> | ||
<p class="text-center">Developed by © Elida Wanjiku</p> | ||
</div> | ||
</footer> --> | ||
</footer> | ||
|
||
<!-- Scroll to top --> | ||
<!-- <div id="progress"> | ||
<div id="progress"> | ||
<span id="progress-value">🠕</span> | ||
</div> --> | ||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="./assets/js/jquery-3.6.0.min.js"></script> | ||
|
debfb4a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
public – ./
public-lovat-five.vercel.app
public-git-main-elidakirigo.vercel.app
public-elidakirigo.vercel.app