-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (41 loc) · 2.35 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<htm lang="en">
<head>
<title>McLeod Web Services</title>
<link rel="stylesheet" type="text/css" href="nbcss.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Passion+One|Raleway" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
</head>
<body>
<header>
<h1 class="headerTxt"> Hi. I'm Katharine McLeod. </h1>
<p>I am an associate frontend software engineer at <a href="https://www.expel.io" class="link">Expel</a>.</p>
<p>I use Ember.js and Golang to deliver a UI/API our customers love.</p>
</header>
<main>
<section>
<h1>I make stuff for fun.</h1>
<p class="portfolio">My portfolio includes <a href="https://objective-stonebraker-c8501a.netlify.com">Stash</a> a multi-user authenticated app for cataloging makeup collections built with Node and React,
or <a href="https://katharinemc.github.io/catechizer/">Catechizer</a>, a jQuery-driven voyage into the 1891 Baltimore catechism,
or vanilla Javascript teasers, like <a href="https://katharinemc.github.io/memorizer/">Memorizer</a> a tool for memorizing prose.
I dash off mobile-friendly, HTML/CSS/jQuery <a href="https://katharinemc.github.io/NCE/">websites for small businesses</a> to sharpen my CSS skills and design eye.
</p> <br />
<p>See how the sausage is made at <a href="https://github.com/katharinemc">Github.com/KatharineMc</a></p>
</section>
<section>
<h1>I like people.</h1>
<p>I'm interested in collaborating with nonprofits, very small businesses, and other women in technology.</p>
<p>I live in beautiful Winchester, Virginia - I'm interested in networking with other local software engineers or aspiring engineers.</p>
</section>
</main>
<footer role="contentinfo">
<ul>
<li><a href="https://github.com/katharinemc/"><i class="fab fa-github-square fa-2x"></i></a></li>
<li><a href="https://www.linkedin.com/in/newmankatharine/"><i class="fab fa-linkedin fa-2x"></i></a></li>
<li><a href="mailto:katharinemcdevelopment@gmail.com"> <i class="fas fa-envelope fa-2x"></i> </a></li>
</ul>
</footer>
<script type="text/javascript" src="nb.js"></script>
</body>
</html>