Skip to content

Commit ee7ec9e

Browse files
committed
upload logo and screenshots
1 parent ff7e238 commit ee7ec9e

File tree

11 files changed

+137
-5
lines changed

11 files changed

+137
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

icon.png

12.9 KB
Loading

logotitle.png

44.6 KB
Loading

popup.css

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,101 @@ body {
22
width: 400px;
33
}
44

5+
p {
6+
margin: 0 auto;
7+
text-align: center;
8+
max-width: 350px;
9+
}
10+
/* JAPANESE --------------------------------- */
11+
12+
.circle {
13+
position: fixed;
14+
border-radius: 50%;
15+
width: 320px;
16+
height: 320px;
17+
margin-top: 4vh;
18+
align-items: center;
19+
margin-left: 8vh;
20+
background-color: #F3D3EA;
21+
z-index: -1;
22+
}
23+
24+
.format {
25+
font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
26+
z-index: 1;
27+
}
28+
.romaji {
29+
margin-top: 4vh;
30+
font-weight: 100;
31+
font-size: 60px;
32+
z-index: 1;
33+
}
34+
35+
.kanjiclass {
36+
position: relative;
37+
margin-top: -10vh;
38+
}
39+
40+
.kanji {
41+
text-align: center;
42+
font-size: 50px;
43+
font-weight: 700;
44+
}
45+
46+
.kanaclass {
47+
position: relative;
48+
padding-top: 1vh;
49+
font-family:
50+
}
51+
52+
.hiragana {
53+
font-weight: 100;
54+
font-size: 20px;
55+
margin-right: 10px;
56+
}
57+
58+
.dot {
59+
align-items: center;
60+
}
61+
62+
.katakana {
63+
padding-top: 2vh;
64+
font-weight: 100;
65+
font-size: 20px;
66+
position:relative;
67+
text-align: center;
68+
margin-left: 10px;
69+
}
70+
71+
.pos {
72+
font-weight: 100;
73+
font-size: 15px;
74+
position:relative;
75+
text-align: center;
76+
font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
77+
78+
}
79+
80+
.pronounciation_pos {
81+
color:#8c8c8c;
82+
position:relative;
83+
margin: 0 auto;
84+
padding-top: 1vh;
85+
}
86+
87+
.definition {
88+
font-size: 30px;
89+
margin: 0;
90+
padding: 0;
91+
margin-top: 1vh;
92+
width: 90vw;
93+
margin-left: auto;
94+
margin-right: auto;
95+
z-index: 1;
96+
font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
97+
}
98+
99+
5100
.link {
6101
outline:none;
7102
}

popup.html

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,50 @@
22
<html>
33
<head>
44
<link rel="stylesheet" href="popup.css">
5-
<title>Japanese Refresher</title>
5+
<title>JapTab</title>
66
<script src="popup.js"></script>
77

88
</head>
99
<body>
10-
<p>Learn Japanese by receiving randomized words with their kanji, hiragana, romaji and english definition with every click of a new tab!</p>
11-
<p>Thank you so much for using JapTab! Learn more about the developer by going <a class="link" href="http://anupya.com" target="_blank">here</a> :)</p>
10+
11+
<p>
12+
Learn Japanese by receiving a random word with its romaji, kanji, hiragana, katakana and english definition with every click of a new tab!
13+
</p>
14+
15+
<div class="circle"></div><br><br><br>
16+
<div class="format" style="text-align:center;">
17+
<h1 class="romaji" id="romaji">romaji</h1>
18+
<div>
19+
20+
<div class = "kanjiclass">
21+
<a class="kanji" id="kanji">kanji</a>
22+
</div>
23+
24+
<div class = "kanaclass">
25+
<a class="hiragana" id="hiragana">hiragana</a>
26+
<a class="dot"> . </a>
27+
<a class="katakana" id="katakana">katakana</a>
28+
</div>
29+
30+
<div class = "katakanaclass">
31+
32+
</div>
33+
34+
<p class="definition" id="definition">definition</p>
35+
36+
<div class = "pronounciation_pos">
37+
<a class="pos" id="part of speech">(part of speech)</a>
38+
</div>
39+
</div>
40+
41+
</div>
42+
43+
<br><br><br>
44+
<p>
45+
Thank you so much for using JapTab! <br>
46+
Learn more about the developer by going <a class="link" href="http://anupya.com" target="_blank">here</a> :) <br><br>
47+
<a class="link" href="http://github.com/Anupya/JapTab/issues/new" target="_blank">Any issues?</a>
48+
</p>
1249

1350

1451
</body>

screenshot1.png

288 KB
Loading

screenshot2.png

304 KB
Loading

screenshot3.png

299 KB
Loading

screenshot4.png

284 KB
Loading

screenshot5.png

390 KB
Loading

0 commit comments

Comments
 (0)