Skip to content

Commit 18c4cb1

Browse files
author
Remy Suen
committed
Move gh-pages content to master
Signed-off-by: Remy Suen <[email protected]>
1 parent 4914b7d commit 18c4cb1

File tree

6 files changed

+863
-1
lines changed

6 files changed

+863
-1
lines changed

flashcard.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<html>
22
<head>
3+
<script>
4+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
5+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
6+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
7+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
8+
9+
ga('create', 'UA-57159875-2', 'auto');
10+
ga('send', 'pageview');
11+
</script>
312
<meta http-equiv="Pragma" content="no-cache">
413
<meta http-equiv="Expires" content="-1">
514
<meta charset="utf-8" />
@@ -642,4 +651,4 @@
642651
</script>
643652

644653
</body>
645-
</html>
654+
</html>

index.html

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Zodiac by rcjsuen</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
11+
</head>
12+
<body>
13+
<section class="page-header">
14+
<h1 class="project-name"><image class="mobileHide" src="images/logo.png"></image><span class="mobileShow">Zodiac</span></h1>
15+
<h2 class="project-tagline">Zodiac is an application backed by HTML5 and JavaScript for studying English.</h2>
16+
<a href="https://github.com/rcjsuen/zodiac" class="btn">View on GitHub</a>
17+
<a href="https://github.com/rcjsuen/zodiac/zipball/master" class="btn">Download .zip</a>
18+
<a href="https://github.com/rcjsuen/zodiac/tarball/master" class="btn">Download .tar.gz</a>
19+
</section>
20+
21+
<section class="main-content">
22+
<h3>
23+
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h3>
24+
25+
<p>Zodiac was born when I realized just how hard it was for some of my students to spell out English words. Flashcards are portable but they cannot be easily shared. Zodiac provides a way for people to easily create and share flashcards due to the simple format of the input files.</p>
26+
27+
<h3>
28+
<a id="try" class="anchor" href="#try" aria-hidden="true"><span class="octicon octicon-link"></span></a>Try</h3>
29+
30+
<p>Interested in giving Zodiac a whirl? Click <a href="flashcard.html">here</a> to begin! Please note that Zodiac is currently only localized in Japanese.</p>
31+
32+
<h3>
33+
<a id="support-and-contact" class="anchor" href="#support-and-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support and Contact</h3>
34+
35+
<p>If you have any feedback, suggestions, or bugs to report about Zodiac, please contact <a href="https://github.com/rcjsuen" class="user-mention">@rcjsuen</a> or visit <a href="https://github.com/rcjsuen/zodiac">Zodiac's GitHub page</a>.</p>
36+
37+
<footer class="site-footer">
38+
<span class="site-footer-owner"><a href="https://github.com/rcjsuen/zodiac">Zodiac</a> is maintained by <a href="https://github.com/rcjsuen">rcjsuen</a>.</span>
39+
40+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
41+
</footer>
42+
43+
</section>
44+
45+
<script type="text/javascript">
46+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
47+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
48+
</script>
49+
<script type="text/javascript">
50+
try {
51+
var pageTracker = _gat._getTracker("UA-57159875-2");
52+
pageTracker._trackPageview();
53+
} catch(err) {}
54+
</script>
55+
56+
</body>
57+
</html>

params.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Zodiac","tagline":"Zodiac is an application backed by HTML5 and JavaScript for studying English.","body":"### About\r\nZodiac was born when I realized just how hard it was for some of my students to spell out English words. Flashcards are portable but they cannot be easily shared. Zodiac provides a way for people to easily create and share flashcards due to the simple format of the input files.\r\n\r\n### Support and Contact\r\nIf you have any feedback, suggestions, or bugs to report about Zodiac, please contact @rcjsuen or visit [Zodiac's GitHub page](https://github.com/rcjsuen/zodiac).\r\n","google":"UA-57159875-2","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/github-light.css

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
/*
2+
Copyright 2014 GitHub Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
*/
17+
18+
.pl-c /* comment */ {
19+
color: #969896;
20+
}
21+
22+
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
23+
.pl-s .pl-v /* string variable */ {
24+
color: #0086b3;
25+
}
26+
27+
.pl-e /* entity */,
28+
.pl-en /* entity.name */ {
29+
color: #795da3;
30+
}
31+
32+
.pl-s .pl-s1 /* string source */,
33+
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
34+
color: #333;
35+
}
36+
37+
.pl-ent /* entity.name.tag */ {
38+
color: #63a35c;
39+
}
40+
41+
.pl-k /* keyword, storage, storage.type */ {
42+
color: #a71d5d;
43+
}
44+
45+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
46+
.pl-s /* string */,
47+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
48+
.pl-sr /* string.regexp */,
49+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
50+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
51+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
52+
color: #183691;
53+
}
54+
55+
.pl-v /* variable */ {
56+
color: #ed6a43;
57+
}
58+
59+
.pl-id /* invalid.deprecated */ {
60+
color: #b52a1d;
61+
}
62+
63+
.pl-ii /* invalid.illegal */ {
64+
background-color: #b52a1d;
65+
color: #f8f8f8;
66+
}
67+
68+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
69+
color: #63a35c;
70+
font-weight: bold;
71+
}
72+
73+
.pl-ml /* markup.list */ {
74+
color: #693a17;
75+
}
76+
77+
.pl-mh /* markup.heading */,
78+
.pl-mh .pl-en /* markup.heading entity.name */,
79+
.pl-ms /* meta.separator */ {
80+
color: #1d3e81;
81+
font-weight: bold;
82+
}
83+
84+
.pl-mq /* markup.quote */ {
85+
color: #008080;
86+
}
87+
88+
.pl-mi /* markup.italic */ {
89+
color: #333;
90+
font-style: italic;
91+
}
92+
93+
.pl-mb /* markup.bold */ {
94+
color: #333;
95+
font-weight: bold;
96+
}
97+
98+
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
99+
background-color: #ffecec;
100+
color: #bd2c00;
101+
}
102+
103+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
104+
background-color: #eaffea;
105+
color: #55a532;
106+
}
107+
108+
.pl-mdr /* meta.diff.range */ {
109+
color: #795da3;
110+
font-weight: bold;
111+
}
112+
113+
.pl-mo /* meta.output */ {
114+
color: #1d3e81;
115+
}
116+

0 commit comments

Comments
 (0)