-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (61 loc) · 2.96 KB
/
index.html
File metadata and controls
71 lines (61 loc) · 2.96 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dmitrii Zakharov Page</title>
<!-- We link our html to the Bootstrap CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand flex-column flex-md-row bd-navbar">
<div class="navbar-brand site-nav__main"><h1>Dmitrii Zakharov</h1></div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">About<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">|</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">|</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="divider"></div>
<div class="jumbotron">
<div class="about-me__container">
<h2 class="display-4">About Me</h2>
<hr class="my-4">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive thumbnail center-block" src="assets/images/SpeakerPhoto_Zakharov_Dmitrii.jpg" alt="KidComputer">
</div>
<div class="col-md-7">
<p>Dmitrii Zakharov (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>
<div class="row">
<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>
</body>
</html>