-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (49 loc) · 1.9 KB
/
Copy pathindex.html
File metadata and controls
52 lines (49 loc) · 1.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="bobrosoft.com — Homepage of one good Web Developer :)"
/>
<link rel="apple-touch-icon" href="/favicon.png" />
<link rel="manifest" href="/manifest.json" />
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
<link rel="preload" href="https://fonts.googleapis.com/css?family=Lato:400,700" as="style">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700">
<title>bobrosoft.com — Homepage of one good Web Developer :)</title>
<style>
html {
background: linear-gradient(220deg, #233a74 0px, #0d1938 2000px);
min-height: 100vh;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LXYY796HXR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LXYY796HXR');
</script>
</head>
<body>
<div id="root">
<div style="opacity: 0.01; color: #233a74;">
Hi, I'm
<h1>Vladimir Tolstikov</h1>
<h3>Senior Software Developer</h3>
<p>
Highly experienced in modern Web technologies. These days more focused on <b>Frontend Development</b> and <b>JavaScript</b>.
Good experience of making complex solutions from scratch, starting from software architecture till final deployment.
I believe that good Engineer can do anything!
</p>
</div>
</div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>