-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (14 loc) · 889 Bytes
/
index.html
File metadata and controls
18 lines (14 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<body>
<!-- Tabs?? Buttons?? -->
<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>
<h1>A. Smith</h1>
<h3>Computer Science Masters student at the University of Colorado, Boulder</h3>
<img src="photos/profilePhoto2025.jpg" alt="Profile Photo 2025" style="width:128px;height:170px">
<p>email: Ally.Smith-2@colorado.edu or allsmi5313@gmail.com<br>resume: (link) (CV)<br>github: <a href="https://github.com/AllySmith03">AllySmith03</a><br>linkedin: <a href="https://www.linkedin.com/in/ally-smith-01607a258/">Profile</a></a></p>
<p>Bio here</p>
</body>
</html>