-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriting.html
More file actions
91 lines (76 loc) · 2.95 KB
/
Copy pathwriting.html
File metadata and controls
91 lines (76 loc) · 2.95 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
<!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" data-text="Work" style="margin-right: 15px">About</a>
</li>
<li>
<a href="writing.html" class="active" 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">
<h1>Writing.</h1>
<p>
When I am not writing code or living life, I am here rambling.
</p>
</div>
</div>
<div class="row case-study" id="work">
<div class="col-xs-12">
<ul>
<li><a href="writing/2022-02-25-taking-things-slow.html">Taking things slow</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 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>