-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (82 loc) · 2.76 KB
/
index.html
File metadata and controls
82 lines (82 loc) · 2.76 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
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="https://denisvictorov.com/favicon.png" type="image/png" />
<link rel="shortcut icon" href="https://denisvictorov.com/favicon.ico" type="image/x-icon" />
<title>Welcome!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
* {
margin: 0;
padding: 0;
border: 0 none;
background: none;
}
body {
font-weight: normal;
font-size: 11px;
font-family: Arial;
}
#login-wrapper {
width: 340px;
left: 50%;
margin-left: -170px;
position: absolute;
margin-top: -170px;
top: 50%;
}
#login-form {
width: 340px;
height: 340px;
background: #78a5df;
-webkit-border-radius: 170px;
-moz-border-radius: 170px;
border-radius: 170px;
}
ul li {
list-style: none;
}
.body-login-form .tab-content {
position: inherit;
padding: inherit;
}
.b-title {
text-align: center;
padding-top: 22px;
color1: white;
margin-bottom: 5px;
font-size: 27px;
}
.b-content {
font-size: 12px;
color1: #FFF;
text-align: center;
}
</style>
</head>
<body class="body-login-form">
<div id="main-wrapper">
<div id="overlay" class="hide"></div>
<div id="content" class="tab-content active" data-tabid="tab1"><div id="login-wrapper">
<div id="login-form">
<div id="login-form-form">
<h3 class="b-title b-text">Welcome!</h3>
<div class="b-content">
<span class="b-text"><b>CTO<br>Solution architect<br>Head of development<br>Lead C/C++/Python/Matlab Developer<br><br></span>
<a class="b-text" style="font-size:32px" href="https://denisvictorov.com/cv/Denis_Victorov_-_Lead_Software_Engineer.pdf"><b>Denis Victorov</b></a>
<a class="b-text" href="tel:+375 29 661-38-56"><b><br><br>+375 29 661-38-56<br>(Phone, Viber, WhatsApp)<br><br></b></a>
<a class="b-text" href="mailto:master@denisvictorov.com"><b>email:master@denisvictorov.com<br><br></b></a>
<a class="b-text" href="skype:DenisVictorov"><b>Skype:DenisVictorov<br><br></b></a>
<span class="b-text" target="_blank"><b>© 2017-<script type="text/javascript">document.write(new Date().getFullYear())</script></span>
</div>
</div>
</div>
<div id="error-log" style="display: none;"></div>
</div></div>
</div>
<a href="https://www.gogetssl.com" rel="nofollow" title="GoGetSSL Site Seal Logo">
<div id="gogetssl-animated-seal" style="width:180px; height:58px;"></div></a>
<script src="https://gogetssl-cdn.s3.eu-central-1.amazonaws.com/site-seals/gogetssl-seal.js"></script>
<script type="text/javascript"> document.title = "Personal page of Denis Victorov"; </script>
</body>
</html>