-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (81 loc) · 4.06 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="mySketch.js" type="text/javascript"></script><script src="https://cdn.jsdelivr.net/npm/p5@1.2.0/lib/p5.js" type="text/javascript"></script>
<link rel="stylesheet" href="style.css">
</head>
<div class = "container">
<nav class = "navigation">
<ul>
<li>
<a href="index.html">About Me</a>
</li>
<li class ='dropdown'>
<a href="work.html" class='dropbtn'>Work Experience</a>
<div class="dropdown-content">
<a href="#cps">Chicago Public Schools</a>
<a href="#89.3">WNUR 89.3FM</a>
<a href="#dittmar">Dittmar Gallery</a>
<a href="#iilp">IILP</a>
<a href="#nlg">National Lawyers Guild</a>
</div>
</li>
<li>
<a href="academic.html">Academic</a>
</li>
<li class ='dropdown'>
<a href="creative.html" class='dropbtn'>Media and Tech</a>
<div class="dropdown-content">
<a href="#wnur">WNUR</a>
<a href="#coding as art">Coding As Art</a>
<a href="#VR Storytelling">VR STorytelling</a>
</div>
</li>
</ul>
</nav>
<article class= "main" >
<h1> About Me </h1>
<p> Welcome to my website! As a Political Science major with a minor in Data Science and experience in Media Art and Spanish, I have a very wide range of interests and skill sets. I am hoping that this website will better demonstrate my experience than a typical resume.</p>
<p>At the core of all of my interests are history and politics. While I have considered law school after graduation, I am more interested in the non-profit and local government sectors. I have worked in areas such as legal justice, education, diversity and inclusion, and have enjoyed all of them. I intend to continue on a social justice- centered career path that can combine this passion with a vital understanding of technology and its effect on our lives.
</p>
<p>My work in education with Chicago Public Schools, as well as my classes in digital interactive media, have turned my attention towards the museum industry and public art. I am interested in the idea of cultivating immersive, educational exhibits in spaces such as museums or other public sites as a way to combine interactive media art and education. This also ties into my interest in urban planning and the use of public spaces. I believe a lot of social change can happen just by creating pieces with meaning that bring people together in communal spaces. </p>
<p>I have started learning more about computer and data science and intend to further these skills as much as I can. So far, I am familiar with Python, HTML, CSS, and Javascript. Data collection and analysis is so important in so many contexts, as well as being able to convey that data in a visually pleasing way. I am very interested in web design and other ways to mix technology and art.
</p>
<p>I hope you enjoy my website and please feel free to contact me if you are interested in collaborating!
</p>
</article>
<article class = "aside" >
<div>
<h3>Hannah Barton</h3>
<section>
<h2>Education:</h2>
<h4>Northwestern Class of 2022</h4>
</section>
<section>
<h2>Major:</h2>
<h4>Political Science</h4>
</section>
<section>
<h2>Minors:</h2>
<h4>Data Science, Media Arts</h4>
</section>
<section>
<h2>Hometown:</h2>
<h4>Chicago, IL</h4>
</section>
<section>
<h2>Birthday:</h2>
<h4>09/25/1999</h4>
</section>
</div>
</article>
<article class = "footer">
<h2> Contact Me </h2>
<p>Email: hannahbarton2022@u.northwestern.edu</p>
<p>Phone: 773-5775-4585</p>
</article>
</div>
<canvas> </canvas>