-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 2.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron&family=Syncopate&display=swap" rel="stylesheet">
<head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- HERO SECTION -->
<div id="hero">
<h1 id="hero-intro">Visit <a href="https://www.muse.place/" target="_blank"> muse.place</a></h1>
<h2 id="hero-text">Enjoy the lands and art galleries in this vibrant metaverse.</h2>
</div>
<!-- ACTIVITIES SECTION -->
<div id="activities">
<h3>Top three activities to do in muse.place</h3>
<div class="act-flex">
<div>
<img class="circle" src="https://pbs.twimg.com/media/FTt8j3iUYAEtTUQ?format=jpg&name=4096x4096">
<h4 class="width">Attend a recently released art gallery</h4>
<p class="width">straight from the world building site, there are many worlds to choose from</p>
</div>
<div>
<img class="circle" src="https://pbs.twimg.com/media/FZqPYJVVEAEhGbf?format=jpg&name=4096x4096">
<h4 class="width">Discover new worlds</h4>
<p class="width">See what others have built and explore their creations</p>
</div>
<div>
<img class="circle" src="https://pbs.twimg.com/media/FaeFXb-VEAAFp9W?format=jpg&name=4096x4096">
<h4 class="width">Build your own world</h4>
<p class="width">select one of the pre-created starters to fill with your own ideas and creations</p>
</div>
</div>
</div>
<!-- GUIDE SECTION -->
<div id="guide">
<div>
<img id="card" src="https://i.seadn.io/gae/5M9UacVPvjC4xb5y3KMIF24abpmXu3l4izT9SkA421jFJEMS4fO0MWHAcFf1G9rGqu0MNBOnHc9dnyyIx4aal5Z36BC9rVfus29zZw?auto=format&w=2048">
</div>
<div>
<h3>Your guide</h3>
<p>"I have visited muse.place for over 3 hours, so I can give you a tutorial of all the fun places you can visit and things you can do."</p>
<h4>All Cirlces Presuppose</h4>
</div>
</div>
</body>
</html>