-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.14 KB
/
index.html
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
<html>
<head>
<title>caroline amaba // web developer / designer / game master</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<link href="//fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet">
<link href="/css/style.min.css" rel="stylesheet" />
</head>
<body id="cacom">
<div class="container">
<header>
<h1>caroline amaba</h1>
<p><strong>web developer // designer</strong></p>
</header>
<section>
<p>My name is Caroline. When I'm not coding, I like to play video games, board games, and run Dungeons & Dragons.</p>
<p>I'm sure I'll put something with more substance here soon, but for now follow me on the social medias:</p>
<p><a href="http://twitter.com/clineamb" target="_twitter">Follow me on Twitter @clineamb</a></p>
<p><a href="http://instagram.com/clineamb" target="_twitter">Oh, and on da Insta.</a></p>
<p><a href="http://github.com/clineamb" target="_twitter">And this is my code.</a></p>
</section>
</div>
</body>
</html>