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>
<head>
<title>About Me</title>
<meta charset="utf-8">
<meta name="description" content="Assignment 3. Create a boilerplate ">
<meta name="author" content="Clark Reilly">
</head>
<body>
<header>
<img src="img/me1.jpg" title="o hey it me" alt="a picture of me">
<h1>Clark Reilly</h1>
</header>
<main>
<!-- these paragraphs look a lot more substantial when they don't span the entire length of a desktop website i swear -->
<div class="TheseDivsFeelsKindaPointless">
<p>Clark Reilly was born in 1997 in Michigan, before moving to Wisconin in 2003 and then again to Connecticut in 2007, where he currently resides. Clark is the eldest of four children, though not close to being the tallest, much to his chagrin.</p>
<p>Currently a Sophomore at the University of Connecticut, Clark is a part of the Digital Media and Design program within the school's Fine Arts Department. This program focuses on learning a variety of digital art skills, ranging from web design, to 3D motion graphics, to video game design.</p>
</div>
<div>
<h3>Some of my interests:</h3>
<ul>
<li>Piano</li>
<li>American Sign Language</li>
<li>Pokemon</li>
<li>Web Design</li>
</ul>
</div>
<div>
<h3>Some of my favorite websites:</h3>
<!-- What a sucker. He thinks he's going to get my actual favorite websites. -->
<nav>
<ul>
<li><a href="https://www.youtube.com">Youtube</a></li>
<li><a href="https://lms.uconn.edu">LMS</a></li>
<li><a href="https://www.facebook.com/">Facebook</a></li>
<li><a href="http://web.digitalmediauconn.org/intro17/clr14003/module7/midterm/index.html">Web 1's midterm. idk man I think it came out well.</a></li>
</ul>
</nav>
</div>
</main>
<footer>
<img src="img/me2.png" title="o hey it still me" alt="another picture of me">
</footer>
</body>
</html>