-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (58 loc) · 2.66 KB
/
index.html
File metadata and controls
65 lines (58 loc) · 2.66 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<title>Stanislav Stoyanov</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="My name is Stanislav and I am a software
engineer currently working in Sofia..." />
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137564185-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-137564185-2');
</script>
</head>
<body>
<div class="main-container">
<p>
Hi 👋! My name is <span class="bold">Stanislav</span> and I am a software
engineer currently working in <img class="logo box" src="flag_of_bulgaria.svg" alt="bulgarian flag" /> Sofia.
</p>
<p>
I am available for hire for remote, freelance software development.
<br />
I typically prefer small, part-time projects, but, depending on the project and the client,
I may consider longer projects - and even more permanent, remote positions.
</p>
Check out some of my projects:
<ul>
<li>
<a href="https://github.com/devvcat/ssmsexecutor">devvcat.com/ssmsexecutor</a> - execute current statement in
SQL Server Management Studio (SSMS)
</li>
<li>
<a href="https://devvcat.com">devvcat.com/vscode-props</a> - VS Code extentions for
<em>.propperties</em> files
</li>
</ul>
<p>
Contact 📬 me on
<a href="https://www.linkedin.com/in/stanislav-stoyanov">LinkedIn</a>
<img class="logo" src="linkedin.svg" alt="linkedin logo" /> or
<a href="https://github.com/devvcat">GitHub</a>
<img class="logo" src="github.svg" alt="github logo" />.
</p>
</div>
</body>
</html>