-
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
Showing
1 changed file
with
161 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,161 @@ | ||
<!DOCTYPE html> | ||
<html lang="zxx"> | ||
<head> | ||
<!-- metas --> | ||
<meta charset="utf-8"> | ||
<meta name="author" content="pxdraft"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="keywords" content="Sergio - Portfolio Template"> | ||
<meta name="description" content="Sergio - Portfolio Template"> | ||
<!-- title --> | ||
<title>mwenda.mugo|fullstack web-developer| Portfolio</title> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=9" /> | ||
<!-- Favicon --> | ||
<link rel="icon" type="image/x-icon" href="fav_wcy_icon.ico" /> | ||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> | ||
<meta http-equiv="Content-Type" content="text/html;charset=windows-1251" /> | ||
<meta content="Mission-driven full stack Web developer with a passion for thoughtful UI design, collaboration, and teaching." name="description"/> | ||
<meta name="keywords" content="mwenda,leenock,coder,web and java developer,software engineer, photographer"/> | ||
<link rel="canonical" href="#"/> | ||
<meta property="og:type" content="full stack Web developer portfolio"/> | ||
<meta property="og:site_name" content="Mwenda M. Personal portfolio website" /> | ||
<meta property="og:title" content="Mwenda.M, Web developer"/> | ||
<meta property="og:description" content="Mission-driven full stack Web developer with a passion for thoughtful UI design, collaboration, and teaching."/> | ||
|
||
<!-- plugin CSS --> | ||
<link href="static/plugin/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="static/plugin/font-awesome/css/all.min.css" rel="stylesheet"> | ||
<link href="static/plugin/et-line/style.css" rel="stylesheet"> | ||
<link href="static/plugin/themify-icons/themify-icons.css" rel="stylesheet"> | ||
<link href="static/plugin/owl-carousel/css/owl.carousel.min.css" rel="stylesheet"> | ||
<link href="static/plugin/magnific/magnific-popup.css" rel="stylesheet"> | ||
<link href="static/plugin/scroll/jquery.mCustomScrollbar.min.css" rel="stylesheet"> | ||
<link href="static/css/style.css" rel="stylesheet"> | ||
</head> | ||
<!-- Body Start --> | ||
|
||
<body class="theme-light"> | ||
<!-- page loading --> | ||
<div id="loading"> | ||
<div class="load-circle"><span class="one"></span></div> | ||
</div> | ||
<!-- End --> | ||
<!-- Header Start --> | ||
<div class="mob-header"> | ||
<div class="d-flex"> | ||
<div class="navbar-brand"> | ||
<a class="logo-text" href="index.html"> | ||
Enoch | ||
</a> | ||
</div> | ||
<button class="toggler-menu"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
</div> | ||
</div> | ||
<!-- End Header --> | ||
<!-- nav bar --> | ||
<div class="mob-header"> | ||
<div class="d-flex"> | ||
<div class="navbar-brand"> | ||
<a class="logo-text" href="index.html"> | ||
Enoch | ||
</a> | ||
</div> | ||
<button class="toggler-menu"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
</div> | ||
</div> | ||
<!-- End Header --> | ||
<!-- nav bar --> | ||
<header class="header-left"> | ||
<div class="scroll-bar"> | ||
<div class="hl-top"> | ||
<div class="hl-logo"> | ||
<div class="img"> | ||
<img src="static/img/header_Ai.jpg" title="" alt=""> | ||
</div> | ||
<h5>Enoch</h5> | ||
</div> | ||
</div> | ||
<ul class="nav nav-menu" id="pp-menu"> | ||
<li class="active" data-menuanchor="home"> | ||
<a class="nav-link" href="index.html"> | ||
<i class="ti-home"></i> | ||
<span>Home</span> | ||
</a> | ||
</li> | ||
<li data-menuanchor="about"> | ||
<a class="nav-link" href="index.html#about"> | ||
<i class="ti-id-badge"></i> | ||
<span>About Me</span> | ||
</a> | ||
</li> | ||
<li data-menuanchor="services"> | ||
<a class="nav-link" href="index.html#services"> | ||
<i class="ti-panel"></i> | ||
<span>Services</span> | ||
</a> | ||
</li> | ||
<li data-menuanchor="work"> | ||
<a class="nav-link" href="index.html#work"> | ||
<i class="ti-bookmark-alt"></i> | ||
<span>Portfolio</span> | ||
</a> | ||
</li> | ||
<li data-menuanchor="blog"> | ||
<a class="nav-link" href="index.html#blog"> | ||
<i class="ti-layout-media-overlay-alt-2"></i> | ||
<span>Blogs</span> | ||
</a> | ||
</li> | ||
<li data-menuanchor="contactus"> | ||
<a class="nav-link" href="index.html#contactus"> | ||
<i class="ti-map-alt"></i> | ||
<span>Contact Me</span> | ||
</a> | ||
</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 --> | ||
<main class="main-left"> | ||
<div class="single-blog"> | ||
<div class="container"> | ||
<div class="title"> | ||
<h3> Purchase Themes.</h3> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</main> | ||
<!-- End Main --> | ||
<script src="static/js/jquery-3.2.1.min.js"></script> | ||
<script src="static/js/jquery-migrate-3.0.0.min.js"></script> | ||
<script src="static/plugin/appear/jquery.appear.js"></script> | ||
<script src="static/plugin/bootstrap/js/popper.min.js"></script> | ||
<script src="static/plugin/bootstrap/js/bootstrap.js"></script> | ||
<script src="static/js/custom.js"></script> | ||
</body> | ||
<!-- Body End --> | ||
|
||
</html> |