-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (95 loc) · 4.42 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta content="" name="description">
<meta content="" name="author">
<link href="../../favicon.ico" rel="icon">
<title>Bulat Saifullin</title>
<!-- Bootstrap core CSS -->
<link crossorigin="anonymous" href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity=
"sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
rel="stylesheet">
<!-- FontAwesome Icon Font -->
<link href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"><!-- LinearIcons Icon Font -->
<link href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css" rel=
"stylesheet"><!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet"><!-- Timeline CSS -->
<link href="css/timeline.css" rel="stylesheet">
</head>
<body>
<!-- INTRO SECTION -->
<section class="section-image">
<div class="img-overlay"></div>
<div class="intro">
<div class="row">
<div class="col-md-12">
<!-- <h5>Hi there</h5> -->
<h1>Bulat Saifullin</h1>
<p class="intro-desc">
<span>INFRASTRUCTURE ENGINEER @PARITY</span>
</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="social">
<a href="https://t.me/bulat5"
target="_blank"><i class=
"fa fa-telegram fa-3x"></i></a>
<!-- <a href=
"http://www.instagram.com/" target=
"_blank"><i class="fa fa-instagram fa-3x"></i></a>
<a href="https://www.facebook.com/"
target="_blank"><i class=
"fa fa-facebook fa-3x"></i></a> -->
</div><!-- /social -->
</div><!-- /col-md-8 -->
</div><!-- /row -->
</div><!-- /intro -->
</section>
<!-- ABOUT SECTION -->
<!-- <section class="section-primary" id="about">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<img class="profilepic" src=
"https://pp.userapi.com/c622625/v622625814/33e2c/xWkUKljC8YE.jpg">
<h2>About Me</h2>
<hr>
<p class="lead">Lorem Ipsum is simply dummy text of the
printing and typesetting industry. <span>Lorem Ipsum</span>
has been the industry's standard dummy text ever since the
1500s, when an <span>unknown printer</span> took a galley
of type and scrambled it to make a type specimen book.</p>
</div><!-- /col-md-6 -->
<!-- </div><!-- / row -->
<!-- </div><!-- /container -->
<!-- </section> -->
<!-- FOOTER SECTION -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<p>Contacts: <a href="mailto:site@saifullin.ru" target=
"_blank">site@saifullin.ru</a> © 2024</p>
</div>
<div class="col-md-4 col-md-offset-4 text-center">
<div class="social-footer">
<a href="https://t.me/bulat5" target="_blank"><i class="fa fa-telegram"></i></a>
<!-- <a href="http://www.instagram.com/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook"></i></a> -->
</div> <!-- /social footer -->
</div> <!-- /col-md-4 -->
</div><!-- /row -->
</div><!-- /container -->
</footer>
</body>
</html>