feat: add popup modal

This commit is contained in:
john-emerson14
2020-03-23 00:13:13 -03:00
parent fbc98d5b12
commit 9d9caa296e
2 changed files with 155 additions and 26 deletions

View File

@@ -17,7 +17,28 @@
<div id="stars3"></div>
</section>
<img id="profilePicture" src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
<a href="#popup">
<img id="profilePicture" src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
</a>
<div class="popup" id="popup">
<div class="popup-inner">
<div class="popup-photo">
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
</div>
<div class="popup-text">
<h1>
John Emerson
</h1>
<p>
But... the sensation that I've lost something lingers for a longtime after I wake up.
</p>
</div>
<a class="popup-close" onclick="history.back()">&times;</a>
</div>
</div>
<div id="userName">
@JohnEmerson1406