-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
23 lines (22 loc) · 993 Bytes
/
Copy pathheader.html
File metadata and controls
23 lines (22 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<header class="hero">
<div class="container">
<h1>Hey! I'm Ryan Murphy.</h1>
<p class="subtitle">
I'm a CS and math student at the University of Wisconsin-Madison.
</p>
<div class="icon-row">
<div class="icon">
<a href="mailto:rjmurphy8@wisc.edu" target="_blank" title="Email"><img src="assets/icons/envelope.svg" alt="email"
width="40" height="40" /></a>
</div>
<div class="icon">
<a href="https://github.com/rmurphy120" target="_blank" title="GitHub"><img src="assets/icons/icons8-github.svg"
alt="github" width="40" height="40" /></a>
</div>
<div class="icon">
<a href="https://www.linkedin.com/in/ryan-murphy-877399233" target="_blank" title="LinkedIn"><img
src="assets/icons/icons8-linkedin.svg" alt="linkedin" width="40" height="40" /></a>
</div>
</div>
</div>
</header>