-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunin.html
235 lines (222 loc) · 9.88 KB
/
funin.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
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Funin by Healthy Mind Tech</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="keywords" content="" />
<meta name="description" content="Funin is an app for sharing creative ways of surviving covid and keeping remote teams connected" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<!-- Site All Style Sheet Css -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/font-awesome.min.css" rel="stylesheet" />
<link href="assets/css/et-line.css" rel="stylesheet" />
<link href="assets/css/themify-icons.css" rel="stylesheet" />
<link href="assets/css/magnific-popup.css" rel="stylesheet" />
<link href="assets/css/animate.min.css" rel="stylesheet" />
<link href="assets/css/owl.carousel.min.css" rel="stylesheet" />
<link href="assets/css/owl.theme.default.min.css" rel="stylesheet" />
<link href="assets/css/swiper.min.css" rel="stylesheet" />
<!-- Site Main Style Sheet Css -->
<link href="assets/css/style.css" rel="stylesheet" />
<link href="assets/css/responsive.css" rel="stylesheet" />
</head>
<body>
<!-- Start Preloader Area -->
<div class="preloader">
<div class="preloader-inner"> <span></span>
<span></span>
</div>
</div>
<!-- End Preloader Area -->
<!-- Navbar Area Start -->
<nav class="navbar navbar-b navbar-trans fixed-top navbar-expand-lg" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll" href="index.html">
<img src="assets/img/logo-white.png" class="white-logo" alt="logo">
<img src="assets/img/logo-black.png" class="black-logo" alt="logo">
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarDefault" aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation"> <span></span> <span></span> <span></span>
</button>
</div>
</nav>
<!-- Navbar Area End -->
<section id="intro" class="funin-home-area hero-equal-height section-padding overflow-hidden d-flex align-items-center">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 offset-lg-2 col-md-12">
<div class="text-center home-content z-index position-relative">
<img src="assets/img/funin/funin_logo.png" style="height:180px;">
<br/><br/>
<h1>An app for sharing creative ways of surviving covid and keeping remote teams connected</h1>
<br/><br/>
<a href="https://apps.apple.com/app/funin/id1559443266" target="_blank"><img src="assets/img/funin/funin_download_apple.svg"></a> <a href="https://play.google.com/store/apps/details?id=com.healthymindtech.funin" target="_blank"> <img src="assets/img/funin/funin_download_google.png" style="height:40px;"></a>
</div>
</div>
</div>
</div>
</section>
<section id="mini-feature" class="mini-feature-area bg-gray section-padding">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-md-12">
<div class="section-title">
<h3>Working from home? <br/> Take a break and have fun indoors!</h3>
<br/>
<h4>Join a community of people sharing ideas on how to keep connected, motivated, create engagement and help restore energy in remote teams.</h4>
</div>
</div>
</div>
</div>
</section>
<section id="area-1" class="about-area section-padding">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 col-md-12 col-sm-12 wow fadeInUp" data-wow-delay="0.2s">
<div class="about-content">
<div class="about-content-text">
<h2>Discover activities that you can organize with your team or friends.</h2>
<p><b>Browse</b> through ideas for fun activities that you can do remotely. <br/><br/><b>Filter</b> by rating, number of participants, estimated time for the activity, and browse the different categories activities have been tagged with (e.g. teambuilding, online game, and more). <br/><br/><b>Engage</b> with the community by adding comments, questions and feedback. <br/><br/><b>Collect</b> activities that you would like to try later by liking activities that inspire you.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 wow fadeInDown" data-wow-delay="0.4s">
<div class="about-image-wrapper">
<div class="about-main-banner">
<img src="assets/img/funin/iphone_6.5_1.PNG" alt="About image" style="max-height:500px;">
</div>
</div>
</div>
</div>
</div>
</section>
<section id="area-2" class="about-area section-padding bg-gray">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 col-md-12 col-sm-12 wow fadeInDown" data-wow-delay="0.4s">
<div class="about-image-wrapper">
<div class="about-main-banner">
<img src="assets/img/funin/iphone_6.5_3.PNG" alt="About image" style="max-height:500px;">
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 wow fadeInUp" data-wow-delay="0.2s">
<div class="about-content">
<div class="about-content-text">
<h2>Feeling creative? Share your idea with others.</h2>
<p><b>Engage</b> with the community by adding your version of an activity. <br/><br/> <b>Share</b> your tips and tricks on how to stay connected and have fun online. What activities do you enjoy? <br/><br/><b>Add</b> your own idea!<br/><br/><b>Define</b> how the future of remote work and human connection looks like.<br/><br/><b>Be part</b> of an exclusive community of creative individuals that keep people connected even when working remotely. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="download" class="funin-mini-feature-area section-padding">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-md-12">
<div class="section-title">
<img src="assets/img/funin/funin_logo.png" style="height:180px;">
<br/><br/>
<h3>Get Funin on iOS and Android</h3>
<br/>
<a href="https://apps.apple.com/app/funin/id1559443266" target="_blank"><img src="assets/img/funin/funin_download_apple.svg"></a> <a href="https://play.google.com/store/apps/details?id=com.healthymindtech.funin" target="_blank"> <img src="assets/img/funin/funin_download_google.png" style="height:40px;"></a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section Start -->
<section class="footer-area">
<div class="footer-top-wrapper section-padding">
<div class="container">
<div class="row">
<div class="col-lg-4 offset-lg-0 col-md-8 offset-md-2 wow fadeInUp" data-wow-delay="0.2s">
<div class="footer-about pr-50">
<a class="footer-logo" href="#">
<img src="assets/img/logo-white.png" class="white-logo" alt="logo">
</a>
<p>Healthy Mind Tech is a start-up organization with the vision of improving people’s lives using technology.</p>
<br/>
<p>CVR: 42155292</p>
<ul class="footer-social-icon">
<li><a href="https://www.linkedin.com/company/healthymindtech "><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://www.facebook.com/healthymindtech"><i class="fa fa-facebook-f"></i></a>
</li>
<li><a href="https://twitter.com/HealthyMindTech"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.youtube.com/channel/UC6sEk6JHHwxy-he1SH8v3lA"><i class="fa fa-youtube"></i></a>
<li><a href="https://www.instagram.com/healthymindtech/"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="https://medium.com/healthymindtech"><i class="fa fa-medium"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 wow fadeInUp" data-wow-delay="0.4s">
<div class="footer-list">
<h5 class="title">Quick Links</h5>
<ul>
<li><a href="#about">About Us</a>
</li>
<li><a href="#team">Our Team</a>
</li>
<li><a href="#project">Portfolio</a>
</li>
<!-- <li><a href="#faq">FAQ</a>
</li> -->
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="footer-list pl-50">
<h5 class="title">Help</h5>
<ul>
<li><a href="funin/terms.html">Terms of Service</a>
</li>
<li><a href="funin/privacy.html">Privacy Policy</a>
</li>
<li><a href="funin/support.html">Support Info</a>
</li>
<li><a href="funin/content.html">Community Guidelines</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom-wrapper">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-content text-center">
<div class="footer-copyright-text">
<p>Funin is a product of Healthy Mind Tech.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section End -->
<!-- Back to Top Start -->
<div class="back-to-top">
<i class="fa fa-caret-up"></i><i class="fa fa-caret-up"></i>
</div>
<!-- Back to Top End -->
<!-- Site All Jquery Js -->
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<!--Site Main js-->
<script src="assets/js/main.js"></script>
</body>
</html>