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 119 lines (74 sloc) 3.14 KB
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<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 -->
<div id="section1">
<p>Final Presentation</p>
<p>Web 2, Fall 2018</p>
<h3>Chelsea Kurasz</h3>
<p>Pitch:</p>
<p>For the final presentation, I will be redesigning my existing portfolio site.</p>
<p>Because of what I learned about animations this semester, I would like to make my site more interactive. My current portfolio site does not showcase my potential or skill level so I will redesign it, and I will be able to use one of the CSS methods we learned this semester. </p>
<p>I am considering having a facebook or instagram feed on my home page that displays my "freelance business"'s posts, but may decide against it later. </p>
<p>I intend also to use bootstrap's "cards" for a lot of content because I want to display more previews of links rather than icons. </p>
</div>
<div id="section2">
<h4>The Site Map:</h4>
<img src="img/SiteMap.png" id="sitemap">
</div>
<div id="wireframe">
Click <a href="https://xd.adobe.com/view/296967d5-72c9-42b7-5a2d-3c8982814d63-5f58/">here</a> for an interactive wireframe!
</div>
<div id="section3">
<h4>The Style Tiles:</h4>
1:
<img src="img/StyleTile1.jpg" id="ST1">
<br>
<hr>
2:
<img src="img/ST2copy.jpg" id="ST2">
</div>
<hr>
<div id="section4">
<h4>Other Samples:</h4>
<img src="img/otherstuff.jpg">
</div>
<hr>
<div id="section5">
<h4>Flat Designs:</h4>
<img src="img/flatdesign1.png">
<hr>
<img srcset="img/flatdesign2.png">
</div>
<div id="FinalSubmission">
<a href="https://github.uconn.edu/pages/cmk14012/webFinal/index.html">Here</a> is the final submission!
</div>
<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>