Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Joshua Stanavage</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://use.typekit.net/xqz7txj.css">
<link rel="stylesheet" href="css/style.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<a name="top"></a>
<nav class="nav flex-row">
<div class="nav-menu">
<div class="nav-brand">
<a href="#"><img src="img/logo.png" alt="JoshStanavage" height= 125px;></a>
</div>
</div>
<div class="toggle-collapse">
<div class="toggle-icons text-black">
<span><i class="fas fa-bars"><svg height="32px" id="icon" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg></i></span>
</div>
</div>
<div>
<ul class="nav-items flex-row">
<li class="nav-link">
<a href="#" class="text-black">About</a>
</li>
<li class="nav-link">
<a href="#" class="text-black">Resume</a>
</li>
<li class="nav-link">
<a href="#" class="text-black">Web Design</a>
</li>
<li class="nav-link">
<a href="#" class="text-black" id="extra">Other Work</a>
</li>
</ul>
</div>
</nav>
<h1>About Josh</h1>
<main>
<div class="container">
<img class="roundtime" src="img/391A0751.jpeg" alt="Josh-Stanavage">
</div>
<div class="half">
<p>
Josh Stanavage is a full-time student and maker of things. At the University of Connecticut, Josh is a Junior in the Digital Media and Design (DMD) Major, concentrating in Web Design. When not declaring functions or pushing to GitHub, Josh works at UConn, School of Fine Arts as a Graphics/Illustration Assistant and moonlights as a Senior Resident Assistant for UConn, Residential Life. In his spare time, Josh enjoys hitting the pavement (running) and exercising his DSLR (photography). Josh loves learning and is a smiling optimist by default.
</p>
<h3>Contact:</h3>
<span class="closer">
<p>Joshua Stanavage</p>
<p>tel: <a href="tel:+860-207-4966">860-207-4966</a></p>
<p>email:<a href="mailto:joshua.stanavage@uconn.edu"> joshua.stanavage@uconn.edu</a></p>
</span>
</div>
</main>
<footer>
<a href="#top">^ Back to top of page ^</a>
</footer>
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set','transport','beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>