-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (57 loc) · 2.36 KB
/
index.html
File metadata and controls
62 lines (57 loc) · 2.36 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
<!DOCTYPE html>
<html>
<head>
<title>Rae Bonfanti</title>
<script type="text/javascript" src="javascripts/vendor/modernizr-build.min.js"></script>
<link type="text/css" href="stylesheets/base.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Raleway:900,500' rel='stylesheet' type='text/css'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;0,600;0,700;0,900;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="content">
<main>
<h1 class="flowers" id="flowers">Rae Bonfanti</h1>
<nav>
<ul class="navigation">
<li class="navigation__item">
<a href="resume.html">resume</a>
</li>
<li class="navigation__item">
<a href="https://github.com/raebot"><i class="fa fa-lg fa-github-alt"></i></a>
</li>
<li class="navigation__item">
<a href="https://www.linkedin.com/in/raebonfanti/"><i class="fa fa-lg fa-linkedin-square"></i></a>
</li>
</ul>
</nav>
<p class="intro">
Rae Bonfanti (ray bon-fawn-tee) is a software developer generalist leading teams in a diversity of business
and technical domains. Pair programming and test-driven development are some of her go-tos for building teams
and applications. She loves a good conversation about mentoring people new and not-so-new to tech,
dance music, cats, or rock climbing.
</p>
<div class="visage"></div>
</main>
</div>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js"></script>
</body>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-53869579-1', 'auto');
ga('send', 'pageview');
</script>
</html>