-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
219 lines (216 loc) · 9.43 KB
/
Copy pathindex.html
File metadata and controls
219 lines (216 loc) · 9.43 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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>BudUp!</title>
<meta content="Match new team members with peers based on hobbies, skills and personality traits. Work to foster a culture of belonging in remote teams." name="description">
<meta content="BudUp! is a peer-to-peer platform for remote teams to find and connect with new team members based on hobbies, skills and personality traits." name="keywords">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<header id="header" class="header fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/logo.png" alt="">
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="#features">Features</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#pricing">Pricing</a></li>
<li><a class="getstarted scrollto" target="_blank" href="https://www.figma.com/proto/RhwQtaR2MRSdPu5grZFFZ0/Ctrl%2C-Alt%2C-Compete?node-id=2%3A237&scaling=contain&page-id=0%3A1&starting-point-node-id=2%3A237&show-proto-sidebar=1">Get Started</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 hero-img" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/hero.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">BudUp!</h1>
<h2 data-aos="fade-up" data-aos-delay="400">
Match new team members with peers based on hobbies, skills and personality traits.<br/>
Work to foster a culture of belonging in remote teams.
</h2>
<div data-aos="fade-up" data-aos-delay="600">
<div class="text-center text-lg-start">
<a href="#about" class="btn-get-started scrollto d-inline-flex align-items-center justify-content-center align-self-center">
<span>Get Started</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<main id="main">
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 mt-5 mt-lg-0 d-flex">
<div class="row align-self-center gy-4">
<h2>Integrate your new employees with a buddy system!</h2>
<p>Retain staff, build an inclusive culture and champion your best buddies - with BudUp!</p>
<a href="#about" class="link">
<span>Get Started</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
<div class="col-lg-6">
<img src="assets/img/Creative.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<section id="services" class="services">
<div class="container" data-aos="fade-up">
<h2>Discover our features</h2>
<div class="row gy-4">
<div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-box">
<h3>Invite Newcomers</h3>
<img class="image" src="assets/img/01.svg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-box">
<h3>Invites Buddies</h3>
<img class="image" src="assets/img/02.svg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-box">
<h3>Create and add Tasks</h3>
<img class="image" src="assets/img/03.svg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-box">
<h3>Easily Customisable</h3>
<img class="image" src="assets/img/04.svg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="service-box">
<h3>Create engagement</h3>
<img class="image" src="assets/img/05.svg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="700">
<div class="service-box">
<h3>Slack Integration</h3>
<img class="image" src="assets/img/06.svg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="700">
<div class="service-box">
<h3>Get Reports</h3>
<img class="image" src="assets/img/07.svg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="700">
<div class="service-box">
<h3>Fun onboboarding Experience</h3>
<img class="image" src="assets/img/08.svg" alt=""/>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row">
<h2>The BudUp Story</h2>
<div class="col-lg-6">
<img src="assets/img/team.png" class="img-fluid" height="542" alt="">
</div>
<div class="col-lg-6 mt-5 mt-lg-0 d-flex">
<div class="row align-self-center gy-4">
<p>BudUp! Is the brainchild of team Ctrl, Alt, Compete! Who came together during the Athena Winter Hackathon, November 2021 to solve problems that have stemmed from the rise of remote and hybrid working.</p>
<p>After an initial think-tank, the team decided to solve staff retention and team isolation issues by building a web-app that matches team mates based on interests and skills - to foster a culture of belonging and inclusivity.</p>
<p>With BudUp! productivity will soar, as newcomers begin to add valuable contributions to teams from day one of the onboarding process.</p>
</div>
</div>
</div>
</div>
</section>
<section id="pricing" class="pricing">
<div class="container" data-aos="fade-up">
<h2>Pricing</h2>
<div class="row gy-4" data-aos="fade-left">
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="100">
<div class="box">
<h3>Free Plan</h3>
<div class="price"><sup>$</sup>0<span> / mo</span></div>
<ul>
<li>Slack Integration</li>
<li>Buddy system</li>
<li class="na">Buddy Reports</li>
<li class="na">Badge System</li>
</ul>
<a href="" class="link">
<span>Contact us</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="200">
<div class="box">
<h3>Standard</h3>
<div class="price"><sup>$</sup>10<span> / mo</span></div>
<ul>
<li>Slack Integration</li>
<li>Buddy system</li>
<li>Buddy Reports</li>
<li>Badge System</li>
</ul>
<a href="" class="link">
<span>Contact us</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="300">
<div class="box">
<h3>Agency</h3>
<div class="price"><sup>$</sup>8<span> / mo</span></div>
<ul>
<li>Slack Integration</li>
<li>Buddy system</li>
<li>Buddy Reports</li>
<li>Badge System</li>
</ul>
<a href="" class="link">
<span>Contact us</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer" class="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>BudUp!</span></strong>. All Rights Reserved
</div>
</div>
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>