-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
377 lines (357 loc) · 26.2 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
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
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<link rel="bookmark icon" type="image/png" href="favicon.png">
<link rel="alternate" hreflang="ro" href="https://fameup.net/ro/index.html">
<title>FameUp - Connecting Local Brands and Local Influencers</title>
<meta name="description" content="Local Influencers Marketplace">
<meta name="keywords" content="Local Brands, Local Influencers, FameUp">
<meta name="author" content="Happy Media">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/styles/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169236246-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169236246-1');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1325858580944348');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1325858580944348&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
<!-- Hotjar Tracking Code for https://www.fameup.net -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1980623,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body class="container-fluid">
<header class="row">
<section class="container-lg">
<div class="row">
<div class="col-12" id="site-nav-header">
<div class="row d-none d-lg-flex" id="navigation">
<figure class="col-6 col-lg-2" id="logo" itemprop="primaryImageOfPage" itemscope itemtype="http://schema.org/ImageObject">
<a href="#" rel="bookmark" itemprop="url" class="language-selector">
<img src="assets/images/logo.png" alt="Logo" itemprop="image">
</a>
</figure>
<nav class="col-6 offset-lg-1 col-lg-9 d-none d-lg-flex">
<ul class="navbar" id="site-menu" itemscope itemtype="http://schema.org/SiteNavigationElement">
<li itemprop="name"><a itemprop="url" href="#brands-section">Brand & Agency</a></li>
<li itemprop="name"><a itemprop="url" href="#creators-section">Creators</a></li>
<li itemprop="name"><a itemprop="url" href="about.html" target="_top">About Us</a></li>
<li itemprop="name"><a itemprop="url" href="#faq-section">FAQ</a></li>
<li itemprop="name"><a itemprop="url" href="blog/en/" target="_top">Blog</a></li>
<li itemprop="name"><a itemprop="url" href="contact.html" target="_top">Contact</a></li>
<li class="language">
<ul class="navbar nav p-0">
<li itemprop="name">
<a itemprop="url" class="language-switch" href="javascript:void();" class="en-flag">English</a>
<ul class="language-switch-list">
<li itemprop="name" id="romanian-version">
<a itemprop="url" href="ro/index.html" target="_top" rel="alternate" hreflang="ro" title="Română">Română</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="social">
<ul>
<li><a href="https://www.facebook.com/FameUp1" rel="alternate" title="Facebook"><img src="assets/images/fb-round-icon.svg" alt="Facebook"></a></li>
<li><a href="https://www.instagram.com/fameup_/?igshid=lz6wvoesuoo3" rel="alternate" title="Facebook"><img src="assets/images/insta-round-icon.svg" alt="Instagram"></a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="row d-lg-none" id="mobile-navigation">
<figure class="col-6 col-lg-2" id="mobile-logo" itemprop="primaryImageOfPage" itemscope itemtype="http://schema.org/ImageObject">
<a href="#" rel="bookmark" itemprop="url" class="language-selector">
<img src="assets/images/logo.png" alt="Logo" itemprop="image" class="d-none">
</a>
</figure>
<nav id="nav" class="nav col-6" role="navigation">
<ul class="social-media">
<li class="social">
<ul>
<li><a href="https://www.facebook.com/FameUp1" rel="alternate" title="Facebook"><img src="assets/images/fb-round-icon.svg" alt="Facebook"></a></li>
<li><a href="https://www.instagram.com/fameup_/?igshid=lz6wvoesuoo3" rel="alternate" title="Facebook"><img src="assets/images/insta-round-icon.svg" alt="Instagram"></a></li>
</ul>
</li>
</ul>
<!-- MENU TOGGLE BUTTON -->
<a href="" class="nav__toggle" role="button" aria-expanded="false" aria-controls="menu">
<span class="red-line"></span>
<span class="red-line"></span>
<span class="red-line"></span>
</a>
<!-- ACTUAL NAVIGATION MENU -->
<ul class="nav__menu" id="menu" tabindex="-1" aria-label="main navigation" hidden itemscope itemtype="http://schema.org/SiteNavigationElement">
<li class="nav__item" itemprop="name"><a class="nav__link" itemprop="url" href="#brands-section">Brand & Agency</a></li>
<li class="nav__item" itemprop="name"><a class="nav__link" itemprop="url" href="#creators-section">Creators</a></li>
<li class="nav__item" itemprop="name"><a class="nav__link" itemprop="url" href="about.html" target="_top">About Us</a></li>
<li class="nav__item" itemprop="name"><a class="nav__link" itemprop="url" href="#faq-section">FAQ</a></li>
<li class="nav__item" itemprop="name"><a class="nav__link" itemprop="url" href="blog" target="_top">Blog</a></li>
<li class="nav__item" itemprop="name"><a class="nav__link" itemprop="url" href="contact.html" target="_top">Contact</a></li>
<li class="nav__item language">
<ul class="navbar nav p-0-5">
<li class="nav__item" itemprop="name">
<a itemprop="url" class="nav__link lang" href="index.html" target="_top" rel="alternate" hreflang="en" title="English">
<img src="assets/images/en_GB.svg" alt="English Flag">
</a>
</li>
<li class="nav__item" itemprop="name" id="romanian-version">
<a itemprop="url" class="nav__link lang" href="ro/index.html" target="_top" rel="alternate" hreflang="ro" title="Română">
<img src="assets/images/ro_RO.svg" alt="Romanian Flag">
</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-12 col-lg-6" id="main-headline">
<div class="row" id="headline">
<h1 class="col-12" itemprop="headline">We connect local brands and <br>local influencers with <br><nobr>500 - 10k+</nobr> followers</h1>
<div class="col-12" id="cta-top">
<a class="button gplay-btn" rel="noreferrer" target="_blank" href="#"> </a>
<a class="button appst-btn" rel="noreferrer" target="_blank" href="#"> </a>
</div>
</div>
</div>
<div class="col-12 col-lg-6 floating-images">
<picture>
<img src="assets/images/mix-phones-image.png">
</picture>
</div>
</div>
</section>
</header>
<main class="row">
<div class="container">
<section class="row" id="brands-section" itemprop="hasPart" itemscope itemtype="http://schema.org/WebPageElement">
<div class="col-12 col-lg-6 phone-image">
<figure class="phone-view">
<img alt="phone preview" src="assets/images/phones-brands.png" itemprop="image">
</figure>
<span class="red-ball"></span>
</div>
<div class="col-12 col-lg-6 section-description">
<h2 itemprop="headline">For brands & agencies</h2>
<p itemprop="description">You can promote yourself by offering a FREE product or a service in exchange for posts & stories of the local influencers on Instagram.</p>
<a class="button fameup-dl d-none d-lg-block" rel="noreferrer" href="#">Download FameUp →</a>
</div>
<div class="col-12 general-cta-button d-block d-lg-none">
<a class="button fameup-dl" rel="noreferrer" href="#">Download FameUp →</a>
</div>
</section>
<section class="row" id="creators-section" itemprop="hasPart" itemscope itemtype="http://schema.org/WebPageElement">
<div class="col-12 col-lg-6 phone-image">
<figure class="phone-view">
<img alt="phone preview" src="assets/images/phones-influencers.png" itemprop="image">
</figure>
<span class="red-ball"></span>
</div>
<div class="col-12 col-lg-6 section-description">
<h2 itemprop="headline">For local influcencers</h2>
<p itemprop="description">You can receive FREE products and services from local & national brands, in exchange for posts & stories on your Instagram account.</p>
<a class="button fameup-dl d-none d-lg-block" rel="noreferrer" href="#">Download FameUp →</a>
</div>
<div class="col-12 general-cta-button d-block d-lg-none">
<a class="button fameup-dl" rel="noreferrer" href="#">Download FameUp →</a>
</div>
</section>
</div>
</main>
<section class="row" id="faq-section" itemprop="mainEntityOfPage" itemscope itemtype="http://schema.org/FAQPage">
<div class="container">
<div class="row">
<div class="col-3 hidden-lg">
<figure class="heading-banner">
<img src="assets/images/green-banner.png" alt="green banner">
</figure>
</div>
<div class="col-9 col-lg-12">
<h3 itemprop="name">Frequently Asked Questions</h3>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 visible-lg">
<figure class="heading-banner">
<img src="assets/images/green-banner.png" alt="green banner" itemprop="image">
</figure>
</div>
<!-- Start Accordion -->
<div class="col-12 offset-lg-1 col-lg-8" id="faq-accordion">
<div id="accordion">
<div class="card" itemprop="mainEntity" itemscope itemtype="http://schema.org/Question" id="fameup-faq-one">
<div class="card-header" id="headingOne">
<h5 class="mb-0" itemprop="name">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
Why can’t I access the FameUp App?
</button>
</h5>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body" itemprop="acceptedAnswer">
Your access to FameUp App has been denied if you didn't respect one or many of the following conditions:
<ul>
<li>Your Social Media account must be <span class="text-uppercase">public</span>;</li>
<li>Your engagement has to be 5% (eg. if your profile has 5k followers, and the content posted does not attract more than 10% of the followers displayed, your access to FameUp App will be denied); </li>
<li>At least 80% of the pictures on your profile must be with you. (20% of the content can be pictures of landscapes, pets, giveaways etc.)</li>
<li>You need to have a minimum number of 3 posts in the last week on the indicated Social Media account; </li>
<li>You need to have a minimum of 20 posts on the indicated Social Media account;</li>
<li>You can't use images that illustrate intimate sequences from your life on your Social Media account;</li>
<li>You can't use images whose quality is poor (not sufficiently stylized) on your Social Media account;</li>
<li>You can't use obscene or indecent images, including any violent or pornographic content or containing nudity, violent or explicit sexual material, or representations of violent or sexual acts on your Social Media account;</li>
<li>You can't use false, instigating or defamatory or false images on your Social Media account;</li>
<li>You must be at least 16 years old.</li>
</ul>
</div>
</div>
</div>
<div class="card" itemprop="mainEntity" itemscope itemtype="http://schema.org/Question" id="fameup-faq-two">
<div class="card-header" id="headingTwo">
<h5 class="mb-0" itemprop="name">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
As an Influencer, how can I get an offer?
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body" itemprop="acceptedAnswer">
To take the offer available in the FameUp App you have to accomplish the specific conditions of that offer.
</div>
</div>
</div>
<div class="card" itemprop="mainEntity" itemscope itemtype="http://schema.org/Question" id="fameup-faq-three">
<div class="card-header" id="headingThree">
<h5 class="mb-0" itemprop="name">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
As an Influencer, how many free offers I have access to?
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body" itemprop="acceptedAnswer">
You have access to a single offer at 48h as an Influencer on the FameUp App.
</div>
</div>
</div>
<div class="card" itemprop="mainEntity" itemscope itemtype="http://schema.org/Question" id="fameup-faq-four">
<div class="card-header" id="headingFour">
<h5 class="mb-0" itemprop="name">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
As a Brand, how many free offers can I put on the FameUp App?
</button>
</h5>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordion">
<div class="card-body" itemprop="acceptedAnswer">
You can put a single free offer as a Brand on the FameUp App.
</div>
</div>
</div>
<div class="card" itemprop="mainEntity" itemscope itemtype="http://schema.org/Question" id="fameup-faq-five">
<div class="card-header" id="headingFive">
<h5 class="mb-0" itemprop="name">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
As a Brand, how many free offers can I give daily?
</button>
</h5>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accordion">
<div class="card-body" itemprop="acceptedAnswer">
You can give unlimited offers as a Brand on the FameUp App.
</div>
</div>
</div>
</div>
</div>
<!-- End Accordion -->
<div class="col-12 offset-lg-4 col-lg-8 cta-bottom">
<a class="button gplay-btn" rel="noreferrer" target="_blank" href="#"> </a>
<a class="button appst-btn" rel="noreferrer" target="_blank" href="#"> </a>
</div>
</div>
</div>
</section>
<footer class="row">
<nav class="container" id="lower-footer">
<ul>
<li><a rel="external" href="terms.html" target="_blank">Terms & Conditions</a></li>
<li><a rel="external" href="privacy.html" target="_blank">Privacy Policy</a></li>
<li><a rel="external" href="cookie.html" target="_blank">Cookie Policy</a></li>
</ul>
</nav>
<p class="copyright">©<span itemprop="copyrightYear">2020</span> <span itemprop="copyrightHolder">FameUp</span>. All rights reserved.</p>
<figure class="happy-media-data">
<figcaption>Design & <br>Development</figcaption>
<a href="https://happy-media.ro/"><img src="assets/images/HM logo grey - small.png" alt="Happy Media Logo"></a>
</figure>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="assets/scripts/jquery.bs.gdpr.cookies.js"></script>
<script src="assets/scripts/scripts.js"></script>
<template class="content-info">
<meta itemprop="name" content="We connect local brands and local influencers with 500 - 10k+ followers">
<meta itemprop="description" content="Local Influencers Marketplace">
<meta itemprop="disambiguatingDescription" content="We let you connect with local influencers and reach your target audience through creativity. We let you get free products and services from local businesses using your Instagram posts.">
<link itemprop="url" href="http://fameup.net">
<meta itemprop="datePublished sdDatePublished" content="April 24, 2020">
<meta itemprop="inLanguage" content="en-us">
<section itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<span itemprop="name">FameUp</span>
<link itemprop="url" href="https://fameup.net">
<meta itemprop="email" content="contact@fameup.net">
<figure itemprop="logo" itemscope itemtype="http://schema.org/ImageObject">
<a href="https://fameup.net" itemprop="url">
<img itemprop="image" src="https://fameup.net/assets/images/logo.png">
</a>
</figure>
</section>
<section itemprop="author" itemscope itemtype="http://schema.org/Organization">
<span itemprop="name">Happy Media</span>
<link itemprop="url" href="https://happy-media.ro/">
<figure itemprop="logo" itemscope itemtype="http://schema.org/ImageObject">
<a href="https://happy-media.ro/" itemprop="url">
<img itemprop="image" src="https://happy-media.ro/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/2017/09/logo-a.png.webp">
</a>
</figure>
</section>
<section itemprop="sdPublisher" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Iulian Andriescu</span>
<link itemprop="url" href="https://iurianu.rocks/">
</section>
</template>
</body>
</html>