Skip to content
Open

:) #1

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions page2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<link rel="stylesheet" href="css/style.css">
<title> Matthew Lee </title>
<head>


<body>
<nav>
<div class="name">
Expand Down Expand Up @@ -35,25 +33,26 @@ <h1> Matthew Lee </h1>
<div class="line3"></div>
</div>
</nav>
<a href="documents/Mlee_s_Resume_t" download>
<div style="
display: flex;
">
<div style="
padding: 0.5rem;
">
<a href="documents/Mlee_s_Resume_t.pdf" download="">
<img src="Flame Aura 32x32.gif">
</a>

<embed src="documents/Mlee_s_Resume_t.pdf" style="padding-top:61px;" width=100% height=800>










</a> <br>

<p> Click me to download resume :)
</p>
</div>

<embed src="documents/Mlee_s_Resume_t.pdf" width="100%" height="800">
</div>



</body>



Expand Down