-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (108 loc) · 5.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Start Clean: Minimal New Tab Page</title>
<meta name="description" content="Open a new tab page that does what you want, and nothing else.">
<meta name="author" content="Robert">
<meta name="google-site-verification" content="OMHK7hrjBOxEpAx1k0EynxcO_DuykI7LXQSWaC68Grs" />
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section hero">
<div class="container">
<div class="row">
<div class="four columns">
<h4 class="hero-heading">Open a new tab page that does what you want, and nothing else.</h4>
<a class="button button-primary" href="https://chrome.google.com/webstore/detail/start-clean-new-tab-page/oaaiopdkhehimlfmjjljfaaofohdpogd">Start Clean New Tab for Chrome</a>
</div>
<div class="eight columns">
<img id="heroimage" src="images/laptopnew.png" >
</div>
</div>
</div>
</div>
<div class="section values">
<div class="container">
<div class="row">
<div class="three columns value">
<h2 class="value-multiplier">18%</h2>
<h5 class="value-heading">Chrome Apps List</h5>
<p class="value-description">See a list of your downloaded chrome apps, and quick launch anything right from the page.</p>
</div>
<div class="three columns value">
<h2 class="value-multiplier">12%</h2>
<h5 class="value-heading">Top Visited Sites</h5>
<p class="value-description">Access for your most frequest sites, with easy access to your most used content.</p>
</div>
<div class="three columns value">
<h2 class="value-multiplier">50%</h2>
<h5 class="value-heading">User Defined links</h5>
<p class="value-description">You choose: as many links as you want to your favorite sites. Drag & drop to reorder.</p>
</div>
<div class="three columns value">
<h2 class="value-multiplier">20%</h2>
<h5 class="value-heading">Powerful Search Bar</h5>
<p class="value-description">Choose the engine to power it, and use autocomplete as you type powered by duckduckgo.</p>
</div>
</div>
</div>
</div>
<div class="section">
<div id="screenshot">
<h3 class="section-heading">Your startpage should be beautiful</h3>
<div class="row">
<div class="column category">
<img class="u-max-full-width" src="images/screenshot.png">
</div>
</div>
</div>
</div>
<div class="section categories">
<div class="container">
<h3 class="section-heading">It's your computer, after all</h3>
<p class="section-description">Start Clean can be customized easily on the options page. You can disable apps & top visited, change column names, change the search, and change the bar placement.</p>
<div class="row">
<div class="column category">
<img class="u-max-full-width" src="images/options.png">
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<h3 class="section-heading">Powerful Autocomplete</h3>
<p class="section-description">Start clean has fast autocomplete powered by duckduckgo and wikipedia. <br /> In addition to online search, chrome will find your most searched terms.</p>
<div class="row">
<div class="column category">
<img class="u-max-full-width" src="images/autocomplete.png">
</div>
</div>
</div>
</div>
<div class="section categories get-help">
<div class="container">
<h3 class="section-heading">Open Source start page</h3>
<p class="section-description">Start Clean New Tab Page is completely open source and free. <br /> Making a firefox version, fixing bugs, or adding features? Forks are welcome.</p>
<a class="button button-primary" href="https://github.com/startclean">Fork all the Githubs</a>
</div>
</div>
</body>
</html>