-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.54 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.54 KB
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
<!DOCTYPE html>
<head>
<link rel="icon" href="wifi-icon.png">
<title>Rachel's Portfolio</title>
<link rel="stylesheet" href="myStyles.css">
<script src="myPortScript.js"></script>
</head>
<body>
<nav class="nav-bar">
<a href="https://github.com/Rachelware" target="_blank">My Github</a>
<a href="" target="_blank">Projects</a>
<a href="https://www.linkedin.com/in/rachel-ware1" target="_blank">Linkedin</a>
<a href="https://www.google.com/doodles/30th-anniversary-of-pac-man" target="_blank">Google Pacman Game</a>
</nav>
<div id="name-title" onclick="redirectMe()">
<h1>Rachel Ware</h1>
</div>
<div id="secret" class="heading">
Computer Science | Art | Teaching
</div>
<div id="main-body">
<div id="bio">
<br/>
<p class="heading"><em>About me</em></p>
<p>Hi! I'm heading into my masters studying computer science at Arizona State University through the 4+1 program!</p>
</div>
<div id="interests">
<p class="heading"><em>Interests</em></p>
<ul id="listed">
<li> Programming! I have used Java, HTML, CSS, JavaScript, Python, and C lately</li>
<li> Art, especially drawing</li>
<li> Equity and diversity in STEM</li>
<li> Learning Japanese and studying language generally</li>
</ul>
</div>
<br/>
</div>
<footer id="foot">
<p>Updated as of: Wednesday, May 12, 2021</p>
</footer>
</body>
</html>