-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (96 loc) · 3.44 KB
/
Copy pathindex.html
File metadata and controls
112 lines (96 loc) · 3.44 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>Work :: Raaj Ahiable</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Software Engineer based in Accra, Ghana">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="assets/css/style.min.css" rel="stylesheet preload">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link href="https://unpkg.com/pattern.css" rel="stylesheet preload">
<link rel="stylesheet preload" href="assets/css/fonts.css" as="style">
</head>
<body class="home" style="background-color: #000000">
<div class="wrapper">
<header class="header" role="banner">
<div class="row">
<div class="col-xs-12">
<nav class="nav" role="navigation">
<ul>
<li>
<a href="index.html" class="active" data-text="Work" style="margin-right: 15px">About</a>
</li>
<li>
<a href="writing.html" data-text="Work">Writing</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<main class="main" role="main">
<div class="row">
<div class="col-xs-12 col-sm-6 intro">
<p>
Hi, Raaj here,
</p>
<h1>
Software Engineer<br>
based in Accra, Ghana.
</h1>
<p>
I work as an Infrastructure Engineer at Simple Dealer, a remote software company. We build software
for some top auto dealerships in the United States.
</p>
<p>
I program in Javascript and Golang. On a normal day, I work with the AWS platform, the Serverless framework and DynamoDB. I specialise in building Distributed Systems spending the last few years crafting and maintaining a number of them.
</p>
<p>I have a growing interest in Design Thinking and Abstract Reasoning.</p>
</div>
<div class="col-xs-12 col-sm-6 center">
<video class="intro-image" autoplay="autoplay" loop muted playsinline>
<source src="assets/img/intro.mov" type="video/mp4" />
</video>
</div>
</div>
<div class="row case-study" id="work">
<div class="col-xs-12">
<h2>Other Things I've Worked On</h2>
<ul>
<li><a href="#">GMES & Africa</a></li>
<li><a href="#">Ghana Highway Authority</a></li>
<li><a href="#">Metro Mass Transit Ltd.</a></li>
</ul>
</div>
</div>
</main>
<div class="pattern-dots-sm slategray h-5"></div>
<footer class="footer" role="contentinfo">
<div class="row">
<div class="col-xs-12 bottom-design">
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h3>Favourite Quote</h3>
<p class="quote">“...Because the people who are crazy enough to think that they can change the world, are the ones who do.” <span class="font-heavy">Apple - Think Different Campaign</span></p>
</div>
<div class="col-xs-12 col-sm-3">
<h3>More Work</h3>
<ul>
<li><a href="https://www.github.com/coloredlambda">Github ⟶</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3">
<h3>Contact</h3>
<ul>
<li><a href="https://twitter.com/coloredlambda">Twitter ⟶</a></li>
<li><a href="mailto:raaj.ahab@gmail.com">Email ⟶</a></li>
</ul>
</div>
</div>
</footer>
</div>
</body>
</html>