-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-old.html
More file actions
384 lines (356 loc) Β· 13.5 KB
/
index-old.html
File metadata and controls
384 lines (356 loc) Β· 13.5 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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Foxie | Connect Through Activities - Social Network App</title>
<meta
name="description"
content="Foxie is a social network that connects you to the world through activities, events, and experiences with people nearby. Download on iOS."
/>
<meta name="keywords" content="social network, activities app, events app, meet people, local events, social activities, iOS app, connect with people" />
<meta name="author" content="Foxie" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ff145f" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://foxie.cool/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://foxie.cool/" />
<meta property="og:title" content="Foxie | Connect Through Activities" />
<meta property="og:description" content="A social network that connects you to the world through activities, events, and experiences with people nearby." />
<meta property="og:image" content="https://foxie.cool/images/og-image.png" />
<meta property="og:site_name" content="Foxie" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://foxie.cool/" />
<meta name="twitter:title" content="Foxie | Connect Through Activities" />
<meta name="twitter:description" content="A social network that connects you to the world through activities, events, and experiences with people nearby." />
<meta name="twitter:image" content="https://foxie.cool/images/og-image.png" />
<meta name="twitter:site" content="@foxiee_app" />
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<!-- Preconnect for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<!-- Styles -->
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- Google Analytics 4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX'); // Replace with your GA4 ID
</script>
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "MobileApplication",
"name": "Foxie",
"operatingSystem": "iOS",
"applicationCategory": "SocialNetworkingApplication",
"description": "A social network that connects you to the world through activities, events, and experiences with people nearby.",
"url": "https://foxie.cool",
"downloadUrl": "https://apps.apple.com/us/app/foxie/id1369279200",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Organization",
"name": "Foxie",
"url": "https://foxie.cool"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"ratingCount": "100"
}
}
</script>
<style>
body {
-webkit-font-smoothing: antialiased !important;
font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
.about,
.link-android {
mix-blend-mode: overlay;
}
video {
width: 100%;
}
.about.centered {
mix-blend-mode: normal;
}
@media screen and (min-width: 1280px) {
.h1 {
font-size: 72px !important;
line-height: 88px;
}
}
.h2.blue {
background: -webkit-linear-gradient(80deg, #71ffae, #00ffff, #3c6cde);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.card {
filter: drop-shadow(0px 10px 20px rgba(22, 16, 106, 0.2));
}
.phone {
filter: drop-shadow(0px 10px 20px rgba(22, 16, 106, 0.2));
}
.phone-container {
filter: drop-shadow(0px 10px 20px rgba(22, 16, 106, 0.2));
}
::selection {
background: #ff145f;
}
::-moz-selection {
background: #ff145f;
}
</style>
</head>
<body class="body">
<div class="container-main">
<div class="content">
<header class="header">
<a href="/" class="w-inline-block w--current" aria-label="Foxie Home">
<img src="https://i.ibb.co/XtxQMPJ/Foxie-2x-copy.png" alt="Foxie Logo" width="120" height="auto" />
</a>
<nav class="header-links" aria-label="Main navigation">
<a href="#about" class="header-link">About</a>
<a href="#how-it-works" class="header-link">How It Works</a>
<a href="#contact" class="header-link">Contact</a>
</nav>
</header>
<section class="container-hero" aria-label="Hero">
<div class="hero-left">
<h1 class="h1">
Connect with the world around you through activities
</h1>
<a
href="https://apps.apple.com/us/app/foxie/id1369279200"
target="_blank"
rel="noopener noreferrer"
class="container-cta w-inline-block"
aria-label="Download Foxie on the App Store"
>
<img
src="https://uploads-ssl.webflow.com/5bdcd81aa566f460cda90ea7/5bf24ca411bde25a5754c7f7_app%20store.png"
width="190"
height="auto"
alt="Download on the App Store"
class="cta"
loading="lazy"
/>
</a>
<a
href="http://eepurl.com/dDspiH"
class="link-android"
rel="noopener noreferrer"
>
Get the download link or sign up while we make an Android version
</a>
</div>
<div class="hero-right">
<img
src="https://i.ibb.co/pJ3rH8C/activities.png"
width="572"
height="auto"
alt="Cards showing activities from people nearby"
class="card"
loading="lazy"
/>
</div>
</section>
<section id="about" class="about" aria-label="About Foxie">
Foxie was created to connect you to the world around you through
activities in a simple way:
</section>
<section id="how-it-works" class="section _1" aria-label="How it works">
<div class="container-screenshots">
<img
src="https://i.ibb.co/7rRXnVn/activitityblank2.png"
width="312"
height="auto"
alt="Create an activity screen"
class="phone small"
loading="lazy"
/>
<div class="phone-container">
<div
data-poster-url="https://uploads-ssl.webflow.com/5bdcd81aa566f460cda90ea7/5bf6092ec176118336abc166_trimmed-poster-00001.jpg"
data-video-urls="https://webm.red/qg6y.webm"
data-autoplay="true"
data-loop="true"
class="background-video w-background-video w-background-video-atom"
>
<video
autoplay
loop
muted
playsinline
poster="https://i.ibb.co/2cG5Kd0/Simulator-Screen-Shot-i-Phone-7-2019-05-02-at-22-33-46.png"
aria-label="App demo video"
>
<source src="https://webm.red/qg6y.webm" type="video/webm" />
</video>
</div>
</div>
</div>
<div class="spacer"></div>
<div class="container-copy">
<h2 class="h2">Add what you want to do</h2>
<p class="about">
Simply add the thing you want to do with the time and place!
</p>
</div>
</section>
<section class="section" aria-label="Activities feature">
<div class="container-copy">
<h2 class="h2">Activities</h2>
<p class="about">
See details about the activity like who's going, what time, place,
what others are saying! Join the activity and message that user!
</p>
</div>
<div class="spacer"></div>
<div class="container-screenshots">
<img
src="https://i.ibb.co/CwLgmzX/postinfo.png"
width="322"
height="auto"
alt="Activity details screen"
class="phone top large"
loading="lazy"
/>
<img
src="https://i.ibb.co/9y5Q2Pd/foxie-sgoing.png"
width="312"
height="auto"
alt="Who's going to an activity"
class="phone _2 small"
loading="lazy"
/>
</div>
</section>
<section class="section vertical" aria-label="Discover features">
<h2 class="h2">
Discover new friends, places and things. Join groups, chat with the
world and much more
</h2>
<div class="screenshots-vertical">
<img
src="https://i.ibb.co/ZmbP6WL/discover.png"
width="400"
height="auto"
alt="Discover screen showing nearby activities"
class="phone vertical-1"
loading="lazy"
/>
<img
src="https://i.ibb.co/CVnRRPD/worldchat.png"
width="400"
height="auto"
alt="World chat feature"
class="phone vertical-2"
loading="lazy"
/>
</div>
<p class="about centered">
The whole gist of Foxie is to just get you out into the world, make
new friends, connect with other people. Have fun!
</p>
<a
href="https://apps.apple.com/us/app/foxie/id1369279200"
target="_blank"
rel="noopener noreferrer"
class="container-cta w-inline-block"
aria-label="Download Foxie on the App Store"
>
<img
src="https://uploads-ssl.webflow.com/5bdcd81aa566f460cda90ea7/5bf24ca411bde25a5754c7f7_app%20store.png"
width="190"
height="auto"
alt="Download on the App Store"
class="cta"
loading="lazy"
/>
</a>
</section>
</div>
<div class="gradient-pink"></div>
</div>
<div class="container-drip"></div>
<section id="contact" class="content contact" aria-label="Contact">
<h2 class="h2 blue">Contact us</h2>
<p class="contact">
Questions? Feedback? Want to request a feature? We're building this for
you, so we want to know what you think. We're always happy to chat, so
drop us a line at
<a href="mailto:info@foxie.cool" class="link-contact">info@foxie.cool</a>.
</p>
</section>
<footer class="footer">
<div class="container-social">
<a
href="https://www.facebook.com/foxie/"
target="_blank"
rel="noopener noreferrer"
class="link-social w-inline-block"
aria-label="Foxie on Facebook"
>
<img
src="https://uploads-ssl.webflow.com/5bdcd81aa566f460cda90ea7/5bf4674a40b4dc5095c2dd40_facebook.png"
width="32"
height="32"
alt="Facebook"
loading="lazy"
/>
</a>
<a
href="https://twitter.com/foxiee_app"
target="_blank"
rel="noopener noreferrer"
class="link-social w-inline-block"
aria-label="Foxie on Twitter"
>
<img
src="https://uploads-ssl.webflow.com/5bdcd81aa566f460cda90ea7/5bf4674bfcdf2adaefea73e8_twitter.png"
width="32"
height="32"
alt="Twitter"
loading="lazy"
/>
</a>
<a
href="https://www.instagram.com/foxie_app/"
target="_blank"
rel="noopener noreferrer"
class="link-social w-inline-block"
aria-label="Foxie on Instagram"
>
<img
src="https://uploads-ssl.webflow.com/5bdcd81aa566f460cda90ea7/5bf4674b4ae8f8ba105bbc39_instagram.png"
width="32"
height="32"
alt="Instagram"
loading="lazy"
/>
</a>
</div>
<div class="text-footer">© 2019-2026 Foxie. All rights reserved.</div>
</footer>
<!-- Minimal JS -->
<script src="https://d1tdp7z6w94jbb.cloudfront.net/js/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://uploads-ssl.webflow.com/5bdcd81aa566f460cda90ea7/js/thaw.4c3cb1964.js"></script>
</body>
</html>