-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 2.89 KB
/
index.html
File metadata and controls
32 lines (30 loc) · 2.89 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
<!DOCTYPE html>
<html>
<head><title>Welcome Page</title>
<meta charset="UTF-8">
<nav>
<img src = "pictures/smileButton.png" alt = "pixel image of smiley face that smiles more when you hove over it" width="24" height="24" onmouseover="this.src='pictures/hoverButton.png'" onmouseout="this.src='pictures/smileButton.png'" >
<br>
<ul>
<li><a href="index.html">Home Page<img class = a alt = "pixel image of star" src = "pictures/star.png" width="15" height="15"></a></li>
<li><a href="hometown.html">Hometown<img class = a alt = "pixel image of house" src = "pictures/home.png" width="15" height="15"></a></li>
<li><a href="project.html">Projects<img class = a alt = "pixel image of gear" src = "pictures/gear.png" width="15" height="15"></a></li>
<li><a href="resume.html">Resume<img class = a alt = "pixel image of paper" src = "pictures/page.png" width="15" height="15"></a></li>
<li><a href="contact.html">Contact<img class = a alt = "pixel image of envelope" src = "pictures/mail.png" width="15" height="15"></a></li>
<li><a href="drawing.html">Drawing<img class = a alt = "pixel image of paintbrush" src = "pictures/brush.png" width="15" height="15"></a></li></ul></nav>
<link href="external_style.css" rel="stylesheet">
<header>
Welcome!</header>
<p>Hello and welcome to my website! I am a current graduate student studying Software Development. This website
acts as my biography and eventually, a portfolio of my work. This page serves as both an introduction
to myself and the website as a whole. Please feel free to choose from the other available topics from the list below.</p>
<p>Before this program, my time was spent pursuing my undergraduate degrees. In 2022, I graduated with a BS in Computer Science,
and a BA in Theatre from Pepperdine University. I achieved these degrees in 4 years, which required taking full course loads every semester including summers.
Now, I dedicate my time to continue learning and creating projects both inside and outside of my Master's program.</p>
<p>For this website, I wanted to make something reminiscent of GeoCities pages and older instances of windows. This is despite the fact that I was not browsing sites like these
when I was young enough for them to be around. Despite this the visual language of websites like these are still so ingrained in my
brain when I think about the "old internet" that's all that can come to my mind. So, instead of going for a more modern design, I thought it would
be fun to make my website with some of these older design qualities.
</p>
<img class = b src="pictures/Max128.jpg" alt="Picture of Me" width="100" height="150">
<br></body></html>