-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschoolProjects.html
25 lines (24 loc) · 1.2 KB
/
schoolProjects.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="index.js"></script>
<title>Kellari</title>
</head>
<body>
<h2>empun kellari 🙀 <p style="font-size: 12px;">☆ This page has school projects that are in my opinion good ☆</p></h2>
<div id="navbar-placeholder"></div>
<div id="sidebar-placeholder"></div>
<h3>Web Pages:::</h3>
<p>be aware that these projects are in finnish and they are kinda bad when it comes to styling. they are mostly just backend coolness or whatever :D</p>
<ul class="skills">
<li><a href="https://rpghahmo.eemsar23.treok.io">RPG Character Creator (first project with database stuff)</a></li>
<li><a href="https://harjoitus7.eemsar23.treok.io">External Files assignment</a></li>
<li><a href="https://harjoitus8.eemsar23.treok.io">Recipe site where you can add your own Recipes</a></li>
<li><a href="https://harjoitus9.eemsar23.treok.io">ULTRAKILL quiz in finnish</a></li>
<li><a href="https://emqqu.github.io/fanikauppa/">A fanstore made using REACT</a></li>
</ul>
</body>
</html>