forked from Vogeltak/startpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (101 loc) · 5.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A minimalistic start page for your browser">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Startpage</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel="stylesheet">
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.1/material.grey-blue.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="mdl-layout__container">
<div class="mdl-layout mdl-js-layout">
<main class="mdl-layout__content">
<div class="mdl-grid content">
<!-- padder -->
<div class="mdl-cell mdl-cell--4-col mdl-cell--1-col-tablet mdl-cell--hide-phone"></div>
<!--
Search widget
for searching on ddg
-->
<div class="search-widget mdl-card mdl-shadow--6dp demo-card-wide mdl-cell mdl-cell--4-col mdl-cell--6-col-tablet mdl-cell--12-col-phone">
<div class="mdl-card__title mdl-color--red">
<i class="material-icons mdl-color-text--white" id="search-icon">search</i>
<h2 class="mdl-card__title-text mdl-color-text--white">Duckduckgo</h2>
</div>
<div class="mdl-card__supporting-text">
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="text" id="search" />
<label class="mdl-textfield__label" for="search">Search...</label>
</div>
</div>
<div class="mdl-cared__menu">
<a class="mdl-button mdl-color-text--red-800 mdl-js-button mdl-js-ripple-effect" id="button-search">
Search
</a>
</div>
</div>
<!-- padder -->
<div class="mdl-cell mdl-cell--4-col mdl-cell--1-col-tablet mdl-cell--hide-phone"></div>
<!-- padder -->
<div class="mdl-cell mdl-cell--1-col mdl-cell--hide-tablet mdl-cel--hide-phone"></div>
<div class="links mdl-card mdl-shadow--6dp mdl-color--grey-300 mdl-cell mdl-cell--2-col mdl-cell--4-col-tablet mdl-cell--8-col-phone">
<div class="mdl-card__title mdl-color--purple">
<h4 class="mdl-card__title-text mdl-color-text--grey-50">Code</h4>
</div>
<div class="mdl-card__supporting-text mdl-color-text--grey-900">
<a href="https://wiki.archlinux.org" class="link mdl-button">Arch Wiki</a>
<a href="https://github.com/" class="link mdl-button">Github</a>
</div>
</div>
<div class="links mdl-card mdl-shadow--6dp mdl-color--grey-300 mdl-cell mdl-cell--2-col mdl-cell--4-col-tablet mdl-cell--8-col-phone">
<div class="mdl-card__title mdl-color--pink">
<h4 class="mdl-card__title-text mdl-color-text--grey-50">MTG</h4>
</div>
<div class="mdl-card__supporting-text mdl-color-text--grey-900">
<a href="http://www.mtgsalvation.com/forums/the-game/modern/tier-1-modern/219590-affinity?page=500" class="link mdl-button">Affinity</a>
<a href="https://www.channelfireball.com/articles/" class="link mdl-button">ChannelFireball</a>
<a href="http://www.gatheringmagic.com/" class="link mdl-button">GatheringMagic</a>
<a href="http://manadeprived.com" class="link mdl-button">Mana Deprived</a>
</div>
</div>
<div class="links mdl-card mdl-shadow--6dp mdl-color--grey-300 mdl-cell mdl-cell--2-col mdl-cell--4-col-tablet mdl-cell--8-col-phone">
<div class="mdl-card__title mdl-color--cyan">
<h4 class="mdl-card__title-text mdl-color-text--grey-50">News</h4>
</div>
<div class="mdl-card__supporting-text mdl-color-text--grey-900">
<a href="https://reddit.com" class="link mdl-button">Reddit</a>
<a href="https://twitter.com" class="link mdl-button">Twitter</a>
</div>
</div>
<div class="links mdl-card mdl-shadow--6dp mdl-color--grey-300 mdl-cell mdl-cell--2-col mdl-cell--4-col-tablet mdl-cell--8-col-phone">
<div class="mdl-card__title mdl-color--green">
<h4 class="mdl-card__title-text mdl-color-text--grey-50">MTG</h4>
</div>
<div class="mdl-card__supporting-text mdl-color-text--grey-900">
<a href="http://modernnexus.com/" class="link mdl-button">Modern Nexus</a>
<a href="https://www.mtggoldfish.com/" class="link mdl-button">MTGGoldfish</a>
<a href="http://www.starcitygames.com/" class="link mdl-button">Star City Games</a>
<a href="https://magic.wizards.com/en/articles" class="link mdl-button">WOTC</a>
</div>
</div>
<div class="links mdl-card mdl-shadow--6dp mdl-color--grey-300 mdl-cell mdl-cell--2-col mdl-cell--4-col-tablet mdl-cell--8-col-phone">
<div class="mdl-card__title mdl-color--orange">
<h4 class="mdl-card__title-text mdl-color-text--grey-50">Fun</h4>
</div>
<div class="mdl-card__supporting-text mdl-color-text--grey-900">
<a href="https://soundcloud.com/maximation-1/likes" class="link mdl-button">Soundcloud</a>
<a href="https://youtube.com" class="link mdl-button">Youtube</a>
</div>
</div>
</div>
</main>
</div>
</div>
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.1/material.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>