-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneric.html
114 lines (95 loc) · 3.89 KB
/
generic.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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>My Projects</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1>My projects</h1>
<p>This is a list of my projects.</p>
</header>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<span class="image main"><img src="images/MyPacman.gif" alt="" /></span>
<h2>Pacman Game</h2>
<p>This game is my first project in C++, a clone of Pac-man.</p>
<p>This was made using c++ and the S2D framework that the university used.</p>
<h2></h2>
<p></p>
</section>
<section id="content" class="main">
<span class="image main"><img src="images/endlesRunner.gif" alt="" /></span>
<h2>Endless Runner</h2>
<p>Endless Runner made in Unity using C# Unity's animator and hte engine's particle effects.</p>
<h2></h2>
<p></p>
</section>
<section id="content" class="main">
<span class="image main"><img src="images/bulletHell.gif" alt="" /></span>
<h2>Bullet Hell Game</h2>
<p>Bullet Hell Game in Unity utilizing the 3d physics the engine provides along with testing the capabilities of
its 3D graphics written in C#..</p>
<p>A bullet game made using Unity.</p>
<h2></h2>
<p></p>
</section>
<section id="content" class="main">
<span class="image main"><img src="images/floppyBird.gif" alt="" /></span>
<h2>Flappy Bird Clone</h2>
<p></p>
<p>A Flappy Bird clone made in Unity. You can contact me about the .apk file so you can try it yourself.</p>
<h2></h2>
<p></p>
</section>
<section id="content" class="main">
<span class="image main"><img src="images/GenQuest.gif" alt = ""/></span>
<h2>Generic Quest</h2>
<p>This a ""turn based"" RPG made in Unity using the built in tiled map editor and the engine's animator.</p>
<p></p>
<h2></h2>
<p></p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<p> Return to main page.</p>
<ul class="actions">
<li><a href="index.html" class="button">Back to page</a></li>
</ul>
</section>
<section>
<section>
<ul class="icons">
<li><a href="https://twitter.com/lefk36" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/lefk36" class="icon brands fa-github"><span class ="label">Github</a></li>
<li><a href="https://www.linkedin.com/in/lefteris-karakiritsis/" class="icon brands fa-linkedin"></i> <span class = "label">Linkedin</span></a></li>
</ul>
</section>
<p class="copyright">© Portfolio. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>