-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemp.html
More file actions
40 lines (37 loc) · 1.31 KB
/
temp.html
File metadata and controls
40 lines (37 loc) · 1.31 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" type="text/css">
<meta charset="utf-8">
<title>Twitter</title>
</head>
<body>
<div>
<h1>I am Johannes</h1>a computer science student at Linköping University.
Outside of these projects I treat myself to an occasional ice cream making session
or slapping of the bass guitar.
If you want to find out more about what I've done, you can check out my social media
or down below, take a pick.
</div>
<div>
<h2>CatBook</h2>
Social media application for extroverted cats created
with the help of React, ExpressJS and MongoDB.
Check out a demo <b>here</b> and repo <b>here.</b>
</div>
<div>
<h2>CodEng</h2>
Programming language that reminds you more of the English
language then coding. Made with Ruby. Code Snippets with Python
equivalent <b>here</b> and repo <b>here</b>
</div>
<div>
<h2>Tank Battles</h2>
A 1v1 or 2v2 local multiplayer action game about defending your base
while trying to destroy the opponent's at the same time.
Made entirely in C++ with help from SFML.
Demo <b> here</b> and repo <b>here</b>
</div>
</div>
</body>
</html>