-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (34 loc) · 1.56 KB
/
index.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
<!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</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="http://www.katiesoldau.com/favicon.ico">
</head>
<body class="home">
<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" class="current">home</a></li>
<li><a href="portfolio.html">porfolio</li>
<li><a href="resume.html">resume</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div class="content">
<p>Hello, my name is Katie Soldau. I am a second year student dual majoring in Computer Science and Interactive Media at Northeastern University. </p>
<p>I am interested in User Interface Design, Web Development, and Software Development. In general, I am a big fan of combining the areas of art and technology.</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>