Skip to content

Commit

Permalink
#66 added title-bar icon
Browse files Browse the repository at this point in the history
there is no error for the website, i think having a basic icon which 
matches the theme of website looks cool.
  • Loading branch information
rahgurung committed Oct 29, 2018
1 parent 58eca38 commit 2fae91b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
Binary file added icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions problems.html
@@ -1,10 +1,11 @@
<!doctype html>

<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta charset='utf-8' />
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
<link rel="stylesheet" type="text/css" href="css/problems.css?version={VERSION}" />
<link rel="icon" type="image/png" href="icon.png"/>

<title>Interactive Vim tutorial - problems</title>

Expand Down Expand Up @@ -63,7 +64,7 @@
-->
<a class="bug_or_request" href="https://github.com/egaga/openvim/issues/new">Bugs</a>
</div>

<div class="screen_view active_context">
<div class="content">
<div class="statusbar">
Expand Down
4 changes: 3 additions & 1 deletion sandbox.html
@@ -1,9 +1,11 @@
<!doctype html>

<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta charset='utf-8' />
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
<link rel="icon" type="image/png" href="icon.png"/>

<title>Interactive Vim tutorial - sandbox</title>

<!-- GENERAL (mostly) -->
Expand Down
5 changes: 3 additions & 2 deletions tests.html
@@ -1,10 +1,12 @@
<!doctype html>

<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta charset='utf-8' />
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
<link rel="stylesheet" type="text/css" href="css/test.css?version={VERSION}" />
<link rel="icon" type="image/png" href="icon.png"/>

<title>Interactive Vim tutorial - testing</title>

<!-- GENERAL (mostly) -->
Expand Down Expand Up @@ -82,4 +84,3 @@ <h3>Tests</h3>
</div>
</body>
</html>

10 changes: 5 additions & 5 deletions tutorial.html
@@ -1,12 +1,13 @@
<!doctype html>

<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta charset='utf-8' />
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
<link rel="stylesheet" type="text/css" href="css/tutorial.css?version={VERSION}" />
<link rel="stylesheet" type="text/css" href="css/virtual_keyboard.css?version={VERSION}" />

<link rel="icon" type="image/png" href="icon.png"/>

<title>Interactive Vim tutorial</title>

<!-- GENERAL (mostly) -->
Expand Down Expand Up @@ -46,7 +47,7 @@
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1334187-4']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
Expand Down Expand Up @@ -78,7 +79,7 @@ <h3 class="info"></h3>
</div>

<div class="text editor"></div>

<div class="searchbar">
<span class="searchPrefix">/</span>
<span class="searchText"></span>
Expand All @@ -102,4 +103,3 @@ <h3 class="info"></h3>
</div>
</body>
</html>

9 changes: 5 additions & 4 deletions twosandboxes.html
@@ -1,9 +1,11 @@
<!doctype html>

<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta charset='utf-8' />
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
<link rel="icon" type="image/png" href="icon.png"/>

<title>Interactive Vim tutorial - two sandboxes</title>

<!-- GENERAL (mostly) -->
Expand Down Expand Up @@ -67,13 +69,13 @@ <h1>Sandbox #1</h1>
<div class="text editor">
Now it is plain that everything which is a subject of praise is praised for being of a certain kind and bearing a certain relation to something else:!LINE_BREAK!for instance, the just, and the valiant, and generally the good man.Aristotle
</div>

<div class="searchbar">
<span class="searchPrefix">/</span>
<span class="searchText"></span>
<span class="searchHelp">&lt;Enter to find&gt;</span>
</div>

<div style="clear: both;"></div>
</div>

Expand Down Expand Up @@ -119,4 +121,3 @@ <h4 class="context_pressed"></h4>
</div>
</body>
</html>

0 comments on commit 2fae91b

Please sign in to comment.