Skip to content

Commit

Permalink
update mail, add sql
Browse files Browse the repository at this point in the history
  • Loading branch information
monneyboi committed Dec 16, 2024
1 parent 50160ea commit fbeb595
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Wollbell 22<br />
6094 Axams<br />
<a href="tel:+31651952461">+31651952461</a><br />
<a href="mailto:[email protected]">[email protected]</a>
<a href="mailto:[email protected]">[email protected]</a>
</address>
</div>

Expand Down Expand Up @@ -78,6 +78,10 @@
<td>YAML</td>
<td>10+</td>
</tr>
<tr>
<td>SQL</td>
<td>10+</td>
</tr>
<tr>
<td>Rust</td>
<td>2</td>
Expand All @@ -86,10 +90,6 @@
<td>Ruby</td>
<td>1</td>
</tr>
<tr>
<td>Java</td>
<td>1</td>
</tr>
</table>
</section>

Expand Down Expand Up @@ -232,9 +232,11 @@
color: #348037;
}
/*
@media print {
.pagebreak {
page-break-before: always;
}
}
*/
</style>

0 comments on commit fbeb595

Please sign in to comment.