-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathindex.html
99 lines (81 loc) · 3.24 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">
<title>Lenar Gasimov</title>
<link rel="icon" type="image/png" href="https://github.com/lenargasimov.png">
<meta property="og:type" content="profile">
<meta property="og:title" content="Lenar Gasimov">
<meta property="og:description" content="Hi there, nice to meet you. I'm Lenar Gasimov. Welcome to my world!">
<meta property="og:url" content="https://lenargasimov.dev">
<meta property="og:image" content="https://github.com/lenargasimov.png">
<meta property="profile:first_name" content="Lenar">
<meta property="profile:last_name" content="Gasimov">
<meta name="theme-color" content="#131313">
<link rel="stylesheet" href="static/style.css">
<link href="static/main.css" rel="stylesheet">
</head>
<body class="minimal">
<div id="site-border-left"></div>
<div id="site-border-right"></div>
<div id="site-border-top"></div>
<div id="site-border-bottom"></div>
<!-- Add your content of header -->
<header>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav ">
<li><a href="../index.html" title="">01 : Home</a></li>
<li><a href="templates/works.html" title="">02 : Works</a></li>
<li><a href="templates/about.html" title="">03 : About me</a></li>
<li><a href="templates/contact.html" title="">04 : Contact</a></li>
<li><a href="https://lenar-blog.herokuapp.com" target="_blank">05 : Blog</a></li>
<li><a href="./cv.html" target="_blank">06 : CV</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Add your site or app content here -->
<div class="hero-full-container background-image-container white-text-container" style="background-image: url('./assets/images/space.jpg')">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="hero-full-wrapper">
<div class="text-content">
<h1>Hello,<br>
<span id="typed-strings">
<span>I'm Lenar Gasimov</span>
<span>Python Developer</span>
<span>Working as a Freelance</span>
</span>
<span id="typed"></span>
</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Spotify alert -->
<div id="spotify"></div>
<script>
document.addEventListener("DOMContentLoaded", function (event) {
type();
movingBackgroundImage();
});
</script>
<script type="text/javascript" src="static/script.js"></script></body>
<script src="js/index.js"></script>
</html>