-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
23 lines (17 loc) · 959 Bytes
/
about.html
File metadata and controls
23 lines (17 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<body>
<!-- Tabs?? Buttons?? -->
<button type="button" onclick="location.href = 'https:\/\/allysmith03.github.io';">Home</button>
<button type="button" onclick="location.href = 'https:\/\/allysmith03.github.io/about.html';">About</button>
<button type="button" onclick="location.href = 'https:\/\/allysmith03.github.io/portfolio.html';">Portfolio</button>
<button type="button" onclick="location.href = 'https:\/\/allysmith03.github.io/work-and-education';">Work and Education</button>
<h2>About Me!</h2>
<p>Professional paragraph</p>
<p>I also really enjoy reading, music, art, and cooking. I am trying to get back into playing the violin and piano, and am always looking for new recipes!
<br>During the winter, I love skiing, snowmobiling, and figure skating. During the summer, I enjoy climbing, hiking/backpacking, and ....
<br>This is my motorcycle, Mars! (Photo to come).
</p>
<p>More coming soon</p>
</body>
</html>