-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 859 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
title: Personal web-page of Jumanazar Saidov
---
<div class="blurb container">
<section id="main-section" class="main-section">
<div class="main-section__info to-uppercase">
<h4 class="main-section__welcome">Hi, there!</h4>
<h1 class="main-section__intro">I am Jumanazar</h1>
<h3 class="main-section__position">Fullstack Engineer</h3>
</div>
<div class="main-section__image">
<img src="./public/images/profile.jpg" alt="My Photo">
</div>
</section>
<div class="clearfix"></div>
<section id="activity-section" class="activity-section">
<h3 class="to-uppercase to-center">My activity chart</h3>
<figure class="activity-section__graph"><embed src="https://wakatime.com/share/@jsr1611/43b9856e-7288-4767-aef4-f9c9ceb08070.svg"></embed></figure>
</section>
<div class="clearfix"></div>
</div><!-- /.blurb -->