-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (196 loc) · 9.15 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
<!DOCTYPE html><!-- This site was created in Webflow. http://www.webflow.com -->
<!-- Last Published: Wed Jan 27 2021 21:58:21 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="5feb76e0d24a03ef1dc96132" data-wf-site="5feafddcfdc9586136abef4c">
<head>
<meta charset="utf-8">
<title>Foca: Pomodoro Focus Timer</title>
<meta content="Foca App" name="description">
<meta content="Foca: Pomodoro Focus Timer" property="og:title">
<meta content="Foca App" property="og:description">
<meta content="Foca: Pomodoro Focus Timer" property="twitter:title">
<meta content="Foca App" property="twitter:description">
<meta property="og:type" content="website">
<meta content="summary_large_image" name="twitter:card">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/felicia900s-cool-project.webflow.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Poppins:regular,500,600,700","Roboto:regular,500,700","Raleway:regular,500,600,700,900"] }});</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LXV2P92JJ3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-53X1JLJD83');
</script>
<style>
.spinner {
margin: 100px auto;
width: 50px;
height: 30px;
text-align: center;
font-size: 10px;
}
.spinner > div {
background-color: #a9a9a9;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
</style>
</head>
<body class="body home">
<div data-ix="preloader-fade-out" class="preloader">
<div class="w-embed">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
</div>
</div>
<div class="page-container home">
<div data-collapse="medium" data-animation="default" data-duration="400" role="banner" class="navbar-2 w-nav">
<div class="nav-container-2">
<a href="index.html" aria-current="page" class="nav-logo-wrap w-nav-brand w--current"><img src="images/logo-foca.svg" alt="" class="nav-logo"></a>
<div class="nav-right-wrap-2">
<nav role="navigation" class="nav-menu-2 w-nav-menu">
<a href="about.html" class="nav-link-4 w-nav-link">ABOUT</a>
<a href="faq.html" class="nav-link-4 w-nav-link">HELP CENTER</a>
<a href="mailto:[email protected]" class="nav-link-4 w-nav-link">CONTACT</a>
</nav>
<div class="menu-button-2 w-nav-button">
<div class="icon-5 w-icon-nav-menu"></div>
</div>
</div>
</div>
</div>
<div class="hero-section main">
<div class="container main">
<div class="_2-col-grid">
<div id="w-node-900a56e1bde3-1dc96132" class="hero-content">
<div class="rich-text-block-2 w-richtext">
<h1>Foca - Pomodoro </h1>
<h1>Focus Timer</h1>
</div>
<h1 class="hero-title"> </h1>
<p class="section-p _2">Combining the Pomodoro technique with stretch exercises, Foca aims to keep you productive and healthy at work.<br></p>
<a href="https://apps.apple.com/us/app/id1526204217" target="_blank" class="link-block w-inline-block"><img src="images/app-store.svg" loading="lazy" alt="" class="image"></a>
<a href="https://play.google.com/store/apps/details?id=com.pomodoro.foca&hl=en_US&gl=US" target="_blank" class="link-block w-inline-block"><img src="images/google-play.svg" loading="lazy" alt="" class="image"></a>
<a href="https://apps.apple.com/us/app/id1526204217" class="link-block w-inline-block"><img src="images/mac-app.svg" loading="lazy" alt="" class="image"></a>
</div>
<div id="w-node-3a5c522425b5-1dc96132">
<div class="div-block-11"><img src="images/mmmfoca.gif" loading="lazy" alt="" class="image-7">
<div class="div-block-10"></div>
</div>
</div>
</div>
</div>
</div>
<div class="hero-section sub right">
<div class="container">
<div class="_2-col-grid">
<div id="w-node-7c375c707125-1dc96132"><img src="images/Stretch_1.png" loading="lazy" sizes="100vw" srcset="images/Stretch_1-p-500.png 500w, images/Stretch_1.png 751w" alt="" class="image-7"></div>
<div id="w-node-7c375c707126-1dc96132" class="div-block-9">
<h3 class="heading-3">Immersive Concentration</h3>
<h4 class="heading-4">Various ambient sound </h4>
</div>
</div>
</div>
</div>
<div class="hero-section review">
<div class="container user-review">
<h4 class="heading-5">Users Love Foca</h4>
<div data-delay="4000" data-animation="slide" data-autoplay="1" data-duration="500" data-infinite="1" class="slider w-slider">
<div class="mask w-slider-mask">
<div class="slide w-slide">
<div class="div-block-8">
<div class="text-block">" The best app to boost up productivity. I haven't seen such a simple and aesthetic app until now. After struggling a lot to find such apps, finally I found this, and now I'm happy. I liked the idea of adding a short exercise tutor as a mood refreshment. Really!! Great job creators!🌻🌻 "</div>
</div>
</div>
<div class="w-slide">
<div class="div-block-8">
<div class="text-block">" Very useful app, intuitive interface, nothing unnecessary, only what you need is to work productively. One of the best app in the category. "</div>
</div>
</div>
<div class="w-slide">
<div class="div-block-8">
<div class="text-block">" Woow blessed be the day I found this amazing app finally! Blessed be the mind that created the app! From now on I don't have reason to commit procrastination! "</div>
</div>
</div>
</div>
<div class="left-arrow w-slider-arrow-left">
<div class="icon-3 w-icon-slider-left"></div>
</div>
<div class="right-arrow w-slider-arrow-right">
<div class="icon-4 w-icon-slider-right"></div>
</div>
<div class="slide-nav-2 w-slider-nav w-round"></div>
</div>
</div>
</div>
<div class="hero-section callout">
<div class="container callout">
<h4>Get Foca and boost your productivity</h4>
</div>
</div>
<div class="footer-overlap-wrap only new div-block-7 uni">
<div class="curved-bg-wrap"></div>
<div class="footer home">
<div class="container">
<div class="footer-bottom-wrap">
<div class="footer-flex-wrap first">
<a href="terms-of-use.html" class="footer-link light">Terms of Use</a>
<a href="privacy-policy.html" class="footer-link light">Privacy Policy</a>
</div>
<div class="legal">© 2022 All right reserved.</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5feafddcfdc9586136abef4c" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>