Update projects
This commit is contained in:
@ -2,9 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<title>
|
||||
Projects · Pim Nelissen
|
||||
</title>
|
||||
<title>Projects · Pim Nelissen</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
@ -13,21 +11,19 @@
|
||||
|
||||
|
||||
<meta name="author" content="Pim Nelissen">
|
||||
<meta name="description" content="Lorem">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Projects">
|
||||
<meta name="twitter:description" content="Lorem">
|
||||
|
||||
<meta property="og:url" content="//localhost:1313/en/projects/">
|
||||
<meta property="og:site_name" content="Pim Nelissen">
|
||||
<meta property="og:title" content="Projects">
|
||||
<meta property="og:description" content="Lorem">
|
||||
<meta property="og:locale" content="en">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
||||
|
||||
@ -70,6 +66,7 @@
|
||||
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/projects/index.xml" title="Pim Nelissen" />
|
||||
|
||||
|
||||
|
||||
@ -135,22 +132,35 @@
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container page">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="//localhost:1313/en/projects/">
|
||||
Projects
|
||||
</a>
|
||||
</h1>
|
||||
</header>
|
||||
<section class="container list">
|
||||
<header>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="//localhost:1313/en/projects/">Projects</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<span class="date">June 27, 2024</span>
|
||||
<a class="title" href="/en/projects/bsc-thesis/">Machine learning applied to radioactive decay data (Bachelor thesis)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="date">June 15, 2021</span>
|
||||
<a class="title" href="/en/projects/first-year-project/">Coupled Pendula & The Kuramoto Model (1st year experimental project)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Lorem</p>
|
||||
|
||||
</article>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user