Skip to content

Commit

Permalink
added joywaria dp
Browse files Browse the repository at this point in the history
  • Loading branch information
xthukuh committed Jun 8, 2024
1 parent 89902c9 commit 1fc705d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions joywaria/assets/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ $(document).ready(function() {
$('.nav .nav__item a').removeClass('active');
$(this).addClass('active');
var currentTab = $(this).attr('href');
$('html, body').stop().animate({
'scrollTop': $('.content').offset().top
}, 900, 'swing');
console.debug('currentTab', currentTab);
$('.content .tabcontent').hide();
$(currentTab).show();
$portfolioMasonry.isotope ({
Expand Down
Binary file added joywaria/assets/ximg/avatar2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added joywaria/assets/ximg/spinner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions joywaria/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<!-- Styles -->
<link rel="stylesheet" type="text/css" href="assets/styles/style.css" />
<link rel="stylesheet" type="text/css" href="assets/demo/style-demo.css" />
<!-- <link rel="stylesheet" type="text/css" href="assets/demo/style-demo.css" /> -->

<!-- Mapbox-->
<script src='../../mapbox-gl-js/v1.4.1/mapbox-gl.js'></script>
Expand All @@ -53,9 +53,10 @@
<!-- Preloader -->
<div class="preloader">
<div class="preloader__wrap">
<svg class="spinner-container" viewBox="0 0 52 52">
<img src="assets/ximg/spinner.gif" alt="Loading">
<!-- <svg class="spinner-container" viewBox="0 0 52 52">
<circle class="path" cx="26px" cy="26px" r="20px" fill="none" stroke-width="4px" />
</svg>
</svg> -->
<div class="preloader__progress"><span></span></div>
</div>
</div>
Expand Down Expand Up @@ -88,7 +89,7 @@
<div class="avatar-wrap">
<svg class="avatar avatar--180" viewBox="0 0 188 188">
<g class="avatar__box">
<image xlink:href="assets/ximg/avatar.jpg" height="100%" width="100%" />
<image xlink:href="assets/ximg/avatar2.jpg" height="100%" width="100%" />
</g>
</svg>
</div>
Expand All @@ -111,7 +112,7 @@ <h3 class="title sidebar__user-name">Joy <span class="weight--500">Waria Njoroge

<ul class="contact-block">
<li class="contact-block__item" data-toggle="tooltip" data-placement="top" title="Birthday">
<i class="font-icon icon-calendar2"></i>YOB 1977
<i class="font-icon icon-calendar2"></i>YOB 1974
</li>
<li class="contact-block__item" data-toggle="tooltip" data-placement="top" title="Address">
<i class="font-icon icon-map-pin"></i> Nairobi, Kenya
Expand Down

0 comments on commit 1fc705d

Please sign in to comment.