Skip to content

Commit

Permalink
add education and print style
Browse files Browse the repository at this point in the history
  • Loading branch information
monneyboi committed Oct 7, 2024
1 parent de01cf0 commit de70d2e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Johan Schuijt - Resume</title>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
20 changes: 20 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<p>UI design and front-end development of e-commerce websites.</p>
</div>

<div class="pagebreak"></div>

<h2>Skills</h2>

<div>
Expand Down Expand Up @@ -122,6 +124,18 @@
</p>
</div>

<div>
<h3><strong>Horizon College</strong>, Alkmaar — <i>ICT</i></h3>
<p class="year">2007 - 2008</p>
<p>Followed several classes. Stopped before completion.</p>
</div>

<div>
<h3><strong>GSG Schagen</strong>, Schagen — <i>Gymnasium</i></h3>
<p class="year">2002 - 2007</p>
<p>Followed exact sciences track pre university education. Stopped before completion.</p>
</div>

<h2>Projects</h2>

<div>
Expand Down Expand Up @@ -194,4 +208,10 @@
th {
color: #348037;
}
@media print {
.pagebreak {
page-break-before: always;
}
}
</style>

0 comments on commit de70d2e

Please sign in to comment.