forked from lithis/drdru.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
179 lines (113 loc) · 3.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<!-- https://nipponcolors.com/#umenezumi -->
<link rel="stylesheet" type="text/css" href="./single_page_book.css">
<meta name="viewport" content="width=420">
<style>
body {
background-color: lightblue;
font-size: 250%;
margin-left : 10%;
/* margin-right : 10%;*/
}
a {
color: black;
text-decoration: none;
font-weight: bold;
}
.logo {
text-align: center;
background-color: white;
border:4px;
border-style:solid;
padding: 20px;
border-radius: 25px;
font-weight: bold;
width: 300px;
}
.start_link {
text-align: center;
background-color: white;
border:4px;
border-style:solid;
padding: 15px 50px 15px 50px;
border-radius: 25px;
font-weight: bold;
width: 300px;
margin-bottom: 3px;
}
.bg_col {
color: lightblue;
}
.hp_button {
padding: 15px 0px 15px 0px;
width: 400px;
margin-bottom: 15px;
}
.hp_button2 {
padding: 15px 0px 15px 0px;
width: 400px;
margin-bottom: 0px;
}
.more_links{
font-size: 70%;
display: inline-block;
}
.hp_button3 {
width: 400px;
text-align: center;
font-size: 40%;
font-weight: bold;
}
</style>
</head>
<body>
<div class="page" ">
<div class="logo hp_button">DrDru's Lab</div>
<div class="hp_button2" style="text-align: center;">
🤓
<br>
ようこそ!
</div>
<div class="hp_button" style="font-size: 70%; text-align: center; font-weight: bold;"> Learn Japanese with Comprehensible Input </div>
<a href="./stories/intro.html"><div class="start_link" style="font-size: 65%;"> Read Japanese from Day 1 </div></a>
<div class="hp_button3" style="margin-bottom: 15px">
A Lingue Latina Per Se Illustrata inspired online book
</div>
<a href="./twc.html"><div class="start_link" style="font-size: 65%;"> The Tile World Chronicles </div></a>
<div class="hp_button3" style="margin-bottom: 15px" >
A Final Fantasy VI inspired webcomic (N4 to N3)
</div>
<a href="https://tapas.io/series/AinoloniA-Return-to-Parascythe-Japanese/info"><div class="start_link" style="font-size: 70%";> Return to Parascythe </div></a>
<!--<div class="hp_button" style="font-size: 70%; text-align: center; font-weight: bold;"> More </div>-->
<div class="hp_button3">
A Cyberpunk comic book in Easy Japanese (N4+)
</div>
<div style="padding: 15px 0px 15px 0px;
width: 400px; text-align: center;">
<a href="./about.html"><div class="more_links"> About </div></a> |
<a href="./blog/content.html"><div class="more_links"> Blog </div></a> |
<a href="./lab.html"><div class="more_links"> Links </div></a>
</div>
<div class="hp_button" style="text-align: center;">
<!-- Geekring widget #3 - 88x31 px banner by wirlaburla -->
<map name="badge-geekring">
<area shape="rect" coords="4,3,13,28" href="http://geekring.net/site/NUMBER/previous" alt="Previous">
<area shape="rect" coords="13,3,22,28" href="http://geekring.net/site/NUMBER/random" alt="Random">
<area shape="rect" coords="76,3,84,28" href="http://geekring.net/site/NUMBER/next" alt="Next">
<area shape="rect" coords="23,3,63,28" href="https://geekring.net/" alt="Geekring">
</map>
<img usemap="#badge-geekring" src="http://geekring.net/banner/geek_2.gif" alt="The Geekring">
<br>
<script type="text/javascript" src="//counter.websiteout.net/js/7/0/0/0"></script></div>
</div>
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script>
twemoji.parse(
document.body,
{ base: 'https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/' }
)
</script>
</body>