-
Notifications
You must be signed in to change notification settings - Fork 0
/
work-projects.html
229 lines (199 loc) · 10.2 KB
/
work-projects.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Logo -->
<link rel="icon" href="img/logo.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Own CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap" rel="stylesheet">
<title>Michael Knight</title>
</head>
<body>
<!-- Header Section -->
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="text-center pt-5">Michael Knight</h1>
<!-- Navigation -->
<!-- Projects (start), About, Knowledge -->
</div>
<!-- Social Icons -->
<div class="row-cols-1">
<div class="col-12 text-center">
<a href="https://mknightdev.itch.io" target="_blank"><i class="fab fa-itch-io fa-2x"></i></a>
<a href="https://github.com/mknightdev" target="_blank"><i class="fab fa-github-square fa-2x"></i></a>
<a href="https://twitter.com/mknightdev" target="_blank"><i class="fab fa-twitter-square fa-2x"></i></a></a>
<a href="https://www.linkedin.com/in/michael-knight-b80190176/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square fa-2x"></i></a>
</div>
<div class="row-cols-1">
<div class="col-12 mt-3">
<div class="mynav text-center">
<a href="index"><button type="button" class="btn">Personal Projects</button></a>
<a href="work-projects"><button type="button" class="btn btn-active">Work Projects</button></a>
<a href="about"><button type="button" class="btn">About</button></a>
<a href="contact"><button type="button" class="btn">Contact</button></a>
</div>
</div>
</div>
<div class="col-12">
<p class="text-center py-2 px-5 m-3">Below you will see projects that I have contributed towards.</p>
</div>
</div>
<!-- Filter Buttons -->
<div class="btn-toolbar mb-3">
<button type="button" class="filter-btn btn btn-active my-1 mx-1" data-filter="all">Show All</button>
<button type="button" class="filter-btn btn my-1 mx-1" data-filter="csharp">C#</button>
<button type="button" class="filter-btn btn my-1 mx-1" data-filter="mobile">Mobile</button>
<!-- <button type="button" class="filter-btn btn my-1 mx-1" data-filter="cplusplus">C++</button>
<button type="button" class="filter-btn btn my-1 mx-1" data-filter="dragndrop">Drag & Drop</button> -->
</div>
<div class="projects">
<div class="container">
<div class="row g-3">
<!-- iGame Project -->
<div class="project mobile csharp col-12 col-md-6 col-lg-4">
<div class="card">
<img src="img/work/BU/igame-minigames.png" alt="virtual car" class="card-img-top">
<div class="card-body">
<h5 class="card-title">iGame</h5>
<p class="card-text"><i>Bournemouth University</i></p>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#fyp">View</button>
<div class="modal" id="fyp">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">iGame</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
</div>
<div class="modal-body">
<!-- <div class="ratio ratio-16x9">
<iframe class="pb-3" src="https://www.youtube.com/embed/YQuUSj9aN-8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div> -->
<!-- <a href="https://mknightdev.itch.io/using-reinforcement-learning-ppo-to-train-a-virtual-car?secret=Jhw5gazdecuAsJKgWyazlk9HxDs" target="_blank"><button type="button" class="btn btn-primary">Play Game</button></a> -->
<h5>Role:</h5>
<p>Research Assistant & Game Programmer.</p>
<h5>Contributions:</h5>
<ol>
<li>Match</li>
<li>Tic-Tac-Toe</li>
<li>Snakes & Ladders</li>
<li>Pic-To-Rest</li>
</ol>
<h5>About</h5>
<p>Developed multiple minigames (listed above) for the iGame project, designed to distract from illnesses, encourage physical activity, and socialising with friends and family.</p>
<p>Had the opportunity to fly out to one of the partners' countries to meet them in-person and discuss the development of the minigames.</p>
</div>
<div class="modal-footer">
<p><i>Source Code: Unavailable</p></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="card-footer">
<span class="badge round-pill bg-mobile">Mobile</span>
<span class="badge round-pill bg-language">C#</span>
<span style="float: right">31/03/2023</span>
</div>
</div>
</div>
<!-- ASPIRE Project -->
<div class="project mobile csharp col-12 col-md-6 col-lg-4">
<div class="card">
<img src="img/work/BU/aspire-game.png" alt="PBR Tech Demo" class="card-img-top">
<div class="card-body">
<h5 class="card-title">ASPIRE</h5>
<p class="card-text"><i>Bournemouth University</i></p>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#pbrDemo">View</button>
<div class="modal" id="pbrDemo">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">ASPIRE</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
</div>
<div class="modal-body">
<!-- <div class="ratio ratio-16x9">
<img src="img/work/BU/aspire-game.png">
</div> -->
<h5>Role:</h5>
<p>Research Assistant & Game Programmer.</p>
<h5>Contributions:</h5>
<ol>
<li>Backend</li>
<ul>
<li>Register & Login</li>
<li>Account Level</li>
<li>Saving & Loading</li>
<ul>
<li>Inventory Data</li>
<li>Plot Data</li>
<li>Item Data</li>
</ul>
</ul>
<li>Quests</li>
<li>Hunger in Real-World mode</li>
</ol>
<h5>About</h5>
<p>A farming game focused on promoting healthy living through real-world exercise, and through farming crops and attending their needs.</p>
</div>
<div class="modal-footer">
<p><i>Source Code: Unavailable</p></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="card-footer">
<span class="badge round-pill bg-mobile">Mobile</span>
<span class="badge round-pill bg-language">C#</span>
<span style="float: right">31/03/2023</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/0feee00f65.js" crossorigin="anonymous"></script>
<!-- Own Scripts -->
<script src="js/scripts.js"></script>
<!-- Jquery cdn -->
<script
src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
crossorigin="anonymous"></script>
<!-- Filter Projects -->
<script type="text/javascript">
$(document).ready(function(){
$('.filter-btn').click(function(){
const value = $(this).attr('data-filter');
if (value == 'all'){
$('.project').show('1000');
}
else {
$('.project').not('.'+ value).hide('1000');
$('.project').filter('.'+ value).show('1000');
}
})
// Add active class on selected item
$('.filter-btn').click(function(){
//$('.btn-secondary').addClass('btn-primary').removeClass('btn-secondary');
$(this).addClass('btn-active').siblings().removeClass('btn-active');
//$(this).siblings().addClass('btn-secondary');
})
})
</script>
</body>
</html>