Skip to content

Commit

Permalink
chore: Update meta keywords and some content
Browse files Browse the repository at this point in the history
  • Loading branch information
belaczek committed Jun 9, 2024
1 parent 0488462 commit 12228db
Showing 1 changed file with 12 additions and 36 deletions.
48 changes: 12 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<!-- ========== Meta ========== -->
<meta charset="utf-8" />
<meta
name="description"
content="Tomáš Belada - personal site : LinkedIn | Twitter | Facebook | GitHub | Email"
/>
<meta name="author" content="Tomas Belada (tomasbelada.com)" />
<meta name="keywords" content="belada, tomas" />
<meta name="keywords" content="belada, tomas, software engineer" />
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="snippet,archive" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Favicon-->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#30344f" />
<meta name="theme-color" content="#30344f" />
<!-- /Favicon-->
<meta name="theme-color" content="#e9eaec" />

<title>Tomas Belada | Software Engineer | Not an athlete</title>
<style>
Expand All @@ -31,13 +26,11 @@
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
font-family: georgia;
font-size: 16px;
color: #e9eaec;
background-color: #333652;
border-left: 16px solid #fad02c;
color: #333652;
background-color: #e9eaec;
border-left: 16px solid #333652;
line-height: 1.618;
height: 100%;
margin: 0;
Expand Down Expand Up @@ -119,18 +112,17 @@
}

a {
color: #fad02c;
color: #333652;
margin-left: 5px;
margin-right: 5px;
text-decoration: none;
}

a:hover {
color: #90adc6;
}

a:visited {
color: #fad02c;
color: #333652;
}
</style>
</head>
Expand All @@ -139,7 +131,7 @@
<div class="content">
<div class="col">
<h2>Hi! My name is</h2>
<h1>Tomas Belada</h1>
<h1>Tomáš Belada</h1>
<h2>
<a
href="https://au.linkedin.com/in/tomasbelada"
Expand Down Expand Up @@ -184,28 +176,12 @@ <h2>
<a href="https://github.com/belaczek" title="Github"> Github </a>
</li>
<li>
<a href="https://medium.com/@TomasBelada" title="Blog">
<del>Blog</del> <small>is coming</small>
<a href="mailto:jades.hailing-0o@icloud.com" title="Email">
email
</a>
</li>
<li>
<a href="mailto:mail@tomasbelada.com" title="Email"> email </a>
</li>
</ul>
</div>
</div>
<!-- Google Analytics -->
<script>
window.ga =
window.ga ||
function () {
(ga.q = ga.q || []).push(arguments);
};
ga.l = +new Date();
ga("create", "UA-71349603-1", "auto");
ga("send", "pageview");
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<!-- End Google Analytics -->
</body>
</html>

0 comments on commit 12228db

Please sign in to comment.