-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojectList.html
executable file
·183 lines (177 loc) · 7.31 KB
/
projectList.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Paul Sohns - My projects</title>
<!--Favicon configuration-->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/favicon-64x64.png" sizes="64x64">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon-152x152.png">
<meta name="msapplication-TileColor" content="#e6e6e6">
<meta name="msapplication-TileImage" content="img/favicons/favicon-144x144.png">
<!--meta tags-->
<meta charset="UTF-8">
<meta name="description" content="Here are all of my projects listed which I have either completet or am still working on.">
<meta name="keywords" content="Game Design, Programming, Indie Games, Indie, Developer, Paul, Sohns, Portfolio, Coding, Unity, C#, VBA, School projects, Dwarf Island, Tetris, InnoGames, Adventure Game">
<meta name="author" content="Paul Sohns">
<meta name="owner" content="Paul Sohns">
<meta name="language" content="EN">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/projectList.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<div class="header">
<div class="title">
<a href="index.html"><h1>Paul Sohns - Portfolio</h1></a>
</div>
<div class="links">
<a href="contact.php"><h2>Contact</h2></a>
</div>
<div class="links">
<a href="projectList.html"><h2>My work</h2></a>
</div>
<div class="links">
<a href="aboutMe.html"><h2>About me</h2></a>
</div>
</div>
<!-- USE ASPECT RATIO 1:1 FOR PROJECT IMAGES -->
<div class="projectList">
<h1>List of my projects:</h1>
<div class="postBoxesContainer">
<div class="postBoxContainer">
<a href="projectSites/DwarfIsland/projectDwarfIsland.html">
<div class="postBox">
<h5>Release: February 22nd, 2021 (v0.1)</h5>
<img src="img/thumbs/DwarfIslandThumb.png">
<h4>"Dwarf Island" the game</h4>
<p>
"Dwarf Island" is my main project. It is an open world survival RPG game in which the player starts on an island and
is free to decide whatever he wants to do: farming, building or exploring.
The map is generated by a generator script which uses a heightmap to create an island and then procedurally generates hills.
Later on, flora like grass, trees and flowers sprouts, grows and finally covers parts of the island.
</p>
</div>
</a>
</div>
<div class="postBoxContainer">
<a href="projectSites/Tetris/projectTetris.html">
<div class="postBox">
<h5>Release: February, 2020</h5>
<img src="img/thumbs/TetrisThumb.png">
<h4>Tetris in Microsoft Access</h4>
<p>
It was a funny look my teacher gave to me when I told him that I wanted to program Tetris in Microsoft Access as my
final project at high school. He was convinced that this would be too hard for me at my level of experience at that time.
But his comment spurred me on even more... and in the end, I was the lucky one and succeeded.
My teacher was really impressed of the result of my work. Take a look and convince yourself!
</p>
</div>
</a>
</div>
<div class="postBoxContainer">
<a href="projectSites/DiscordInfoBot/projectDiscordInfoBot.html">
<div class="postBox">
<h5>Release: 27.09.2021</h5>
<img src="img/thumbs/DiscordInfoBotThumb.png">
<h4>Discord info bot for school</h4>
<p>
I created this bot for me and my classmates to handle and distribute information like schedules.
It was fun creating it since I've never before programmed with an API.
I learned a lot over the course of these few days and am very happy with the results!
</p>
</div>
</a>
</div>
<div class="postBoxContainer">
<a href="projectSites/Website/projectWebsite.html">
<div class="postBox forceHalfCentered">
<h5>Release: November 25th, 2020</h5>
<img src="img/thumbs/ThisWebsiteThumb.png">
<h4>This website</h4>
<p>
I developed this website from scratch, starting with a simple .txt file on my desktop and guided by my intuition.
I originally wanted to host the website from a Raspberry Pi but my internet provider had a problem with me doing so.
Thus, I chose netcup.eu as my host.
</p>
</div>
</a>
</div>
<div class="postBoxContainer">
<a href="projectSites/GonChess/conceptGonChess.html">
<div class="postBox forceCentered">
<h5>Concept work</h5>
<img src="img/thumbs/GonChessThumb.png">
<h4>Octagon chess</h4>
<p>
This game concept is similar to a chess board game but meant to be played by 4 players simultaneously.
Each type of chess figure has its own special manner to move on the octagonal board tiles of the chessfield.
</p>
</div>
</a>
</div>
<!--Placeholder for project-->
<div class="postBoxContainer" style="display:none;">
<a href="projectSites/projectExample.html">
<div class="postBox">
<h5>Release: xx.xx.xxxx</h5>
<img src="img/placeholder/fish2.png">
<h4>TBA</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mattis ut ante eu volutpat. Mauris auctor, dolor vel pulvinar mollis,
augue enim rhoncus ante, non bibendum nibh libero a neque. Nullam nec.
</p>
</div>
</a>
</div>
<!--Placeholder for project-->
<div class="postBoxContainer" style="display:none;">
<a href="projectSites/projectExample.html">
<div class="postBox">
<h5>Release: xx.xx.xxxx</h5>
<img src="img/placeholder/fish2.png">
<h4>TBA</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mattis ut ante eu volutpat. Mauris auctor, dolor vel pulvinar mollis,
augue enim rhoncus ante, non bibendum nibh libero a neque. Nullam nec.
</p>
</div>
</a>
</div>
<!--Placeholder for project-->
<div class="postBoxContainer" style="display:none;">
<a href="projectSites/projectExample.html">
<div class="postBox">
<h5>Release: xx.xx.xxxx</h5>
<img src="img/placeholder/fish2.png">
<h4>TBA</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mattis ut ante eu volutpat. Mauris auctor, dolor vel pulvinar mollis,
augue enim rhoncus ante, non bibendum nibh libero a neque. Nullam nec.
</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="footer">
<h3><br>Information</h3>
<br>
<div class="row">
<div class="col-md-4">
<h5>Paul Sohns<br>Germany, Hamburg<br>[email protected]</h5>
</div>
<div class="col-md-4">
<h5>Hosted by: netcup.eu</h5>
</div>
<div class="col-md-4">
<h5>Feel free to contact me in case of<br>any questions, requests, etc.!</h5>
</div>
</div>
</div>
</body>
</html>