-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
252 lines (230 loc) · 9.84 KB
/
index.html
File metadata and controls
252 lines (230 loc) · 9.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89746100-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-89746100-2');
</script>
<script>
/**
* Function that tracks a click on an outbound link in Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label. Setting the transport method to 'beacon' lets the hit be sent
* using 'navigator.sendBeacon' in browser that support it.
*/
var trackOutboundLink = function(url) {
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': url,
'transport_type': 'beacon',
'event_callback': function(){document.location = url;}
});
}
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="SummApp project website">
<meta name="author" content="Eduard Čuba">
<title>SummApp</title>
<link rel="icon" type="image/png" href="favicon.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="device-mockups/device-mockups.min.css">
<!-- Custom styles for this template -->
<link href="css/new-age.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">SummApp</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features">How it works</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#download">Download</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#us">About us</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead" id="home">
<div class="container h-100">
<div class="row h-100">
<div class="col-lg-7 my-auto">
<div class="header-content mx-auto">
<h1 class="mb-5">Your calls, organised.</h1>
<a href="#features" class="btn btn-outline btn-xl js-scroll-trigger">How it works</a>
</div>
</div>
<div class="col-lg-5 my-auto">
<div class="device-container">
<div class="device-mockup galaxy_s5 portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<img src="img/intro.gif" class="img-fluid" alt="">
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="features" id="features">
<div class="container">
<div class="section-heading text-center">
<h2>It's simple.</h2>
<p class="text-muted">
SummApp processes your calls into a neat collection of extracted information and suggested actions that you can view, edit, search for and share.
</p>
</div>
<div class="row">
<div class="col-lg-4 my-auto">
<div class="device-container">
<img src="img/call-activity.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-8 my-auto">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-call-out text-primary"></i>
<h3>Make a call</h3>
<p class="text-muted">Simply call someone or answer a call</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-briefcase text-primary"></i>
<h3>Talk about your business</h3>
<p class="text-muted">Share relevant data with others</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-list text-primary"></i>
<h3>Get the summary</h3>
<p class="text-muted">After the call, you will see the extracted information and suggested actions</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-event text-primary"></i>
<h3>Create an event</h3>
<p class="text-muted">From the summary, you can add an event with all relevant information to your calendar, share it or invoke other actions</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="download bg-primary text-center" id="download">
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto">
<h2 class="section-heading">Discover the simplicity!</h2>
<p class="text-muted-bg">Get our beta</p>
<div class="badges">
<a class="badge-link" href="/beta" onclick="trackOutboundLink('https://summapp.io/beta'); return false;">
<img src="img/google-play-badge.svg" alt="">
</a>
<!--a class="badge-link" href="#"><img src="img/app-store-badge.svg" alt=""></a-->
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="us"> <!-- bg-primary -->
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto">
<h2 class="section-heading">Our story</h2>
<p>
We started the Treecio team as three vigorous students.
Enrolled at Hackprague 2017, eager to get some skills and meet peers.
Created SummApp prototype in 24 hours, placed 2nd, and kept going.
Our current team has 6 members.
</p>
<!--a href="us.html#story" class="btn btn-fill btn-xl js-scroll-trigger">Meet our team</a-->
</div>
</div>
<div>
<ul class="list-inline list-social" style="margin-top: 10px;">
<!--li class="list-inline-item social-twitter">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li-->
<li class="list-inline-item social-facebook">
<a href="https://www.facebook.com/SummApp/" onclick="trackOutboundLink('https://www.facebook.com/SummApp/'); return false;">
<i class="fa fa-facebook"></i>
</a>
</li>
<!--li class="list-inline-item social-google-plus">
<a href="#">
<i class="fa fa-google-plus"></i>
</a>
</li-->
</ul>
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2017 SumApp. All Rights Reserved.</p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="legal.html" onclick="trackOutboundLink('https://summapp.io/legal.html'); return false;">Privacy</a>
</li>
<!--li class="list-inline-item">
<a href="legal.html#terms">Terms</a>
</li>
<li class="list-inline-item">
<a href="legal.html#faq">FAQ</a>
</li-->
</ul>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/new-age.min.js"></script>
</body>
</html>