forked from sethcottle/littlelink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (44 loc) · 3.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dmytro Sheleh - Portfolio & Links</title>
<meta name="description" content="Explore the personal portfolio and link hub of Dmytro Sheleh, an open source enthusiast and developer.">
<meta name="author" content="Dmytro Sheleh">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Dmytro Sheleh, portfolio, developer, open source, GitHub, LinkedIn, personal page, CV">
<meta name="theme-color" content="#007aff">
<meta property="og:title" content="Dmytro Sheleh - Portfolio & Links">
<meta property="og:description" content="Explore the personal portfolio and link hub of Dmytro Sheleh, an open source enthusiast and developer.">
<meta property="og:image" content="https://sheleh.vercel.app/images/icon.png">
<meta property="og:url" content="https://sheleh.vercel.app">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Dmytro Sheleh - Portfolio & Links">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Dmytro Sheleh - Portfolio & Links">
<meta name="twitter:description" content="Explore the personal portfolio and link hub of Dmytro Sheleh, an open source enthusiast and developer.">
<meta name="twitter:image" content="https://sheleh.vercel.app/images/icon.png">
<meta name="twitter:site" content="@shelegdmitriy">
<!-- Favicon and Apple Touch Icon -->
<link rel="icon" type="image/png" href="images/icon.png">
<link rel="apple-touch-icon" href="images/icon.png">
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton-dark.css">
<link rel="stylesheet" href="css/brands.css">
</head>
<body>
<div class="wrapper">
<div class="container">
<img src="images/logo-dark.svg" class="avatar" srcset="images/logo-dark.svg 2x" alt="">
<h1 role="heading">Dmytro Sheleh</h1>
<p>An open source DIY Linktree alternative.</p>
<a class="button button-github" href="https://github.com/shelegdmitriy" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
<a class="button button-linked" href="https://www.linkedin.com/in/dmytro-sheleh" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
<a class="button button-default" href="mailto:[email protected]?subject=Connecting%20to%20Explore%20Opportunities&body=Hi%20Dmytro%2C%0A%0AI%20came%20across%20your%20profile%20on%20%5Bwhere%20you%20found%20my%20profile%5D%20and%20wanted%20to%20reach%20out.%20Please%20let%20me%20know%20how%20we%20can%20connect%20or%20collaborate.%0A%0AThank%20you!%0A%0ABest%20regards%2C%0A[Your%20Name]" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Email</a>
<a class="button button-default" href="https://cv2you.com/resume/LMWn/" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-review.svg" alt="Review Icon">My CV</a>
<p>Powered by <a href="https://littlelink.io" target="_blank" rel="noopener" role="button">LittleLink</a>.</p>
</div>
</div>
</body>
</html>