Skip to content

Commit

Permalink
Fix http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
egaga committed Aug 16, 2024
1 parent 37386e7 commit 9daf3e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions development.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div class="header">
<h1>Open Vim</h1>
<h3>Collection of <a class="external_link" href="http://www.vim.org/">Vim</a> learning tools</h3>
<h3>Collection of Vim learning tools</h3>
</div>

<div class="cloud">
Expand All @@ -29,9 +29,9 @@ <h3>Collection of <a class="external_link" href="http://www.vim.org/">Vim</a> le

<div class="personal">
<table>
<tr><td class="copyright">Copyright</td><td><a href="http://egaga.fi">Henrik Huttunen</a></td></tr>
<tr><td class="copyright">Copyright</td><td><a href="https://egaga.fi">Henrik Huttunen</a></td></tr>
<tr><td class="contact">Contact</td><td><a href="mailto:henrik.huttunen@gmail.com">henrik.huttunen@gmail.com</a></td></tr>
<tr><td class="support">I work at</td><td><a href="http://www.evident.fi">Evident Solutions</a></td></tr>
<tr><td class="support">I work at</td><td><a href="https://www.evident.fi">Evident Solutions</a></td></tr>
</table>
</div>

Expand All @@ -43,7 +43,7 @@ <h3>Ideas to be realized</h3>
<li>Browser extension, attaching Vim to textarea</li>
<li>Vim hero: complete vim-tasks as quickly as possible</li>
<li>Documentation on the web; partly executable</li>
<li>Vim tasks: column based tasklist like http://www.trello.com but with vim commands</li>
<li>Vim tasks: column based tasklist like https://www.trello.com but with vim commands</li>
<li>Vim tetris, movement is faster using powerful commands</li>
</ul>
</div>
Expand Down
3 changes: 1 addition & 2 deletions problems.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>Interactive Vim tutorial - problems</title>

<!-- GENERAL (mostly) -->
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js”></script>
<script src=https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js”></script>
<!--
<script type="text/Javascript" src="js/jquery.js"></script>
-->
Expand All @@ -31,7 +31,6 @@
<script type="text/Javascript" src="js/view/event.js?version={VERSION}"></script>
<script type="text/Javascript" src="js/problems/init_problems.js?version={VERSION}"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
init_problems();
Expand Down
1 change: 0 additions & 1 deletion tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
- documentation could be hosted on a site. two column panel would have the documentable item on the left and on the right there could be live demo how it works
- vimtask: column based tasklist like trello.com but with vim commands
- vim dropping paragraphs, tetrislike, action takes time, so faster with 2d
http://twitter.github.com/bootstrap

0 comments on commit 9daf3e0

Please sign in to comment.