-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 1.01 KB
/
index.html
File metadata and controls
20 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Michael Bondar. Freelance web developer</title>
<meta name=description content="Hi. I'm Michael Bondar. Full stack web developer working with Ruby on Rails, node.js and React. Let's get in touch!">
<meta name=keywords content="Ruby on Rails, node.js, React, Freelancer">
<link href="./styles.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="card">
<h1>Hi, I'm Michael.</h1>
<h2>I'm full-stack software engineer working with Ruby on Rails, node.js, React and Vue.js.</h2>
<h3>Do you need help supporting your website? <a href="mailto:mibon.freelance@warpmail.net?subject=Let's get in touch">Let's get in touch!</a></h3>
<p>I'm in a EEST (GMT+2) timezone, currently available for 20 hours per week.</p>
</div>
</div>
</body>
</html>