-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.64 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
26
27
<!doctype html>
<head>
<!--This is my github website-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rebecca Tolmach</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>Software Developer</h3>
<p>Thanks to my habit of signing up for mailing lists, I stumbled upon<a href="http://www.skillcrush.com"> Skillcrush</a>, an online school that teaches tech skills. After the Web Developer course, I was hooked. I learned that the World Wide Web isn't just maintained by men in basements. I can join the party, too! I spent a year at<a href="http://adadevelopersacademy.org/"> Ada Developers Academy</a> in Seattle training to be a developer. I used those skills and learned more at an internship at EMC Isilon where I'm now a full time software engineer.</p>
<p>What I love about being a software developer is creating solutions to problems through code. And if I can do that on a collaborative team? Even better. Helloooo World.</p>
<p class="social"> Send me an <a href="mailto:[email protected]">email</a> or follow me on Twitter <a href="https://twitter.com/BeccaTmac"> @BeccaTmac</a></p>
<p class="annie"> <a href="http://photobygannon.com/"> (Photo By Gannon)</a></p>
</div>
</div>
</body>
</html>