-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
161 lines (155 loc) Β· 5.45 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Abeg Clone - GSAP</title>
<meta name="description" content="Abeg clone built with GSAP" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="mobile-view">
Not supported on mobile π’
</div>
<header>
<strong class="icon">Abeg</strong>
<strong class="by"
>By <a target="_blank" href="https://www.linkedin.com/in/joseph-olabisi/">Joseph Olabisi </a>π€πΎ</strong
>
</header>
<div class="container">
<div id="section-1" class="sections section-1 active">
<div class="content-wrapper">
<div class="title-wrapper">
<h1>Make Someone</h1>
</div>
<div class="title-wrapper">
<h1>Happy With Cash ππ½</h1>
</div>
<p>
Do you want to pay for the food you ordered for a friend, send money
to your babe or friends? use Abeg.
</p>
</div>
<div class="section-image">
<div class="image-props">
<img class="prop-4" src="assets/images/man-2.png" />
<img class="prop-1" src="assets/images/dog.png" />
<img class="prop-2" src="assets/images/girl.png" />
<img class="prop-3" src="assets/images/girl-3.png" />
<img class="prop-5" src="assets/images/man.png" />
</div>
</div>
</div>
<div id="section-2" class="sections section-2">
<div class="content-wrapper">
<div class="title-wrapper">
<h1>Digitally Kick</h1>
</div>
<div class="title-wrapper">
<h1>some A** π¦΅πΎ</h1>
</div>
<p>
With Abeg you get a digital wallet that can be funded by a transfer
from any bank.
</p>
</div>
<div class="image-wrapper">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<div>
<img class="bell" src="assets/svg/bell.svg" />
</div>
</div>
</div>
<div id="section-3" class="sections section-3 section-img">
<div class="content-wrapper">
<div class="title-wrapper">
<h1>Sending Money</h1>
</div>
<div class="title-wrapper">
<h1>Can Be Fun Too π</h1>
</div>
<p>
Send money to people on your contact list using their phone numbers
or via payment links that can be shared however you decide or even
using bank accounts.
</p>
</div>
<div class="image-wrapper">
<img class="hand-and-phone" src="assets/images/hand-and-phone.png" />
</div>
</div>
<div id="section-4" class="sections section-4 section-img">
<div class="content-wrapper">
<div class="title-wrapper">
<h1>Just Go</h1>
</div>
<div class="title-wrapper">
<h1>Cashless Abeg ππ½</h1>
</div>
<p>
Do you want to pay for the food you ordered for a friend, send money
to your babe or friends? use Abeg.
</p>
</div>
<div class="image-wrapper">
<img class="hand-and-phone" src="assets/images/hand.png" />
</div>
</div>
<div id="section-5" class="sections section-5">
<div class="content-wrapper">
<div class="content-background"></div>
<div class="title-wrapper">
<h1>No Dey ask for</h1>
</div>
<div class="title-wrapper">
<h1>Urgent 2k again π</h1>
</div>
<p>
Do you want to pay for the food you ordered for a friend, send money
to your babe or friends? use Abeg.
</p>
</div>
</div>
<div id="section-6" class="sections section-6 section-img">
<div class="content-wrapper">
<div class="title-wrapper">
<h1>No Dey ask for</h1>
</div>
<div class="title-wrapper">
<h1>Urgent 2k again π€‘</h1>
</div>
<p>
Do you want to pay for the food you ordered for a friend, send money
to your babe or friends? use Abeg.
</p>
</div>
<div class="image-wrapper">
<img class="hand-and-phone" src="assets/images/hand.png" />
</div>
</div>
</div>
<footer>
<a href="#section-1" class="dot dot-0 active">0</a>
<a href="#section-2" class="dot dot-1">0.2</a>
<a href="#section-3" class="dot dot-2">0.4</a>
<a href="#section-4" class="dot dot-3">0.6</a>
<a href="#section-5" class="dot dot-4">0.8</a>
<a href="#section-6" class="dot dot-5">1</a>
<div class="footer-wrapper">
<div class="footer-progress"></div>
</div>
</footer>
<img class="lines" src="/assets/svg/lines.svg" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/ScrollToPlugin.min.js"></script>
<script src="js/scrollBehavior.js" defer></script>
<script src="js/throttle.js" defer></script>
<script src="js/main.js" defer></script>
</body>
</html>