-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
187 lines (162 loc) · 6.22 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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>jott.ly - a cloud based collaborative writing platform</title>
<meta name="description" content="cloud based collaborative writing platform">
<meta name="author" content="divraj jain">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<link href='http://fonts.googleapis.com/css?family=Bree+Serif' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<div id="header">
<div class="container">
<header class="sixteen columns">
<h1 class="logo">
<a href="#"><img src="./images/logo.png"></a>
</h1>
<nav>
<ul>
<li class="selected"><a href="#">Home</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Login</a></li>
</ul>
</nav>
</header>
<div id="marketing" class="sixteen columns offset-by-three">
<h1>Share content fast and easily</h1>
<h3>A simple cloud based collaborative writing platform.</h3>
<div class="ten columns">
<script>
function alertMe(){
alert("Thanks for signing up !");
}
</script>
<form action="">
<input type="text" value="email" />
<button type="button" onclick="alertMe();"> Free Sign Up</button>
</form>
</div>
</div>
</div>
</div>
<div id="benefits" class="container">
<div class="one-third column">
<img src="./images/feature1.png" />
<h4>Markdown Formatting</h4>
<p>Style and format text without lifting your hands off the keyboard.</p>
</div>
<div class="one-third column">
<img src="./images/feature2.png" />
<h4>Realtime Sharing</h4>
<p>Collaborate and write with others in realtime.</p>
</div>
<div class="one-third column">
<img src="./images/feature3.png" />
<h4>Version Control</h4>
<p>Compare and refer to previous saved versions instantly. </p>
</div>
</div>
<div id="screengrab" >
<div class="container" >
<h3>Edit and write in your browser , without Distractions.</h3>
<img src="./images/screenshot.png" />
</div>
</div>
<div id="testimonials">
<div class="container">
<h3>People love jott.ly.</h3>
<div class="eight columns">
<ul>
<li><a href="#"><img src="./images/tn1.png"></a>
<a href="#"><img src="./images/tweet1.png"></a></li>
<li><a href="#"><img src="./images/tn2.png"></a>
<a href="#"><img src="./images/tweet2.png"></li>
<li><a href="#"><img src="./images/tn3.png"></a>
<a href="#"><img src="./images/tweet3.png"></li>
</ul>
</div>
<div class="eight columns">
<ul>
<li><a href="#"><img src="./images/tn4.png"></a></li>
<br>
<br>
<li><a href="#"><img src="./images/tweet4.png"></li>
<ul>
</div>
</div>
</div>
<div id="convert" class ="container">
<div class ="sixteen columns">
<h3>Try jott.ly today for free</h3>
</div>
<div class="six columns offset-by-five">
<button type="button" onclick="myFunction();">Start Writing Better</button>
</div>
</div>
<div id="footer">
<div class="container">
<div class="two columns">
<h1 class="logo">
<a href="#"><img src="./images/logo-footer.png"></a>
</h1>
<p style="color:#ffcc00;" >Crafted in Mumbai</p>
</div>
<div class="two columns offset-by-two">
<nav>
<ul>
<li><a style="color:#ffcc00;" href="#">ABOUT</a></li>
<li><a href="#">pricing</a></li>
<li><a href="#">blog</a></li>
</ul>
</nav>
</div>
<div class="two columns offset-by-one">
<nav>
<ul>
<li><a style="color:#ffcc00;" href="#">SUPPORT</a></li>
<li><a href="#">help</a></li>
<li><a href="#">contact</a></li>
</ul>
</nav>
</div>
<div class="two columns offset-by-one">
<nav>
<ul>
<li><a style="color:#ffcc00;" href="#">GET STARTED</a></li>
<li><a href="#">markdown</a></li>
<li><a href="#">jott.ly basics</a></li>
</ul>
</nav>
</div>
<div id="social" class="two columns offset-by-two">
<a href="#"><img src="./images/f.png"></a>
<a href="#"><img src="./images/t.png"></a>
</div>
</div>
</div>
</body>
</html>