Skip to content

Commit

Permalink
Replaced simple images with images as links to make it easier to down…
Browse files Browse the repository at this point in the history
…load
  • Loading branch information
AdamCarroll committed Nov 16, 2018
1 parent f800212 commit dfd9b93
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _posts/2018-11-11-santulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ description: Santulator is now available for free download for Mac, Windows and
excerpt: Santulator is now available for free download for Mac, Windows and Linux. Using Santulator you can easily run Secret Santa present draws for your friends or work colleagues.
---
# Santulator
![Santulator](/assets/Santulator-Summary-Card.png){: .center-image }
[![Santulator](/assets/Santulator-Summary-Card.png){: .center-image }][Santulator Download]

I’m very pleased to announce the release of [Santulator], my new Open Source project. Using Santulator you can easily run Secret Santa present draws for your friends or work colleagues. As you run the whole draw on your own computer, there is no need to upload personal data to a random site on the internet. Santulator creates a personalised PDF file for each person who will be giving a present. For fun you can add a password to the file and help to keep the secret of the draw. You can find everything you need to know to get started including instructions for downloading and installing on the [Santulator website][Santulator].
![Santulator draw results](/assets/Santulator-Draw-Selection-Two-Cards.png){: .center-image }
![Santulator draw title](/assets/Santulator-Draw-Wizard-1.gif){: .center-image }
[![Santulator draw results](/assets/Santulator-Draw-Selection-Two-Cards.png){: .center-image }][Santulator Download]
[![Santulator draw title](/assets/Santulator-Draw-Wizard-1.gif){: .center-image }][Santulator Download]
Santulator is available for free and is Open Source software. All of the source code can be found on [GitHub]. Santulator is written in Java using JDK 11 and has a JavaFX ([OpenJFX 11][OpenJFX]) user interface. The software is packaged using the [Java Packager] which in turn uses JLink to build a cut-down JDK with just the modules required to run Santulator. This means you can use the self-contained installer for Mac, Linux or Windows and have everything you need to run the program without the need to install anything else. Santulator uses the version of JDK 11 provided by [AdoptOpenJDK].

{% include share.html %}
Expand All @@ -33,6 +33,7 @@ ___

[GitHub]:https://github.com/Santulator/Santulator
[Santulator]:https://santulator.github.io/
[Santulator Download]:https://santulator.github.io/download/

[OpenJFX]:https://openjfx.io/
[Java Packager]:http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-September/022500.html
Expand Down

0 comments on commit dfd9b93

Please sign in to comment.