-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (45 loc) · 2.45 KB
/
index.html
File metadata and controls
59 lines (45 loc) · 2.45 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Faq v2</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="FaqFrame" id="FaqFrame">
<div class="FaqTitle">
<h1 class="FaqHeading1">FAQ</h1>
<p>This is a short list of our most frequently asked questions</p>
</div>
<div class="FaqItem">
<div class="q" itemtype="http://schema.org/Question" itemscope>
</div>
<div class="a" itemtype="http://schema.org/Answer" itemscope>
</div>
</div>
<div class="FaqCont">
<p data-q="What is Instagram?">Instagram is a fun and quirky way to share your life with friends through a series of pictures. Snap a photo with your mobile phone, then choose a filter to transform the image into a memory to keep around forever. We're building Instagram to allow
you to experience moments in your friends' lives through pictures as they happen. We imagine a world more connected through photos.</p>
<p data-q="How much is your app?">
$0.00 - available for free in the Apple App Store and Google Play store.
</p>
<p data-q="Where does the name come from?">
When we were kids we loved playing around with cameras. We loved how different types of old cameras marketed themselves as "instant" - something we take for granted today. We also felt that the snapshots people were taking were kind of like telegrams
in that they got sent over the wire to others - so we figured why not combine the two?
</p>
<p data-q="What other services are you compatible with?">
Currently, you can share your photos on a photo-by-photo basis on Flickr, Facebook, and Twitter. Additionally, if you specify a location with your photo, you can opt to have us check you in on Foursquare. Going forward, we plan on supporting additional
services but have nothing else to announce at this time.
</p>
<p data-q="How does privacy work?">
We have adopted a follower model that means if you're "public" on Instagram, anyone can subscribe to follow your photos. We do, however, have a special private option. In this mode, a user can make sure he/she must approve all follow requests before they
go through.
</p>
</div>
<div class="bl18"></div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>