forked from sethcottle/littlelink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update design * feat: update meta tags --------- Co-authored-by: Dmitriy Sheleg <[email protected]>
- Loading branch information
1 parent
f747d25
commit f01c523
Showing
4 changed files
with
113 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,45 +3,56 @@ | |
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>LittleLink</title> | ||
<meta name="description" content="https://littlelink.io"> | ||
<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"> | ||
<link rel="icon" type="image/png" href="images/icon.png"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="column" style="margin-top: 10%"> | ||
|
||
<!-- Your Image Here --> | ||
<img src="images/logo-v3.svg" class="avatar" srcset="images/logo-v3.svg 2x" alt=""> | ||
|
||
<!-- Title --> | ||
<h1 role="heading">Dmytro Sheleh</h1> | ||
<body> | ||
<div class="wrapper"> | ||
<div class="container"> | ||
<img src="images/logo-dark.svg" class="avatar" srcset="images/logo-dark.svg 2x" alt=""> | ||
|
||
<!-- Short Bio --> | ||
<p>An open source DIY Linktree alternative.</p> | ||
<h1 role="heading">Dmytro Sheleh</h1> | ||
|
||
<!-- GitHub --> | ||
<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><br> | ||
<p>An open source DIY Linktree alternative.</p> | ||
|
||
<!-- LinkedIn --> | ||
<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><br> | ||
<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> | ||
|
||
<!-- Email --> | ||
<a class="button button-default" href="mailto:[email protected]" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Email</a><br> | ||
<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="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> | ||
<a class="button button-default" href="mailto:sheleg.dmitriy@gmail.com" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Email</a> | ||
|
||
<!-- Footer --> | ||
<p>Powered by <a href="https://littlelink.io" target="_blank" rel="noopener" role="button">LittleLink</a>.</p> | ||
<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> | ||
|
||
</div> | ||
<p>Powered by <a href="https://littlelink.io" target="_blank" rel="noopener" role="button">LittleLink</a>.</p> | ||
</div> | ||
</div> | ||
</body> | ||
|