Skip to content

Commit

Permalink
Add menu items, reorder and hide headings
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Apr 26, 2015
1 parent 7aee9fe commit 0a770a3
Showing 1 changed file with 53 additions and 36 deletions.
89 changes: 53 additions & 36 deletions index.html
Expand Up @@ -23,6 +23,9 @@
html.js .no-js-only {
display: none;
}
.hide {
display: none;
}
</style>

<link rel="stylesheet" type="text/css" href="./resources/style/main.css">
Expand Down Expand Up @@ -63,7 +66,8 @@
<body>
<header>
<h1>
Joel Purra's master's thesis
<em>Swedes Online: You Are More Tracked Than You Think</em> <small><span class="hide">&mdash; </span>
Joel Purra's master's thesis</small>
</h1>
<nav>
<ul class="inline-menu">
Expand All @@ -75,6 +79,27 @@ <h1>
<li>
<a href="http://joelpurra.com/projects/masters-thesis/" rel="home">Project page</a>
</li>
<li>
Presentation <a href="#presentation">Video</a>
</li>
<li>
<a href="https://joelpurra.github.io/masters-thesis-presentation/" target="_blank">Slides</a>
</li>
<li>
Thesis <a href="#abstract">Abstract</a>
</li>
<li>
<a href="#documents">Documents</a>
</li>
<li>
Open <a href="#open-source">Source</a>
</li>
<li>
<a href="#open-data">Data</a>
</li>
<li>
People <a href="#people">involved</a>
</li>
<li>
<a href="http://joelpurra.com/" rel="author me">joelpurra.com</a>
</li>
Expand All @@ -84,16 +109,8 @@ <h1>
</header>

<main>
<h1>
<em>Swedes Online: You Are More Tracked Than You Think</em>
</h1>

<p>
<em class="warning">The thesis is currently in the process of being researched and written!</em>
</p>

<section>
<h2>
<section id="presentation">
<h2 class="hide">
Thesis defense presentation
</h2>

Expand Down Expand Up @@ -130,7 +147,7 @@ <h2>
</section>


<section>
<section id="abstract">
<h2>
Abstract
</h2>
Expand Down Expand Up @@ -200,7 +217,7 @@ <h3>
</section>


<section>
<section id="documents">
<h2>
Work in progress
</h2>
Expand Down Expand Up @@ -255,28 +272,7 @@ <h3>
</section>


<section>
<h2>
People involved
</h2>
<ul>
<li>
Student: <a href="http://joelpurra.com">Joel Purra</a>, master student for a <a href="https://www.liu.se/utbildning/program/informationsteknologi">Master of Science in Information Technology and Engineering</a>, <a href="https://liu.se/">Linköping University</a>, Sweden.
</li>
<li>
University examiner: <a href="https://www.ida.liu.se/~nikca/">Niklas Carlsson</a>, Associate Professor (Swedish: docent and universitetslektor) at <a href="https://www.ida.liu.se/divisions/adit/">Division for Database and Information Techniques (ADIT)</a>, <a href="https://www.ida.liu.se/">Department of Computer and Information Science (IDA)</a>, <a href="https://liu.se/">Linköping University</a>, Sweden.
</li>
<li>
Company supervisor: <a href="https://www.iis.se/bloggare/pawal/">Patrik Wallström</a>, Project Manager within R&amp;D, <a href="https://www.iis.se/">.SE (The Internet Infrastructure Foundation)</a>, Sweden.
</li>
<li>
Company supervisor: <a href="https://www.iis.se/bloggare/staffanh/">Staffan Hagnell</a>, Head of New Businesses, <a href="https://www.iis.se/">.SE (The Internet Infrastructure Foundation)</a>, Sweden.
</li>
</ul>
</section>


<section>
<section id="open-source">
<h2>
Open source projects
</h2>
Expand Down Expand Up @@ -310,7 +306,7 @@ <h2>
</section>


<section>
<section id="open-data">
<h2>
Open data
</h2>
Expand Down Expand Up @@ -376,6 +372,27 @@ <h2>
</li>
</ul>
</section>


<section id="people">
<h2>
People involved
</h2>
<ul>
<li>
Student: <a href="http://joelpurra.com">Joel Purra</a>, master student for a <a href="https://www.liu.se/utbildning/program/informationsteknologi">Master of Science in Information Technology and Engineering</a>, <a href="https://liu.se/">Linköping University</a>, Sweden.
</li>
<li>
University examiner: <a href="https://www.ida.liu.se/~nikca/">Niklas Carlsson</a>, Associate Professor (Swedish: docent and universitetslektor) at <a href="https://www.ida.liu.se/divisions/adit/">Division for Database and Information Techniques (ADIT)</a>, <a href="https://www.ida.liu.se/">Department of Computer and Information Science (IDA)</a>, <a href="https://liu.se/">Linköping University</a>, Sweden.
</li>
<li>
Company supervisor: <a href="https://www.iis.se/bloggare/pawal/">Patrik Wallström</a>, Project Manager within R&amp;D, <a href="https://www.iis.se/">.SE (The Internet Infrastructure Foundation)</a>, Sweden.
</li>
<li>
Company supervisor: <a href="https://www.iis.se/bloggare/staffanh/">Staffan Hagnell</a>, Head of New Businesses, <a href="https://www.iis.se/">.SE (The Internet Infrastructure Foundation)</a>, Sweden.
</li>
</ul>
</section>
</main>


Expand Down

0 comments on commit 0a770a3

Please sign in to comment.