Browse Source

http: -> https: in all remaining places (except old posts); misc cleanup

master
Ben Kurtovic 6 years ago
parent
commit
25ebcb382a
3 changed files with 28 additions and 28 deletions
  1. +3
    -3
      _layouts/base.html
  2. +1
    -1
      _layouts/post.html
  3. +24
    -24
      index.html

+ 3
- 3
_layouts/base.html View File

@@ -8,9 +8,9 @@
<link rel="icon" type="image/png" href="/static/favicon.png" />
<link rel="stylesheet" href="/static/main.css" />
<link rel="stylesheet" href="/static/syntax.css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
<link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Ben Kurtovic" />
<script src="//code.jquery.com/jquery-1.12.3.min.js" integrity="sha256-aaODHAgvwQW1bFOGXMeX+pC4PZIPsvn2h1sArYOhgXQ=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-1.12.3.min.js" integrity="sha256-aaODHAgvwQW1bFOGXMeX+pC4PZIPsvn2h1sArYOhgXQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="/static/main.js"></script>
</head>
@@ -24,7 +24,7 @@
<div id="container">
{{ content }}
<div id="footer">
<p>Copyright &copy; 2011&ndash;{{ site.time | date: "%Y" }} Ben&nbsp;Kurtovic &bull; <a href="//github.com/earwig/earwig.github.io">View&nbsp;Source</a> &bull; <a href="http://validator.w3.org/check?uri=referer">Valid&nbsp;HTML5</a></p>
<p>Copyright &copy; 2011&ndash;{{ site.time | date: "%Y" }} Ben&nbsp;Kurtovic &bull; <a href="https://github.com/earwig/earwig.github.io">View&nbsp;Source</a> &bull; <a href="https://validator.w3.org/check?uri=referer">Valid&nbsp;HTML5</a></p>
</div>
</div>
</body>


+ 1
- 1
_layouts/post.html View File

@@ -29,6 +29,6 @@ layout: base
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
{% endunless %}
</div>

+ 24
- 24
index.html View File

@@ -6,11 +6,11 @@ projects:
- name: mwparserfromhell
langs: Python + C
started: May 2012
description: An easy-to-use and outrageously powerful Python parser for <a href="//mediawiki.org/">MediaWiki</a> wikicode
description: An easy-to-use and outrageously powerful Python parser for <a href="https://mediawiki.org/">MediaWiki</a> wikicode
- name: earwigbot
langs: Python
started: April 2009
description: A modular robot that edits <a href="//en.wikipedia.org/">Wikipedia</a> and interacts with people over <a href="//en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>, with <a href="//github.com/earwig/earwigbot-plugins">a separate repository for plugins</a>
description: A modular robot that edits <a href="https://en.wikipedia.org/">Wikipedia</a> and interacts with people over <a href="https://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>, with <a href="https://github.com/earwig/earwigbot-plugins">a separate repository for plugins</a>
- name: crater
langs: C + Assembly
started: March 2015
@@ -18,11 +18,11 @@ projects:
- name: copyvios
langs: Python + Web
started: July 2009
description: A <a href="//tools.wmflabs.org/copyvios">copyright violation detector</a> for Wikipedia articles running on <a href="//tools.wmflabs.org/">Wikimedia Labs</a>
description: A <a href="https://tools.wmflabs.org/copyvios">copyright violation detector</a> for Wikipedia articles running on <a href="https://en.wikipedia.org/wiki/Wikipedia:Wikimedia_Cloud_Services">Wikimedia Cloud Services</a>
- name: bitshift
langs: Python + SQL + Web
started: March 2014
description: A <a href="http://bitshift.benkurtovic.com/">semantic search engine</a> for source code
description: A <a href="https://bitshift.benkurtovic.com/">semantic search engine</a> for source code
others:
- name: calefaction
langs: Python + Web
@@ -46,21 +46,21 @@ projects:
repo: VjiaoBlack/Oriadnos
langs: C
started: May 2014
description: A 3D maze exploration game written from scratch using matrix manipulation code, <a href="//en.wikipedia.org/wiki/UV_mapping">UV texture mapping</a>, <a href="//en.wikipedia.org/wiki/Z-buffering">z-buffering</a>, and simple lighting
description: A 3D maze exploration game written from scratch using matrix manipulation code, <a href="https://en.wikipedia.org/wiki/UV_mapping">UV texture mapping</a>, <a href="https://en.wikipedia.org/wiki/Z-buffering">z-buffering</a>, and simple lighting
- name: mal-decimal-scores
langs: JS
started: May 2014
description: A Chrome extension that gives you finer control over <a href="http://myanimelist.net">MyAnimeList.net</a> scores
description: A Chrome extension that gives you finer control over <a href="https://myanimelist.net">MyAnimeList.net</a> scores
- name: BAJA
repo: stuycs-softdev-fall-2013/proj3-6-BAJA
langs: Python + Web
started: Jan 2014
description: A <a href="http://softdev-server.stuycs.org:6680/">hacking game</a> featuring multiple simulated websites, tied together by messages sent to the player from a mysterious individual using a fake email client
description: A hacking game featuring multiple simulated websites, tied together by messages sent to the player from a mysterious individual using a fake email client
- name: omnithinker
repo: stuycs-softdev-fall-2013/proj2-pd6-04-omnithinker
langs: Python + Web
started: Nov 2013
description: An <a href="http://softdev-server.stuycs.org:6004/">online brainstorming tool</a> that displays relevant information from the web in a sidebar
description: An online brainstorming tool that displays relevant information from the web in a sidebar
- name: databanks
repo: VjiaoBlack/databanks
langs: C
@@ -70,21 +70,21 @@ projects:
repo: VjiaoBlack/terminvaders
langs: C
started: Oct 2013
description: A terminal-based multiplayer arcade game with a client&ndash;server model inspired by <a href="//en.wikipedia.org/wiki/Space_Invaders">Space Invaders</a>
description: A terminal-based multiplayer arcade game with a client&ndash;server model inspired by <a href="https://en.wikipedia.org/wiki/Space_Invaders">Space Invaders</a>
- name: starlorn
repo: Hypersonic/Starlorn
langs: Java
started: May 2013
description: A <a href="//en.wikipedia.org/wiki/Shoot_'em_up">shoot 'em up</a> game with a sweet upgrade system and randomized levels
description: A <a href="https://en.wikipedia.org/wiki/Shoot_'em_up">shoot 'em up</a> game with a sweet upgrade system and randomized levels
- name: goldfish
langs: Java
started: Jan 2013
description: A simple <a href="//en.wikipedia.org/wiki/Conway's_Game_of_Life">Game of Life</a> implementation in Java
description: A simple <a href="https://en.wikipedia.org/wiki/Conway's_Game_of_Life">Game of Life</a> implementation in Java
- name: cellar-strider
repo: Hypersonic/Cellar-Strider
langs: Python
started: June 2012
description: A pseudo-<a href="//en.wikipedia.org/wiki/Roguelike">roguelike</a> game with a YAML-based level system
description: A pseudo-<a href="https://en.wikipedia.org/wiki/Roguelike">roguelike</a> game with a YAML-based level system
- name: func-smash
langs: Python
started: April 2012
@@ -92,7 +92,7 @@ projects:
- name: lobo
langs: NetLogo
started: Dec 2011
description: 'Logo Bolo: a re-envisioning of <a href="//en.wikipedia.org/wiki/Bolo_(video_game)">the classic tank game</a> by Stuart Cheshire in NetLogo'
description: 'Logo Bolo: a re-envisioning of <a href="https://en.wikipedia.org/wiki/Bolo_(video_game)">the classic tank game</a> by Stuart Cheshire in NetLogo'
- name: git-repo-updater
langs: Python
started: June 2011
@@ -104,17 +104,17 @@ projects:
- name: music-quizzer
langs: Python
started: May 2011
description: A <a href="//en.wikipedia.org/wiki/Tk_(framework)">Tk</a>-based program that can help you prepare for your music final with randomly-generated listening quizzes
description: A <a href="https://en.wikipedia.org/wiki/Tk_(framework)">Tk</a>-based program that can help you prepare for your music final with randomly-generated listening quizzes
---

<p id="bio">I'm a software developer and <a href="//en.wikipedia.org/">Wikipedian</a> currently studying computer science at the <a href="//illinois.edu/">University of Illinois at Urbana&ndash;Champaign</a>. I'm interested in operating systems, networking, and security, but I enjoy working on exciting problems in all areas of computing. Want to chat? Contact me at <a href="mailto:ben.kurtovic@gmail.com">ben.kurtovic@gmail.com</a>.</p>
<p id="bio">I'm a software engineer and <a href="https://en.wikipedia.org/">Wikipedian</a> currently studying computer science at the <a href="https://illinois.edu/">University of Illinois at Urbana&ndash;Champaign</a>. I'm interested in operating systems, networking, and security, but I enjoy working on exciting problems in all areas of computing. Want to chat? Contact me at <a href="mailto:ben.kurtovic@gmail.com">ben.kurtovic@gmail.com</a>.</p>
<div id="links">
<div>GitHub<br /><a href="//github.com/earwig">earwig</a></div
><div>Freenode<br /><a href="http://webchat.freenode.net/?channels=%23%23earwig">Earwig</a></div
><div>Wikipedia<br /><a href="//en.wikipedia.org/wiki/User:The_Earwig">The Earwig</a></div
><div>Twitter<br /><a href="//twitter.com/benkurtovic">@benkurtovic</a></div
><div>LinkedIn<br /><a href="//linkedin.com/in/benkurtovic">benkurtovic</a></div
><div>PGP Key<br /><a href="http://pgp.mit.edu:11371/pks/lookup?search=0x801B6CE29F2999F2&amp;fingerprint=on&amp;op=index">9F2999F2</a></div>
<div>GitHub<br /><a href="https://github.com/earwig">earwig</a></div
><div>Freenode<br /><a href="https://webchat.freenode.net/?channels=%23%23earwig">Earwig</a></div
><div>Wikipedia<br /><a href="https://en.wikipedia.org/wiki/User:The_Earwig">The Earwig</a></div
><div>Twitter<br /><a href="https://twitter.com/benkurtovic">@benkurtovic</a></div
><div>LinkedIn<br /><a href="https://linkedin.com/in/benkurtovic">benkurtovic</a></div
><div>PGP Key<br /><a href="https://pgp.mit.edu/pks/lookup?search=0x801B6CE29F2999F2&amp;fingerprint=on&amp;op=index">9F2999F2</a></div>
</div>
<table id="work">
<tr>
@@ -125,7 +125,7 @@ projects:
<ul class="work-list">
{% for project in page.projects["highlights"] %}
<li>
<a class="underlined" href="//github.com/{% if project.repo %}{{ project.repo }}{% else %}earwig/{{ project.name }}{% endif %}">{{ project.name }}</a> <span class="subtitle"><i>({{ project.langs }} // started {{ project.started }}{% if project.incomplete %}<span class="incomplete"> // in development</span>{% endif %}{% if project.abandoned %}<span class="abandoned"> // abandoned</span>{% endif %})</i></span><br />
<a class="underlined" href="https://github.com/{% if project.repo %}{{ project.repo }}{% else %}earwig/{{ project.name }}{% endif %}">{{ project.name }}</a> <span class="subtitle"><i>({{ project.langs }} // started {{ project.started }}{% if project.incomplete %}<span class="incomplete"> // in development</span>{% endif %}{% if project.abandoned %}<span class="abandoned"> // abandoned</span>{% endif %})</i></span><br />
<span class="subtitle">{{ project.description }}</span>
</li>
{% endfor %}
@@ -134,7 +134,7 @@ projects:
<ul class="work-list">
{% for project in page.projects["others"] %}
<li>
<a class="underlined" href="//github.com/{% if project.repo %}{{ project.repo }}{% else %}earwig/{{ project.name }}{% endif %}">{{ project.name }}</a> <span class="subtitle"><i>({{ project.langs }} // started {{ project.started }}{% if project.incomplete %}<span class="incomplete"> // in development</span>{% endif %}{% if project.abandoned %}<span class="abandoned"> // abandoned</span>{% endif %})</i></span><br />
<a class="underlined" href="https://github.com/{% if project.repo %}{{ project.repo }}{% else %}earwig/{{ project.name }}{% endif %}">{{ project.name }}</a> <span class="subtitle"><i>({{ project.langs }} // started {{ project.started }}{% if project.incomplete %}<span class="incomplete"> // in development</span>{% endif %}{% if project.abandoned %}<span class="abandoned"> // abandoned</span>{% endif %})</i></span><br />
<span class="subtitle">{{ project.description }}</span>
</li>
{% endfor %}
@@ -144,7 +144,7 @@ projects:
<h2>Posts</h2>
<div id="tags">
Tags:
{% comment %} Based on code from Christian Specht at http://stackoverflow.com/a/24744306/2712951 {% endcomment %}
{% comment %} Based on code from Christian Specht at https://stackoverflow.com/a/24744306/2712951 {% endcomment %}
{% capture tags %}{% for tag in site.tags %}{{ tag[1].size | plus: 10000 }}{{ tag[1].first.date | date: "%Y%m%d" }}#{{ tag[0] }}#{{ tag[1].size }}{% unless forloop.last %}|{% endunless %}{% endfor %}{% endcapture %}
{% assign sorted = tags | split: "|" | sort | reverse %}
{% for tag in sorted %}


Loading…
Cancel
Save