diff --git a/conf/nginx.conf b/conf/nginx.conf index 2e76bf4..4baab0e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ server { error_log /var/log/nginx/ianonavy.error.log; if ($host != 'ianonavy.com') { - rewrite ^/(.*)$ http://ianonavy.com/$1 permanent; + rewrite ^/(.*)$ https://ianonavy.com/$1 permanent; } root /var/sites/ianonavy.com/www; diff --git a/src/templates/index.html b/src/templates/index.html index a87408d..65180e7 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -40,37 +40,37 @@
- WPI ACM Mirrors screenshot + WPI ACM Mirrors screenshot

WPI ACM Mirrors

GNU/Linux mirrors for WPI folk.

- WPI ACM Website screenshot + WPI ACM Website screenshot

WPI ACM Website

Homepage for the WPI ACM chapter.

- SMS Fixer screenshot + SMS Fixer screenshot

SMS Fixer

Helps restore Android texts from Google Voice.

- Potato Ipsum screenshot + Potato Ipsum screenshot

Potato Ipsum

Lorem ipsum generator. With potatoes.

- MathHammer screenshot + MathHammer screenshot

MathHammer 40k

Damage stats calculator app for WarHammer 40k.

- SMSpammer screenshot + SMSpammer screenshot

SMSpammer

App for spamming text messages. (With permission.)

diff --git a/src/templates/labs.html b/src/templates/labs.html index ddba99e..862dd6b 100644 --- a/src/templates/labs.html +++ b/src/templates/labs.html @@ -4,8 +4,12 @@ {% block main %}
-

Labs

-

Welcome to my lab! This where I run all my experimental stuff. My private Git server has some public repositories if you are interested.

-

I also use demo.ianonavy.com as a general purpose staging site. Check it out to see what I'm working on now!

+

Labs

+

Welcome to my lab! This where I run all my experimental stuff. My private Git server has some public repositories if you are interested.

+

I also use demo.ianonavy.com as a general purpose staging site. Check it out to see what I'm working on now!

+
+
+

Floppy Pig

+

Just a small little game I'm working on right now in my free time.

{% endblock main %}