-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html~
More file actions
394 lines (371 loc) · 17.1 KB
/
index.html~
File metadata and controls
394 lines (371 loc) · 17.1 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
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<title>Michael Lehmann</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- BootStrap and JQuery link -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- jQuery-->
<script src="https://code.jquery.com/jquery-3.2.1.js"
integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE="
crossorigin="anonymous">
</script>
<!-- jQuery fancybox plugin-->
<script src="js/jquery.fancybox.min.js"></script>
<!-- fancybox CSS! -->
<link rel="stylesheet" href="js/jquery.fancybox.min.css" />
<!-- Google fonts api -->
<link href='https://fonts.googleapis.com/css?family=Mate SC' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet'>
<!-- Animate CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" integrity="sha384-OHBBOqpYHNsIqQy8hL1U+8OXf9hH6QRxi0+EODezv82DfnZoV7qoHAZDwMwEJvSw" crossorigin="anonymous">
<!-- My Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/mysiteCss.css" >
<script type="text/javascript">
/*This inhibits any conflicts caused by the fancybox plugin when loading the jQuery
(function ($) {
$(document).ready(function () {
$(.l)
})
})(jQuery)
*/
</script>
</head>
<body>
<nav class="navbar navbar-inverse bg-inverse">
<div class="container titletxt">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://ms853.github.io"><i>MSL</i><span class="glyphicon glyphicon-home"></span></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#aboutme">ABOUT ME</a></li>
<li><a href="#beliefs">MY BELIEFS</a></li>
<li><a href="#interests">MY INTERESTS</a></li>
<li><a href="#projects">MY PROJECTS</a></li>
<li><a href="#skills">MY SKILLS</a></li>
<li><a href="#contact">CONTACT ME</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid bg-3 text-center bgimg titletxt">
<h3>Who Am I?</h3>
<h1>Michael Lehmann</h1>
<h3>A Passionate Computer Science Student & Thinker</h3>
</div>
<!-- About Me-->
<div class="container-fluid bg-2">
<div class="page-header">
<h3 id="aboutme">About Me</h3>
</div>
<p>My name is Michael S. Lehmann, and I am currently in my third year studying BSc Computing with Management at the University of Leicester.
The reason why I chose to do a joint honours degree 'with Management', is that I want to learn about how organisations operate and how to its successfully manage an organisation.
Furthermore, I was intrigued by the nature of the course being a social science, meaning that it applies scientific studies to organisational behaviour and the underlying factors that contribute to its success or demise.
In simple terms, I saw this degree as an opportunity to study two different sciences - one that deals with closed systems and one that deals with open systems.
</p>
<caption>Here is a link to my LinkedIn profile:</caption>
<div class="row">
<div class="col-sm-2">
<a href="https://uk.linkedin.com/in/michael-s-lehmann-a02738b1"><img class="logo-size" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="linkedIn"></a>
</div>
</div>
</div>
<!--My Beliefs-->
<div class="container-fluid bg-3">
<div class="page-header">
<h3 id="beliefs">My Beliefs</h3>
</div>
<p>I am a Christian, and as a Christian, I adhere to the teachings of Jesus Christ and his word (The Holy Bible).
I believe that mankind can recognise their purpose in life if they acknowledge the intuitive knowledge that there is a God who loves them, (St John 3:16).</p>
<p>Here is a list of my favourite biblical quotations: </p>
<ol>
<li>Proverbs</li>
</ol><ul>
<li>Ch14 vrs12: <q>There is a way which seemeth right unto a man but at the end they are the ways of death.</q>(KJV)</li>
<li>Ch2 vrs5: <q>Trust the Lord with all thine heart; and lean not unto thine own understanding.</q>(KJV)</li>
<li><q>The fear of the wicked, shall come upon him: but the desires of the righteous shall be granted.</q>(KJV)</li>
</ul>
<li>Romans</li>
<ul>
<li>Ch3 vrs23:<q>For all have sinned and fall short of the Glory of God.</q>(KJV)</li>
<li>Ch6 vrs23:<q>For the wages of sin is death but the gift of God is eternal life through Christ Jesus our Lord.</q></li>
<li>Ch3 vrs4:<q>Let God be true but every man a liar... as it is written.</q>(KJV)</li>
</ul>
<li>Psalm</li>
<ul>
<li><q>ch121 vrs7:The Lord shall preserve thee from all evil he shall preserve thy soul. </q></li>
<li><q>vrs8 The Lord shall preserve thy going out and thy coming in from this time forth and even for evermore.</q></li>
</ul>
<li>Philippians</li>
<ul>
<li>Ch4 vrs13:<q>I can do all things through Christ which strengthens me.</q></li>
</ul>
</div>
<!-- My Interests-->
<div class="container-fluid bg-2">
<div class="page-header">
<h3 id="interests">My Interests</h3>
</div>
<p>I have a keen interest in sport. My interest lie in Football and Basketball. Also, I engage in various other sport activities such as rock climbing and the gym to maintain a healthy lifestyle. </p>
<h4><u>Societies</u></h4>
<div class="row">
<div class="col-sm-4">
<h4><u>Enactus Society</u></h4>
<p>During my second year, I applied to join Enactus Leicester. Enactus Leicester is a social enterprise company who develop and launch social sustainability projects.
In simple terms, Enactus Leicester consists of talented and ambitious students, who are determined to fight social inequality by running projects which benefit communities on a global scale.
My role mainly consisted of maintaining/updating developing the Enactus website which is crucial for the business's marketing and public relations.
I am currently an active member of the Enactus Society.
</p>
<p>Below is the link to the Enactus website.</p>
<a href="http://www.enactusleicester.co.uk/"><b>Enactus Leicester</b></a>
<a href="pics/Enactus.jpg" data-fancybox="images">
<img class="img-size thumbnail" src="pics/Enactus.jpg" alt="Enactus"></a>
</div>
<div class="col-sm-4">
<h4><u>Course Representative</u></h4>
<p>I became a course representative during my first year. My role as a course representative was to analyse and diagnosing issues student are having with their course.
I achieved this by being the bridge of communication between the students and Student Union and the Informatics Academic Department. Through this role I learned how to communicate effectively.
I am currently in my third year and I have been elected once again to be a course representative. This time I hope to build on my transferable skills.
</p>
<a href="pics/CourseRepsLogo.jpg" data-fancybox="images">
<img class="img-size thumbnail" src="pics/CourseRepsLogo.jpg" alt="Course Rep"></a>
</div>
<div class="col-sm-4">
<h4><u>Radical Youth Society</u></h4>
<p>I am proud to say that I am part of the Radical Youth Leicester, which is a vibrant Christian society founding student body.
It is a wonderful society and welcomes students from all backgrounds.
</p>
<a href="pics/ry2.jpg" data-fancybox="images">
<img class="img-size thumbnail" src="pics/ry2.jpg" alt="Radical Youth Society"></a>
</div>
</div>
</div>
<!-- My Projects-->
<div class="container-fluid bg-4">
<div class="page-header">
<h3 id="projects">My Projects</h3>
</div>
<div class="row">
<div class="col-sm-4">
<div class="cards card-bg">
<div class="card-block">
<h4 class="card-title">Staff Review System</h4>
<h6 class="card-subtitle mb-2 text-muted">Organised by Sytner Group LTD</h6>
<p class="card-text">This a mini-project which I had to complete as part of the application process for a junior developer placement role.
This project is a Web Application which allows staff to review, update information about students who are enrolled on courses.
This project exposed me to ASP.NET MVC, C#, the use of Microsoft Entity Framework and SQL Server.
</p>
<a href="https://github.com/ms853/staff-review/" class="btn btn-primary">View Repository</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="cards card-bg">
<div class="card-block">
<h4 class="card-title">Software Engineering Group Project</h4>
<h6 class="card-subtitle mb-2 text-muted">Organised by FDM Group and University of Leicester</h6>
<p class="card-text">This software engineering group project consisted of me working in an group with fellow students, and applying agile methodologies to software development.
This project allowed me to gain experience and develop knowledge of how software development is carried out using agile principles such as: Scrum, Continuous Integration (CI using Travis). It also allowed me to gain an understanding of every role in an agile project.
My role in the project was a compliance officer/requirements analyst - which involved identifying and writing good requirements. On the technical side, I assisted my group as a front/back-end developer.
This allowed me to develop my knowledge of Java Spring MVC, Bootstrap and JavaScript.
I really enjoyed working in an agile environment and I seek to secure a job role that revolves around working in an agile way.
</p>
<a href="#" class="btn btn-primary">View Repository</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="cards card-bg">
<div class="card-block">
<h4 class="card-title">Financial Business Calculator</h4>
<h6 class="card-subtitle mb-2 text-muted">UoL Computer Science Coursework</h6>
<p class="card-text">This is a piece of coursework which I completed as part of the assessment criteria for the Computer Science module - Financial Business Computing.
This application allows the user to calculate different financial ratios such as: Equity ratio, Asset and Liability ratios.
I developed this application using Java for the functionality and JavaFX for the general user interface.
</p>
<a href="#" class="btn btn-primary">View Repository</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="cards card-bg">
<div class="card-block">
<h4 class="card-title">Client & Server Chatroom</h4>
<h6 class="card-subtitle mb-2 text-muted">Independent Study</h6>
<p class="card-text">This is a small client & server application using Java Swing (for the user interface).
I completed this application as part of my independent learning because I wanted to understand Java Socket programming.
</p>
<p class="card-text">This is a small client & server application using Java Swing (for the user interface).
I completed this application as part of my independent learning because I wanted to understand Java Socket programming.
</p>
<a href="https://github.com/ms853/Client-and-Server-Chatroom" class="btn btn-primary">View Repository</a>
</div>
</div>
</div>
</div>
</div>
<!-- My Skills -->
<div class="container-fluid bg-3">
<div class="page-header">
<h3 id="skills">My Skills</h3>
</div>
<p>
The majority of my software skills were developed through independent learning.
On the other hand, my first introduction to OOP (Object Orientated Programming), even programming itself was when I studied the Computer Science module - Program Design which introduced me to the <b>Java</b> programming language.
Additionally, other Computer Science modules such as: Data Structures & Development Environments, GUI & HCI and Operating Systems solidified my understanding OOP and advanced programming concepts such as multi-threading and socket-programming.
The progress bar is an indication of the level of competency and experience I have in that specific programming language/skill.</p>
<div class="row">
<!-- My software skillset -->
<div class="col-sm-5">
<h4><span class="glyphicons glyphicons-embed-close">Programming Skills</span></h4>
<h5>HTML</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="88" aria-valuemin="0" aria-valuemax="100" style="width:88%">
88%
</div>
</div>
<h5>Javascript</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width:45%">
45%
</div>
</div>
<h5>PHP</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width:45%">
45%
</div>
</div>
<h5>Java</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:70%">
70%
</div>
</div>
<h5>Shell Scripting</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width:25%">
25%
</div>
</div>
<h5>CSS</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
90%
</div>
</div>
<h5>Linux</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100" style="width:55%">
55%
</div>
</div>
<h5>C#</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width:45%">
45%
</div>
</div>
<h5>ASP .NET MVC</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100" style="width:65%">
65%
</div>
</div>
<h5>MySQL</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width:50%">
50%
</div>
</div>
<h5>Git Version Control</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100" style="width:65%">
65%
</div>
</div>
<h5>Spring MVC</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width:50%">
50%
</div>
</div>
</div>
<!-- Skills - Microsoft Office -->
<div class="col-sm-5">
<h4>Microsoft Office</h4>
<h5>MS Word</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width:100%">
100%
</div>
</div>
<h5>MS Excel</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
90%
</div>
</div>
<h5>MS PowerPoint</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width:100%">
100%
</div>
</div>
<h5>MS Access</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width:85%">
85%
</div>
</div>
</div>
</div>
</div>
<!-- Contact Me -->
<div class="container-fluid bg-2">
<div class="page-header">
<h3 id="contact">Contact Me</h3>
</div>
<p>Feel free to email me.</p>
<p><span class="glyphicon glyphicon-envelope"></span> msakyiama@outlook.com</p>
<div class="col-sm-7">
<form action="php/action.php" method="post">
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required>
</div>
</div>
<textarea class="form-control" id="comments" name="message" placeholder="Comment" rows="5"></textarea>
<p></p>
<div class="row">
<div class="col-sm-12 form-group">
<button class="btn btn-default pull-right" type="submit">Send</button>
</div>
</form>
</div>
</div>
</div>
<footer class="container-fluid bg-4 text-center">
<p>My awesome website. I made it using bootstrap. :)</p>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</footer>
</body>
</html>