-
Notifications
You must be signed in to change notification settings - Fork 0
/
rmt.html
36 lines (34 loc) · 1.31 KB
/
rmt.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
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<head>
<meta charset="utf-8">
<title>Can I Git a 'what, what'</title>
<link href="style.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather: 400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div>
<div class="container">
<h1>Rebecca Tolmach</h1>
<h3>Aspiring Software Engineer</h3>
<p> I study web design and development. </p>
<p> I currently work as a Tax Preparer tackling complex problems such as, "who's the baby's mamma? and why isn't she claiming her child?" And, "are you married?" </p>
<p> When I'm not studying the IRS website or learning tech skills on <a href="http://www.skillcrush.com"> Skillcrush</a>, I'm probably putting icing on a Toaster Strudel, or figuring out a way to consume coconut milk without drinking it from the can. </p>
<div id="social-media">
<ul id="sprites">
<li id="instagram">
<a href="default.ask"></a>
</li>
<li id="twitter">
<a href="css_intro.asp"></a>
</li>
<li id="dribble">
<a href="css_syntax.asp"></a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>