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
executable file 112 lines (68 sloc) 2.86 KB
<!doctype html>
<html class="no-js" lang="eng">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Sample Boilerplate Assignment</title>
<meta name="description" content="This is a description.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<header> <h1>Chelsea's Intro</h1> </header>
<main>
<div id="col2">
<img src="img/selfie.jpg" alt="Picture of Chelsea" id="imgselfie">
</div>
<div id="col1">
<div id="intro">
<p>Hi everyone!</p>
<p>My name is Chelsea Kurasz.</p>
<p>I am 21 years old, and I am a senior at UConn. I am majoring in Digital Media & Design with a concentration in Web Design. I am minoring in Communications. </p>
<p> I was born in Norwich, CT, and have lived there my whole life. </p>
<p> After college, I hope to work in marketing as a designer. </p>
<p> I am a writer/contributor to Her Campus UConn, as well as the marketing chair on their executive board.</p>
</div>
<hr>
<p> Here is a few of my favorite things:</p>
<ul>
<li>Cats</li>
<li>The color yellow</li>
<li>Netflix Originals</li>
<li>Val Kilmer in "Tombstone"</li>
</ul>
</div>
<nav>
Here is a few of my favorite web pages:
<ul>
<li><a href="https://www.hercampus.com/school/u-conn">Her Campus UConn</a></li>
<li><a href="https://www.pinterest.com">Pinterest</a></li>
<li><a href="https://designshack.net">Design Shack</a></li>
</ul>
</nav>
</main>
<footer>
Thanks for visiting!
</footer>
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.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('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>