-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (80 loc) · 3.43 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>W3School</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main-1">
<header class="head">
<nav class="navbar">
<div class="logo">
<img src="64d0c24045286f4d63648470_abo-digital-logo-white.png" alt="">
</div>
<ul class="list-iteams">
<li>Team</li>
<li>Portfolio</li>
<li>News</li>
<li>ABO</li>
<h3>Get in touch</h3>
</ul>
<div class="icons">
<i class="fa-solid fa-bars" id="menu"></i>
<i class="fa-solid fa-xmark" id="cross"></i>
</div>
</nav>
</header>
<main>
<section class="main">
<div class="sides">
<div class="left">
<h1>Web3 financing </h1>
<h1>solutions for the</h1>
<h1> long-term.</h1>
<div class="text-btn">
<div class="first-line">
<h6>Institutional-level experience to find Web3</h6>
</div>
<div class="second-line">
<h6>projects the backing they need to grow</h6>
</div>
<div class="third-line">
<h6>sustainably.</h6>
</div>
</div>
<div class="btn">
<h4>Get in touch</h4>
</div>
</div>
<div class="right">
<video autoplay loop muted src="abo-digital-01-home-hero-3d-alpha.webm" "></video>
</div>
</div>
</section>
<section class="page2">
<div class="dots-div">
<div class="dot"></div>
<h6>Unique solutions for a new market</h6>
</div>
<div class="all-text">
<h3>A customised method for every client.</h3>
<h3>We understand that every client has</h3>
<h3>specific needs. Our team of experts has</h3>
<h3>extensive experience in traditional finance</h3>
<h3>and leverages this expertise to create</h3>
<h3>innovative financing solutions that help</h3>
<h3>cryptocurrency projects grow sustainably.</h3>
</div>
</section>
<section class="video-page">
</section>
</main>
</div>
<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="https://kit.fontawesome.com/92b2bf84f6.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>