-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
62 lines (56 loc) · 3.28 KB
/
portfolio.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name = "description" content="A portfolio of websites designed and developed by Becky Lewis.">
<meta name="keywords" content="becky lewis, portfolio, web designer, web developer, website, websites, design, arkansas, rogers, fayetteville, lowell, bentonville, springdale, job, opportunity, career, candidate, employment, javascript, jquery, sass, hire me, student, jccc, web technologies, mobile first, mobile-friendly, ux, ui">
<title>Portfolio | Becky Lewis | Web Designer Portfolio</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<link href="css/global.css" rel="stylesheet" type="text/css" />
</head>
<body><a id="top"></a>
<header class="header">
<div class="wrapper-header clearfix">
<h1 class="logo"><a title="Go home" href="index.html" tabindex="1">Becky Lewis</a></h1>
<img class="button-menu" title="Open Navigation Menu" alt="Menu icon" src="img/icon-menu.png" tabindex="2" />
<img class="button-close" title="Close Navigation Menu" alt="Close icon" src="img/icon-close.png" />
<nav class="nav-main">
<a title="Go home" href="index.html" tabindex="3">Home</a>
<a title="Go Home" href="about.html" tabindex="4">About</a>
<a title="You are here" class="current"href="portfolio.html" tabindex="5">Portfolio</a>
<a title="View Becky's Resume" href="resume.html" tabindex="6">Resumé</a>
<a title="Contact Becky Lewis" href="contact.php" tabindex="7">Contact</a>
</nav>
</div>
</header>
<main>
<div class="wrapper-main">
<h2 class="header-lg">Portfolio .</h2>
<section>
<p>Between school, work, and life, I have managed to squeeze in some projects:</p>
<div class="flexbox">
<p><a href="portfolio/beckyamylew.html"><img class="thumbnail" src="img/beckyamylew-website-thumbnail.jpg"></a></p>
<p><a href="portfolio/armadillo-roofing.html"><img class="thumbnail" src="img/armadilloroofing-website-thumbnail.jpg"></a></p>
<p><a href="portfolio/mindy-sue-photography.html"><img class="thumbnail" src="img/mindysuephotography-website-thumbnail.jpg"></a></p>
</div>
</section>
</div>
</main>
<a href="#top"><img class="img-uparrow" alt="Up Arrow" src="img/up-arrow.png"></a>
<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-61553240-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="js/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="js/portfolio.min.js"></script>
<script type="text/javascript" src="js/global.js"></script>
<script type="text/javascript" src="js/imgLinkHoverEffect.js"></script>
</body>
</html>