Skip to content

Commit

Permalink
Add first lecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Feb 15, 2024
1 parent a5a8b45 commit 4592941
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _shared/styles/web-fundamentals.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ nav ol li:before {
.shower > section a {
color: var(--accent);
}
.shower > section a[href*="ugent.be"]:after {
.shower > section a[href*="ugent"]:after {
content: " 🔐";
}
.shower > section a:hover {
Expand Down
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@ <h1>

<section id="overview">
<h2>Edition 2023–2024</h2>
<h3>
15 Feb 2024:
<a href="./birds-eye-view/">A Bird’s-Eye View of the Web</a>
(<a href="https://ugentbe-my.sharepoint.com/:v:/g/personal/ruben_verborgh_ugent_be/EWZQxBBzv_VJsYc0u1hjUYoBXp-xNgfFHoSAlj29mbp6RQ">Video</a>)
</h3>
<h4>Practicals</h4>
<ul>
<li>
<a href="https://github.ugent.be/pages/WebDevelopment/About/">Overview and modalities</a>
(<a href="https://ugentbe-my.sharepoint.com/:v:/g/personal/ruben_verborgh_ugent_be/EQOzjYiMuXVProZdrV87eksB5YfGBx85Faqm45u6T7SdzA?e=SJE0pw">Video</a>)
</li>
<li><a href="https://github.ugent.be/pages/WebDevelopment/Opgave-1/">Assignment 1</a></li>
</ul>
<h4>Reading materials</h4>
<ul>
<li><cite><a href="https://www.w3.org/History/1989/proposal.html">Information Management: A Proposal</a> by Tim Berners-Lee</cite></li>
</ul>
</section>

<div class="title slide" id="title">
Expand Down

0 comments on commit 4592941

Please sign in to comment.