-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
155 lines (142 loc) · 7.74 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<link rel="icon" href="images/me3.jpg">
<title>Daniel Chalmers Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<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" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>My Portfolio</h1>
<p>Daniel Chalmers</p>
<ul class="actions">
<li><a href="#header" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a class="logo">Project Showcase</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="index.html">Projects</a></li>
<li><a href="generic.html">About Me</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
<ul class="icons">
<li><a href="https://github.com/Dan-Chalmers" target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/dan-chalmers-5b1b44194/" target="_balnk" class="icon brands fa-linkedin"><span class="label">linkedin</span></a></li>
<li><a href="https://www.instagram.com/dan_chalmers26/?hl=en" target="_blank" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<h2>My Name is Daniel</br></h2>
<p>I am 21 years old and currently studying towards a degree in Computer Science at Coventry University<br> and
am passionate about Computing, Robotics, Artificial Intelligence, Physics and Mathematics as well as Mechanical<br> and Electronic Engineering.
My interests include programming, working on my MX-5, science fiction,
motorsport,<br> photography, space and building computers. <br><br><b>Below is a portfolio of some of the projects that I am most proud of.</b></br></br>
</p>
</header>
</article>
<!-- Posts -->
<section class="posts">
<article>
<header>
<h2>Royal Mail and MoD<br />
C++/C/Java 8/Bash</h2>
</header>
<a href="#" class="image fit"><img src="images/LM.jpg" alt="" height="300" /></a>
<p>From the months of June 2021 to August 2022, i was employed by Lockheed Martin. During these 14 months, I wrote code for applcations in the defence sector which is currently helpng to save lives.
I've also contributed to the developement and testing of stamp recognition and barcode decoding software for the Royal Mail that is now used on millions of mail pieces every day. I also pioneered the introduction of new
software and technolgies into Lockheed's Software Factory.
</p>
</article>
<article>
<header>
<h2>ZF Verification Tool<br />
Python 3.7/C</h2>
</header>
<a class="image fit"><img src="images/ZF.jpg" alt="" /></a>
<p>From April to December 2020, I was writing professional software for TRW Automotive (ZF) in Python and C. The purpose of my software is too test proprietary software generated by Vector against an in-house, formal requirements document.
My software is now used company-wide, all over the world. Doing this project has taught me about the importance of Agile development and structured testing.</p>
<ul class="actions special">
<li><a href="https://github.com/Dan-Chalmers/AutosarSourceCodeVerifier/tree/main" target="_blank" class="button">GitHub Page</a></li>
</ul>
</article>
<article>
<header>
<h2>AWS Virtual Assistant<br />
Python 3.7</h2>
</header>
<a class="image fit"><img src="images/botdave.png" alt="" /></a>
<p>The aim of this project was to create my own virtual assistant similar to Amazon's <i>Alexa</i> and Apple's <i>Siri</i>
using AWS for cloud hosting. The project uses APIs to access facts from Reddit,
play the radio, make phone calls, find weather forecasts, and send SMS messages. It does this using Request Handlers and AWS Lambda to enable the bot to respond. Each intent has multiple utterances.</p>
<ul class="actions special">
<li><a href="https://github.com/Dan-Chalmers/AWS-Virtual-Assistant/tree/master" target="_blank" class="button">GitHub Page</a></li>
</ul>
</article>
<article>
<header>
<h2>Morse Code Reader<br />
Python 3.5/SQL</h2>
</header>
<a class="image fit"><img src="images/morsecode.jpg" alt="" /></a>
<p>With this project, I was setting out to make a device that could aid the learning of Morse Code. Using a Raspberry Pi and a custom-made interface board, the software can accurately time each button press and produce a translated English string from the inputted Morse Code and vice versa.
This project incorporated an external Leaderboard and an automatic SMTP emailing system.
</p>
<ul class="actions special">
<li><a href="#" target="_blank" class="button">GitHub Page</a></li>
</ul>
</article>
<article>
<header>
<h2>Augmented Reality App<br />
C#</h2>
</header>
<a class="image fit"><img src="images/ARPlane.png" alt="" /></a>
<p>This Android application, made in the Unity Game Engine, displays what the user is seeing on their screen, overlaying a fixed marker onto it.
When the user taps the screen, a 3D virtual model plane I created will appear in its place. This 'plane' will be fixed in place and the user
can move the camera around it on all axes as well as being able to increase and decrease the size of the model. This project made use of APKs.
</p>
<ul class="actions special">
<li><a href="https://github.com/Dan-Chalmers/Augmented-Reality-App" target="_blank" class="button">GitHub Page</a></li>
</ul>
</article>
<article>
<header>
<h2>Asymmetric Encryption<br />
C++</h2>
</header>
<a href="#" class="image fit"><img src="images/encrypt.png" alt="" /></a>
<p>As part of a larger project, I designed and implemented an Encryption Algorithm. It uses two public keys, a private key and a checksum to encode an
inputted string. It would take 9^(2n-1) attempts to bruteforce the encyption where 'n' is the length of the string. This means that the average sentence
would take 2.95e+94 attempts to bruteforce. A later update added the ability to encode a greater amount of characters.</p>
<ul class="actions special">
<li><a href="https://github.com/Dan-Chalmers/Cpp-Encryption-Algorithm" target="_blank" class="button">GitHub Page</a></li>
</ul>
</article>
</section>
</div>
</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>