-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (68 loc) · 3.78 KB
/
index.html
File metadata and controls
71 lines (68 loc) · 3.78 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Magma</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/b7c170afea.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
</head>
<body>
<div id="main">
<div data-scroll data-scroll-speed="-2" id="page1">
<nav>
<img src="./bipin.jpg" alt="">
<div class="right-nav">
<a href="#">Book A Demo</a>
<a href="#"><i class="fa-solid fa-bars-progress"></i></a>
</div>
</nav>
<div class="bottom-page-1 flex">
<h1>Experience Real <br> Estate Agility</h1>
<div class="secondary-text-1 flex">
<h3>Create a Digital Twin of your existing building and release the potential of web 3.0</h3>
<a href="#">Learn More</a>
</div>
</div>
<video src="https://thisismagma.com/wp-content/themes/magma/assets/home/hero/1.mp4?2" autoplay loop muted></video>
</div>
<div id="page2" class="flex">
<h2>CERTIFY YOUR BUILDING AS A DIGITAL TWIN TOKEN (DTT)</h2>
<h1>The Digital Twin Token is a unique digital asset backed by property data. Magma combines your building’s components and systems essential information into a DTT.</h1>
</div>
<div id="page3">
<canvas></canvas>
</div>
<div id="page4" class="flex">
<h2>CONNECT THE BUILDING'S TWIN TO YOUR STAKEHOLDERS</h2>
<h1>Users connect directly to the DTT without any intermediaries. As Stakeholder, they have the power to upload and verify information that enriches the Digital Twin Token. A Stakeholder's ability to access validated-data to perform tasks depends on their specific role.
</div>
<div id="page5">
<canvas></canvas>
</div>
<div id="page6" class="flex">
<h2>INCREASE YOUR DIGITAL TWIN TOKEN’S VALUE</h2>
<h1>DTT data increases the value of your digital asset by lowering operational costs, improving energy use, assisting commercialization, and boosting the liquidity of your building.</h1>
</div>
<div id="page7">
<div class="page7-cir">
<div class="page7-cir-inner"></div>
</div>
<canvas></canvas>
</div>
<div id="page8">
<div class="page8-text ">
<h1>Magma DTT</h1>
<a href="#">Learn More</a>
</div>
<video src="https://thisismagma.com/wp-content/themes/magma/assets/home/glass/1.webm?2" autoplay loop muted></video>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js" integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js" integrity="sha512-Ic9xkERjyZ1xgJ5svx3y0u3xrvfT/uPkV99LBwe68xjy/mGtO+4eURHZBW2xW4SZbFrF1Tf090XqB+EVgXnVjw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="index.js"></script>
</body>
</html>