-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
44 lines (39 loc) · 2.24 KB
/
portfolio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Katie Soldau - Portfolio</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="http://www.katiesoldau.com/favicon.ico">
</head>
<body class="portfolio">
<div class="header">
<h1 class="name">
<p>K<span class="smaller">ATIE</span> <span class= "taller">S</span><span class="smaller">OLDAU</span> </p>
</h1>
<ul class="menu">
<li><a href="index.html">home</a></li>
<li><a href="portfolio.html" class="current">portfolio</a></li>
<li><a href="resume.html">resume</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div class="content">
<p>(Under construction.)</p>
<h2>User-Experience Design</h2>
<h3>PrereqMe</h3>
<p> I am currently working on a project called PrereqMe for a course titled Human Computer Interaction in Spring 2013. This involves substantial work with designing an interface. My group is working to solve an issue at our university: it is difficult to determine what preqrequisites a class requires and also hard to figure out what courses you're eligible to take. More information can be found on our <a href="http://www.prereqme.joshcaron.com">project website</a> which is hosted on a team member's domain.</p>
<h2>Web Design</h2>
<h3>Rainy Day</h3>
<p>I created a website to simulate what I feel like on a rainy day. This was an art project for my Interactive Foundation class in Fall 2012. I used HTML, CSS, and jQuery to create the site. It is best viewed in Safari or Chrome. Here is the site: <a href="http://www.katiesoldau.com/interactive">http://www.katiesoldau.com/interactive</a></p>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40045422-1', 'katiesoldau.com');
ga('send', 'pageview');
</script>
</body>
</html>