-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a76616
commit 688ddde
Showing
3 changed files
with
74 additions
and
16 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
<!-- Local CSS --> | ||
<link rel="stylesheet" href="assets/styles/style.css"> | ||
<!-- font css --> | ||
<link rel="preconnect" href="https://stijndv.com"> | ||
<link rel="stylesheet" href="https://stijndv.com/fonts/Eudoxus-Sans.css"> | ||
|
||
<title>QUIK-NFT</title> | ||
|
@@ -58,6 +59,14 @@ <h1>Buy & sell extraordinary domain names, metaverse names, avatars, & NFTs</h1> | |
</div> | ||
</div> | ||
</section> | ||
<section class="howitworks"> | ||
<div class="container"> | ||
<div class="video-container text-center"> | ||
<h2>How It Works</h2> | ||
<iframe width="792" height="500" src="https://www.youtube.com/embed/zPOQ2NwuNGc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script> | ||
|