diff --git a/README.md b/README.md index 2b1f077..04ef3cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Meganekko +# Meganekko # Meganekko was a flash card program that I wrote to assist me with my study of the Japanese language. It was based on the principles of the [Leitner system](http://en.wikipedia.org/wiki/Leitner_system) and took advantage of @@ -10,10 +10,10 @@ discovered [Anki](http://ankisrs.net/), a much more mature and feature-rich appl The full [source code](https://github.com/FooSoft/meganekko/) is available on my GitHub page. Below are some screenshots of the application running on Linux. -## Screenshots +## Screenshots ## -![](http://foosoft.net/projects/meganekko/img/main.png) - -![](http://foosoft.net/projects/meganekko/img/editor.png) - -![](http://foosoft.net/projects/meganekko/img/review.png) +[![Main window](img/main-thumb.png)](img/main.png) +[![Card editor](img/editor-thumb.png)](img/editor.png) +[![Options dialog](img/options-thumb.png)](img/options.png) +[![Flash card question](img/review1-thumb.png)](img/review1.png) +[![Flash card answer](img/review2-thumb.png)](img/review2.png) diff --git a/img/editor-thumb.png b/img/editor-thumb.png new file mode 100644 index 0000000..95f479e Binary files /dev/null and b/img/editor-thumb.png differ diff --git a/img/editor.png b/img/editor.png new file mode 100644 index 0000000..2a406c7 Binary files /dev/null and b/img/editor.png differ diff --git a/img/main-thumb.png b/img/main-thumb.png new file mode 100644 index 0000000..40198ae Binary files /dev/null and b/img/main-thumb.png differ diff --git a/img/main.png b/img/main.png new file mode 100644 index 0000000..d01b9fc Binary files /dev/null and b/img/main.png differ diff --git a/img/options-thumb.png b/img/options-thumb.png new file mode 100644 index 0000000..93e3cd4 Binary files /dev/null and b/img/options-thumb.png differ diff --git a/img/options.png b/img/options.png new file mode 100644 index 0000000..47e00e0 Binary files /dev/null and b/img/options.png differ diff --git a/img/review1-thumb.png b/img/review1-thumb.png new file mode 100644 index 0000000..eba5f7c Binary files /dev/null and b/img/review1-thumb.png differ diff --git a/img/review1.png b/img/review1.png new file mode 100644 index 0000000..a33f2a9 Binary files /dev/null and b/img/review1.png differ diff --git a/img/review2-thumb.png b/img/review2-thumb.png new file mode 100644 index 0000000..c6131d2 Binary files /dev/null and b/img/review2-thumb.png differ diff --git a/img/review2.png b/img/review2.png new file mode 100644 index 0000000..c7ff8ce Binary files /dev/null and b/img/review2.png differ