-
Notifications
You must be signed in to change notification settings - Fork 7
/
startpage-boxes.html
158 lines (156 loc) · 4.89 KB
/
startpage-boxes.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
<!-- Save this HTML file and set it as your browser startpage e.g. -->
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="favicon.ico">
<meta charset="utf8">
<!--
.---------------.
/MMMMMMMdbMMMMMMMM\
/MMMMMMMdbMMMMMMMM\
/MMMMMMMdbMMMMMMMM\
/MMMMMMdbMMMMMMMM\
/MMMMMMdbMMMMMMM\
/MMMMMMbdMMMMMMM\
/MMMM MMMMMMMb dMMMMMMM. ,MM
/MMMM MMMMMMMMb dMMMMMMMM\ `MM
.MMMMMMMMMMMMMM` `\MMMMMMM.MMb
`MMMMMMMMMM´ `MMMMMMMb
`--------´ `------´
https://github.com/jltk/startpages
-->
<title>
フロントページ
</title>
<meta name="viewport" content="initial-scale=1, width=device-width, maximum-scale=1, minimum-scale=1.0, user-scalable=no">
<!-- remove comment to display clock <script type="text/javascript">
function getTime(){
var t=new Date(),nhour=t.getHours(),nmin=t.getMinutes();
if(nmin<=9) nmin="0"+nmin;
document.getElementById('clock').innerHTML=""+nhour+":"+nmin+"";
}
window.onload=function(){
getTime();
setInterval(getTime,1000);
}
</script>-->
<style>
body {
width: 100%;
min-height: 100vh;
/* uncomment next line and link an image file to use a bg image */
/*background-image: url('https://my.mixtape.moe/kyajro.jpg');*/
background-color: #D06293;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
font-family: 'Helvetica', sans-serif;
margin: 0;
padding: 0;
}
.wrapper {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
min-height: 100vh;
width: 100%;
}
.box-item {
margin: 14px;
width: 240px;
text-align: center;
}
.item-heading {
border-top: 6px solid rgba(159,23,73,0.1);
border-right: 6px solid rgba(159,23,73,0.1);
border-left: 6px solid rgba(159,23,73,0.1);
height: 55px;
line-height: 54px;
background: rgba(228,231,236,0.6);
font-weight: 900;
color: #FBEDD3;
font-size: 1.4em;
}
ul {
background: rgba(42,54,59, 0.6);
border: 6px solid rgba(159,23,73,0.1);
padding: 20px 0px 20px 0px;
margin: 0;
min-height: 230px;
}
li {
padding: 14px 0;
font-size: 1em;
font-weight: normal;
list-style: none;
}
li a, a:link, a:visited, a:focus {
color: white;
text-decoration: none;
cursor: pointer;
}
li a:hover {
color: #F67B97;
cursor: pointer;
font-weight: 700;
text-decoration: none;
}
#clock {
position: fixed;
font-family: 'Verdana', sans-serif;
bottom: 10px;
right: 10px;
font-size: .62em;
color: #cb7ea4;
}
</style>
</head>
<body>
<base target="_blank"> <!-- lets all links open in a new window -->
<div class="wrapper">
<div class="box-item">
<div class="item-heading">タイム</div>
<ul>
<li><a href="https://boards.4chan.org/g/">/g/</a> <a href="https://boards.4chan.org/gd/">/gd/</a> <a href="https://boards.4chan.org/biz/">/biz/</a></li>
<li><a href="https://facebook.com">フェイスブック</a></li>
<li><a href="https://reddit.com">Reddit</a></li>
<li><a href="https://youtube.com">YouTube</a></li>
<li><a href="https://twitch.tv/directory/following">Twitch</a></li>
</ul>
</div>
<div class="box-item">
<div class="item-heading">ワーク</div>
<ul>
<li><a href="https://github.com">Github</a></li>
<li><a href="https://www.smashingmagazine.com/">Smashing Magazine</a></li>
<li><a href="https://css-tricks.com">CSS Tricks</a></li>
<li><a href="https://developers.google.com">GoogleDev</a></li>
<li><a href="https://developer.mozilla.com">MDN</a></li>
</ul>
</div>
<div class="box-item">
<div class="item-heading">ツール</div>
<ul>
<li><a href="https://distrowatch.com">DistroWatch</a></li>
<li><a href="https://trello.com">Trello</a></li>
<li><a href="https://kat.how">やっつける</a></li>
<li><a href="https://gmail.com">Gmail</a></li>
<li><a href="https://translate.google.com">Translate</a></li>
</ul>
</div>
<div class="box-item">
<div class="item-heading">タイム</div>
<ul>
<li><a href="https://twitter.com">ツイッター</a></li>
<li><a href="https://linkedin.com">LinkedIn</a></li>
<li><a href="https://behance.net">Béhance</a></li>
<li><a href="https://uplabs.com">Uplabs</a></li>
<li><a href="https://dribbble.com">Dribbble</a></li>
</ul>
</div>
</div>
<!-- uncomment next line to display clock -->
<!--<div id="clock"></div>-->
</body>
</html>