Skip to content
Permalink
388cc80c3c
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
79 lines (65 sloc) 2.31 KB
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>About Me - Maria Raykova</title>
<meta name="description" content="Maria Raykova wk2 hw for DMD 5470">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!--[if IE]>
<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]-->
<header>
<h1>
Maria Raykova
</h1>
</header>
<hr/>
<main>
<h3>Hello world! My name is Maria.</h3>
<img src="img/maria_photo" alt="a photo of me" width=300>
<p>I am a first-year graduate student in the MFA in Digital Media and Design program at UConn.
I earned a BA in Animation and Digital Arts from the University of Southern California in 2015.</p>
<p>My interests include:</p>
<ul>
<li>science communication</li>
<li>experimental animation</li>
<li>instructional design</li>
</ul>
<br/>
<p><strong>My Favorite Sites:</strong></p>
<ul>
<li>
<a href="https://youtube.com" target=_blank>YouTube</a>
</li>
<li>
<a href="https://cartoonbrew.com" target=_blank>Cartoon Brew</a>
</li>
<li>
<a href="https://wikipedia.com" target=_blank>Wikipedia</a>
</li>
</ul>
</main>
<nav>
<a href="index.html">Back to Home</a>
</nav>
<hr/>
<footer>
<p>
University of Connecticut | DMD 5470: Advanced Web Development - Spring 2020
</p>
</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>
</body>
</html>