Skip to content

Commit

Permalink
big change made
Browse files Browse the repository at this point in the history
1. human friendly coding style
2. A new website.
3. Bigger text for full screen.
4. Bugs fixed, including a big one that may cause the focus settings to be useless.
5. Optimized.
  • Loading branch information
RoderickQiu committed Jan 23, 2020
1 parent 353655f commit 39ac6b9
Show file tree
Hide file tree
Showing 23 changed files with 620 additions and 999 deletions.
19 changes: 10 additions & 9 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,19 @@
class="fa fa-home" id="homepage"></i></a>&nbsp;&nbsp;
<a class="rest"
href="javascript:require('electron').shell.openExternal('https://github.com/RoderickQiu/wnr/')"><i
class="fa fa-github" id="ongithub"></i></a>&nbsp;&nbsp;
class="fa fa-github" id="on-github"></i></a>&nbsp;&nbsp;
<a class="rest"
href="javascript:require('electron').shell.openExternal('https://github.com/RoderickQiu/wnr/issues/')"><i
class="fa fa-exclamation-circle" id="issues"></i></a>
<script>
$('#homepage').attr('title', i18n.__('homepage'));
$('#ongithub').attr('title', i18n.__('ongithub'));
$('#on-github').attr('title', i18n.__('on-github'));
$('#issues').attr('title', i18n.__('issues'));
</script>
</p>
<p class="extreme-small text-muted">
&copy; 2019-2020 <a href="https://r-q.name/">Roderick Qiu</a>.
&copy; 2019-2020 <a
href="javascript:require('electron').shell.openExternal('https://r-q.name/')">Roderick Qiu</a>.
</p>
<p class="extreme-small">&nbsp;</p>
<p class="extreme-small">
Expand All @@ -61,15 +62,15 @@
</p>
<hr />
<p class="extreme-small text-muted">
<script>document.write(i18n.__('tip1'));</script>
<script>document.write(i18n.__('feedback-tip-part-1'));</script>
</p>
<p class="extreme-small text-muted">
<script>document.write(i18n.__('tip2'));</script>
<a href="mailto:[email protected]" id="emailto">
<script>$("#emailto").attr("title", i18n.__('emailto'));</script>
<script>document.write(i18n.__('tip3'));</script>
<script>document.write(i18n.__('feedback-tip-part-2'));</script>
<a href="mailto:[email protected]" id="email-to">
<script>$("#email-to").attr("title", i18n.__('email-to'));</script>
<script>document.write(i18n.__('feedback-tip-part-3'));</script>
</a>
<script>document.write(i18n.__('tip4'));</script>
<script>document.write(i18n.__('feedback-tip-part-4'));</script>
</p>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

14 changes: 0 additions & 14 deletions docs/acknoledgements.html

This file was deleted.

106 changes: 0 additions & 106 deletions docs/bangzhu.html

This file was deleted.

7 changes: 0 additions & 7 deletions docs/bootstrap.min.css

This file was deleted.

Binary file removed docs/favicon.ico
Binary file not shown.
107 changes: 0 additions & 107 deletions docs/help.html

This file was deleted.

50 changes: 0 additions & 50 deletions docs/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions docs/jquery-3.3.1.min.js

This file was deleted.

59 changes: 0 additions & 59 deletions docs/style.css

This file was deleted.

Loading

0 comments on commit 39ac6b9

Please sign in to comment.