Change http -> https

This commit is contained in:
Greg Shuflin 2023-02-19 03:28:26 -08:00
parent e09508c315
commit d5fa32562d
2 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@
<a href='https://github.com/AlexNisnevich'>Alex Nisnevich</a> and several <a href='https://github.com/AlexNisnevich'>Alex Nisnevich</a> and several
other occasional contributors. other occasional contributors.
<ul> <ul>
<li><a href="http://alexnisnevich.github.io/untrusted/">Untrusted</a> <li><a href="https://alexnisnevich.github.io/untrusted/">Untrusted</a>
<a href="https://github.com/AlexNisnevich/untrusted" class='codeLink'>(code)</a> <a href="https://github.com/AlexNisnevich/untrusted" class='codeLink'>(code)</a>
- a Javascript roguelike. Every level is deliberately unbeatable, and - a Javascript roguelike. Every level is deliberately unbeatable, and
the player must edit the source code of the level in order to progress. the player must edit the source code of the level in order to progress.
@ -145,12 +145,12 @@
where the player takes on the role of a corrupt public transit bureaucrat where the player takes on the role of a corrupt public transit bureaucrat
who is paid-off by an evil ride-sharing corporation, and tasked with who is paid-off by an evil ride-sharing corporation, and tasked with
making the public bus system worse. Written in making the public bus system worse. Written in
<a href='http://elm-lang.org/'>Elm</a>, a Haskell-like pure functional <a href='https://elm-lang.org/'>Elm</a>, a Haskell-like pure functional
language that compiles to Javascript/HTML. language that compiles to Javascript/HTML.
</li> </li>
<li> <li>
<a href='http://alexnisnevich.github.io/kalevala/'>Kalevala</a> <a href='https://alexnisnevich.github.io/kalevala/'>Kalevala</a>
<a href='https://github.com/AlexNisnevich/kalevala' class='codeLink'> <a href='https://github.com/AlexNisnevich/kalevala' class='codeLink'>
(code) (code)

View File

@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic); @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
h1 { h1 {
font-family: Ubuntu; font-family: Ubuntu;