-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.html
More file actions
26 lines (24 loc) · 1.35 KB
/
Copy pathmedia.html
File metadata and controls
26 lines (24 loc) · 1.35 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
<!DOCTYPE html>
<html>
<title>Portfolio: Media</title>
<header></header>
<link rel="stylesheet" href="style.css"
<body id = 'project-pages'>
<nav>
<ul>
<li class = 'left-option'><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<table class="project-table">
<tr>
<td class="project-image"><a href = 'https://www.sci.pitt.edu/news/students-empowered-data-science-day-2025' target = "_blank"><img class="projects-page" src="media1.png" alt="Data Science Day Article"></a></td>
<td class="project-image"><a href = 'https://youtu.be/XkZFHStcmUw?si=i-GG2AN0Y9EGnmlg' target = "_blank"><img class="projects-page" src="media2.png" alt="Video Explaining Quadball, by Emma Meo"></a></td>
<td class="project-image"><a href = 'https://www.duq.edu/research/centers-and-institutes/grefenstette-center/hacking4humanity.php' target = "_blank"><img class="projects-page" src="media3.jpg" alt="Hacking for Humanity Hackathon"></a></td>
</tr>
</table>
</body>
</html>