-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (59 loc) · 2.88 KB
/
index.html
File metadata and controls
59 lines (59 loc) · 2.88 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
<!DOCTYPE html>
<!--This should be accessible at https://bdferr.github.io-->
<html>
<head>
<title>
Brendan Ferreri-Hanberry
</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<meta name="author" content="Brendan Ferreri-Hanberry">
<meta name="description" content="Homepage for Brendan Ferreri-Hanberry, providing resume information
and work samples for potential employers.">
<link rel="schema.dcterms" href="http://purl.org/dc/terms/">
<meta name="dcterms.modified" content="2021-5-27" />
<link rel="stylesheet" type="text/css" href="690-227-stylesheet.css">
<link rel="icon" href="favicon-16x16.png" type="image/x-icon">
</head>
<body>
<header id="top"><h1>Brendan Ferreri-Hanberry</h1>
<nav>
<ul>
<li class = "navbar"><a href="home-town.html">Home Town</a></li>
<li class = "navbar"><a href="courses-completed.html">Courses Completed</a></li>
<li class = "navbar"><a href="curriculum-vitae.html">Curriculum Vitae</a></li>
<li class = "navbar"><a href="path-page.html">Career Path</a></li>
</ul>
</nav>
<hr>
<img src="profile-pic.jpg" class="profile-pic" alt="08-28-2014 self portrait Brendan Ferreri-Hanberry">
<hr>
</header>
<div class="left">
<section><h2>Site Content</h2>
My name is Brendan Ferreri-Hanberry and I started this site as a project for a web development course in graduate school. Currently this site includes HTML5, Javascript and some CSS features such as flexboxes and the nav bar above.
It also demonstrates mobile-first responsive design, while another page features a <a href="marijuana-policy-page-b.html">responsive table</a>
implemented with jQuery. The Home Town page features an interactive map implemented with Javascript, and on another page I implement a Bootstrap element called <a href="path-page.html">Font Awesome</a>.
The photography on the site is my own, done with a Nikon COOLPIX L830, and you can find more of <a href="https://www.flickr.com/photos/126549103@N03/">my pictures on Flickr</a>.
</section>
</div>
<div class="right">
<section>
<h2>Work</h2>I am attempting to translate my love of languages, natural and otherwise, into a stable career in web development.
I am particularly interested in front-end development. If you would like help with something,
you can first view one of many versions of my <a href="curriculum-vitae.html">resume</a> or my <a href="https://www.linkedin.com/in/brendan-ferreri-hanberry-74702755">LinkedIn profile</a>.
To contact me, click on the email link in the footer.
</section>
</div>
<br />
<footer class="clear">
<section>
<div>© 2020 Brendan Ferreri-Hanberry <br />
<a href="mailto:brendanfh@protonmail.com">Email me</a> | <a href="https://www.linkedin.com/in/brendan-ferreri-hanberry-74702755">LinkedIn</a> |
<a href="#top">Back to top ↑</a>
</div>
</section>
</footer>
</body>
</html>