-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
109 lines (104 loc) · 6.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--CSS-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href='css/layout.css'>
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<title>△Home</title>
</head>
<body>
<div id='particles-js'> </div>
<div class="form">
<input id="searchbox" type="text" autocomplete="off" maxlength="100" placeholder="SEARCH" size="18" autofocus="autofocus" target="_blank">
</div>
<section id='cards'>
<div class="card" id="Ena">
<img src='images/ena.jpg' width='150px' height="150px">
<h1>Radio ♫</h1>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
無線
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
<a href='https://listen.moe' target='_blank'><button class="dropdown-item" type="button">Listen.moe ♪</button></a>
<a href='https://openings.moe' target='_blank'><button class="dropdown-item" type="button">Random Openings ♪</button></a>
</div>
</div>
</div>
<div class="card" id="Nadeshiko">
<img src='images/nadeshiko.png' width='150px' height="150px">
<h1>Social</h1>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
ソーシャル
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
<a href='https://www.youtube.com' target='_blank'><button class="dropdown-item" type="button">YouTube</button></a>
<a href='https://reddit.com' target='_blank'><button class="dropdown-item" type="button">Reddit</button></a>
<a href='https://twitter.com' target='_blank'><button class="dropdown-item" type="button">Twitter</button></a>
<a href='https://www.instagram.com' target='_blank'><button class="dropdown-item" type="button">Instagram</button></a>
</div>
</div>
</div>
<div class="card" id="Rin">
<img src='images/rin.jpg' width='150px' height="150px">
<h1>Anime</h1>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
アニメ
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
<a href='https://kissanime.ru' target='_blank'><button class="dropdown-item" type="button">KissAnime</button></a>
<a href='http://kissmanga.com' target='_blank'><button class="dropdown-item" type="button">KissManga</button></a>
<a href='https://myanimelist.net' target='_blank'><button class="dropdown-item" type="button">MyAnimeList</button></a>
<a href='https://konachan.net' target='_blank'><button class="dropdown-item" type="button">KonaChan</button></a>
</div>
</div>
</div>
<div class="card" id="Aoi">
<img src='images/aoi.jpg' width='150px' height="150px">
<h1>Develop</h1>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
プログラム
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
<a href='https://github.com' target='_blank'><button class="dropdown-item" type="button">Github</button></a>
<a href='https://codepen.io' target='_blank'><button class="dropdown-item" type="button">Codepen</button></a>
<a href='https://www.w3schools.com' target='_blank'><button class="dropdown-item" type="button">W3Schools</button></a>
<a href='https://stackoverflow.com' target='_blank'><button class="dropdown-item" type="button">Stack Overflow</button></a>
</div>
</div>
</div>
t
<div class="card" id="Chiaki">
<img src='images/chiaki.jpg' width='150px' height="150px">
<h1>Misc.</h1>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
雑多な
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
<a href='https://mail.google.com/mail/u/0/#inbox' target='_blank'><button class="dropdown-item" type="button">Gmail</button></a>
<a href='https://online-go.com' target='_blank'><button class="dropdown-item" type="button">Go</button></a>
<a href='https://palettegenerator.com' target='_blank'><button class="dropdown-item" type="button">Palette Generator</button></a>
</div>
</div>
</div>
</section>
<footer>github.com/Qnnie/YuruCamp-Startpage<span id='clock'></span><span id='date'></span></footer>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/clock.js"></script>
<script src="js/wallpaper.js"></script>
<script src="js/search.js"></script>
</body>
</html>