Skip to content

Commit

Permalink
image profile update
Browse files Browse the repository at this point in the history
  • Loading branch information
leenock committed May 24, 2024
1 parent 4720d86 commit b8932c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
33 changes: 12 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="hl-top">
<div class="hl-logo">
<div class="img">
<img src="static/img/profile/profile.jpeg" title="" alt="">
<img src="https://images.unsplash.com/photo-1697577418970-95d99b5a55cf?q=80&w=1896&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" title="" alt="">
</div>
<h5>Enoch</h5>
</div>
Expand Down Expand Up @@ -111,13 +111,7 @@ <h5>Enoch</h5>
</li>
</ul>
</div>
<div class="nav justify-content-center social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
</div>

</header>
<!-- End nav bar -->
<!-- Main Start -->
Expand All @@ -129,23 +123,17 @@ <h5>Enoch</h5>
<div class="row full-screen align-items-center">
<div class="col-lg-6">
<div class="type-box">
<h6 style="font-size: 24px;">Hello, I am</h6>
<h1 class="font-alt">Mugo Enoch</h1>
<p class="lead">Software engineer |<span id="type-it"></span></p>
<p style="text-align:justify" class="desc">
I am a mission-driven full-stack engineer. I design and develop services for customers of all sizes,
specialising in creating stylish, modern, dynamic, responsive and fast websites and web services.
Currently, I am majoring in artificial intelligence and machine learning.
IT professional with a foundation in software engineering with four years of experience.
Focus on AI and pushing the
boundaries of AI capabilities to drive business growth and optimize operations.
</p>

<div class="btn-bar">
<a class="px-btn px-btn-theme" href="#">Donwload CV</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="hb-img">
<img style=" border-radius: 70%;" src="static/img/1683878967249.jpg" title="" alt="">
<img style=" border-radius: 70%;" src="https://r2.erweima.ai/imgcompressed/compressed_b3991183018a17fc952e93a7be711695.webp" title="" alt="">
</div>
</div>
</div>
Expand All @@ -169,7 +157,7 @@ <h1 class="font-alt">Mugo Enoch</h1>
<div class="col-lg-6 m-15px-tb">
<div class="about-info">
<div class="title">
<h3>Aboutt me</h3>
<h3>About me</h3>
</div>
<div class="about-text">
<h3>I'm a Freelancer Front-end Developer with over 3+ years of experience. </h3>
Expand Down Expand Up @@ -824,7 +812,10 @@ <h4>What’s your story? Get in touch</h4>
<i class="ti-email"></i>
<span class="media-body"><a href="mailto: enochmugo176@gmail.com">enochmugo176@gmail.com</a></span>
</li>

<li class="media">
<i class="ti-mobile"></i>
<span class="media-body">+254 7xx xxx xxx</span>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -890,4 +881,4 @@ <h4>Say Something</h4>
</body>
<!-- Body End -->

</html>
</html>
6 changes: 3 additions & 3 deletions static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@
speed: 200,
loop: true,
strings: [
'Front-end & Backend Developer',
'Data-driven Artificial Intelligence Engineer ',
'Freelancer'
'AI Engineer ',
'IT consulting services'

],
breakLines: false
});
Expand Down

0 comments on commit b8932c8

Please sign in to comment.