-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (32 loc) · 1.46 KB
/
index.html
File metadata and controls
38 lines (32 loc) · 1.46 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DuncanIreri :: Software Engineer</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/foundation.css">
<link rel="stylesheet" href="assets/css/app.css">
</head>
<body>
<div class="grid-container">
<div class="grid-x grid-padding-x" style="padding-top: 25%;">
<div class="medium-6 small-12 cell">
<h1>Hello, I am Duncan Ireri</h1>
<p class="hero-sub">An Eternal Dreamer and Writer of Bugs... Err Features.</p>
</div>
<div class="medium-6 small-12 cell hero-data" style="padding-top: 3%">
<p>My specialization is in Backend Development especially using Python. I also dabble in Design and Javascript Frameworks.
</p>
<h2 style="padding-top: 15%">WORK WITH ME:</h2>
<p><a href="mailto:duncanireri@gmail.com">Send email</a></p>
</div>
</div>
</div>
<script src="assets/js/vendor.js"></script>
<script src="assets/js/foundation.js"></script>
</body>
</html>