-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (98 loc) · 4.72 KB
/
index.html
File metadata and controls
112 lines (98 loc) · 4.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>IP Phone - SIP softphone for Windows</title>
<meta name="description" content="IP Phone is an implementation of SIP softphone for Windows">
<meta name="author" content="Alex Yevtushenko">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/complementory.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/icon" href="favicon.ico">
</head>
<body>
<header class="sticky">
<a href="https://github.com/ipphone/core" target="_blank">
<img id="forkme_github" src="images/forkme-github.png" alt="Fork me on GitHub">
</a>
</header>
<div class="section hero">
<div class="container">
<div class="row">
<div class="one-half column">
<h4 class="hero-heading">Start with simple scenarios. Integrate with your ecosystem.</h4>
<a class="button button-primary" href="https://github.com/ipphone/core/releases/latest">Download latest</a>
</div>
<div class="one-half column phones">
<img class="phone" src="images/ipphone-04_final-08.png">
<img class="phone" src="images/ipphone-04_final-08.png">
</div>
</div>
</div>
</div>
<div class="section values">
<div class="container">
<div class="row">
<div class="one-third column value">
<h2 class="value-multiplier">78%</h2>
<h5 class="value-heading">Purchase Increase</h5>
<p class="value-description">Percentage of users that shared positive feedback.</p>
</div>
<div class="one-third column value">
<h2 class="value-multiplier">90%</h2>
<h5 class="value-heading">Core Functionality</h5>
<p class="value-description">Most of the features available out of the box.</p>
</div>
<div class="one-third column value">
<h2 class="value-multiplier">1%</h2>
<h5 class="value-heading">Sad Users</h5>
<p class="value-description">Percentage of unsatisfied users.</p>
</div>
</div>
</div>
</div>
<div class="section get-help">
<div class="container">
<h3 class="section-heading">Need help getting started?</h3>
<p class="section-description">Skeleton is an amazingly easy place to start with responsive development. If you want to learn more, just visit the documentation!</p>
<a class="button button-primary" href="http://getskeleton.com">View Skeleton Docs</a>
</div>
</div>
<div class="section categories">
<div class="container">
<h3 class="section-heading">Responsive Images</h3>
<p class="section-description">Skeleton images sit easily in grid with .u-max-full-width class. I suggest exploring solution to serving different images based on device size.</p>
<div class="row">
<div class="one-half column category">
<img class="u-max-full-width" src="images/ipphone-04_final-08.png">
</div>
<div class="one-half column category">
<img class="u-max-full-width" src="images/ipphone-04_final-08.png">
</div>
</div>
</div>
</div>
<div class="section hero">
<div class="container">
<div class="row">
<h1>ContactPoint IP Phone</h1>
ContactPoint IP Phone is an implementation of SIP softphone for Windows
</div>
</div>
</div>
</body>