-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (56 loc) · 2.59 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>Dmitrii Zakharov Page</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Linking CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Linking jQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<!-- Linking Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat|Roboto+Slab|Yellowtail' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="app-root">
<nav class="site-nav">
<div class="section-contained-narrow site-nav__container">
<div class="site-nav__main"><h1>Dmitrii Zakharov</h1></div>
<div class="site-nav__menu">
<a class="active site-nav__menuitem" href="index.html"><b>About</b> | </a>
<a class="site-nav__menuitem" href="portfolio.html"> <b>Portfolio</b> | </a>
<a class="site-nav__menuitem" href="contact.html"> <b>Contact</b></a>
<div>
</div>
</nav>
<div class="divider"></div>
<div class="about-me__container">
<div class="about-me__container_upper"></div>
<div class="about-me">
<div id="AboutMe">About me</div>
<div id="divider2"></div>
<div class="img-responsive">
<img src="assets/images/SpeakerPhoto_Zakharov_Dmitrii.jpg">
</div>
<div id="autobiography">
<p>
<b>Dmitrii Zakharov</b> (born May 28, 1973), is a human and Splunk celebrity.
</p>
<p>
Dmitrii's popularity originated from a picture posted to the Splunk HipChat channel on October 7, 2013. Any Splunk employee could bring up this emoji by typing {idealform}.
</p>
</div>
<div id="autobiography2">
<p>
Dmitrii was born in Novomoskovsk, Ukraine and when he was one years old, his family moved to the Moscow Region of Russia.
</p>
</div>
</div>
</div>
<div id="divider3"></div>
<footer>
<div id="copyright">Copyright ©</div>
</footer>
</div>
</body>
</html>