mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-17 06:56:04 +01:00
feat: add popup modal
This commit is contained in:
23
index.html
23
index.html
@@ -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()">×</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="userName">
|
||||
@JohnEmerson1406
|
||||
|
||||
Reference in New Issue
Block a user