Skip to content
Permalink
09ee8714fd
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
51 lines (48 sloc) 2.36 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1"><title>Clr Design</title>
<link rel="shortcut icon" href="images/logo-tab.png"/>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Arimo|Raleway" rel="stylesheet">
</head>
<body>
<nav class="row">
<div id="logo-box" class="col-lg-2 col-md-2 col-sm-3 col-xs-12" align="center"><img src="images/logo.png"></div>
<ul id="my-nav">
<li class="col-lg-2 col-lg-offset-4 col-md-offset-4 col-md-2 col-sm-3 col-xs-4" align="center"><a href="index.html">Home</a></li>
<li class="col-lg-2 col-md-2 col-sm-3 col-xs-4" align="center"><a href="about-me.html">About Me</a></li>
<li class="col-lg-2 col-md-2 col-sm-3 col-xs-4" align="center"><a href="portfolio.html">Portfolio</a></li>
</ul>
</nav>
<div class="container">
<div class="row">
<img src="images/sunset.png" id="sunset" class="col-lg-7 col-md-7 col-sm-12 col-xs-12">
<div id="about-content" class="col-lg-4 col-md-5 col-sm-12 col-xs-12">
<h2>Cynthia Reinert</h2>
<h3>Designer and Artist</h3>
<p>I am a student artist and designer currectly attending UCONN Storrs studying Digital Media and Design with a concentration in Web Design. I also have background in the basics of 2D Animation and Art.As far as programs, I can use Adobe Photoshop, After Effects and Premiere, as well as the basics such as Microsoft word and Powerpoint. I have a passion for all things design, and possess a unique drive to create.</p>
<p>Download my resume <a href="Resume.pdf">here</a>.</p>
</div>
</div>
</div>
<footer class="row">
<div id="contact-img-box" class="col-lg-offset-2 col-lg-3 col-md-offset-2 col-md-3 col-sm-offset-3 col-sm-2 col-xs-offset-1 col-xs-3 "><img src="images/contact.png" ></div>
<div id="middle" class="col-lg-3 col-md-3 col-sm-2 col-xs-3">
<h3>Contact</h3>
<p>Cynthia Reinert <br>
cynthia.reinert@uconn.edu <br>
(860)534-0280
</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-2 col-xs-offset-1">
<h3>Social</h3>
<p>linkedin</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</body>
</html>