-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (176 loc) · 7.18 KB
/
index.html
File metadata and controls
179 lines (176 loc) · 7.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Charlie's Website</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="theme.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="page-container">
<div class="topnav">
<a class="active" href="/">Home</a>
<a href="/blog/">Blog</a>
<a href="/books/">Books</a>
<!-- <a href="#contact">Contact</a>
<a href="#about">About</a> -->
</div>
<header>
<h1>Charlie's Website</h1>
</header>
<div class="content">
<div class="main">
<div class="center-text">
<h2>About Me</h2>
<p>My name is Charlie and I am a 21 year old Computer Scientist</p>
<h2>Projects</h2>
<p>Project titles are links :)</p>
</div>
<div class="project">
<div class="project-header">
<a href="/dissertation.pdf"><h3>Final Year Project:</h3></a>
</div>
<p>
For my Final Year Project at the University of Birmingham I created a hardware trigger
generator for the Universal Serial Bus. This aimed to show the vulnerabilities of the
USB protocol and focused on keyboard signals. The hardware used is a Raspberry Pi
Pico, and written in C. It is open sourced on
<a href="https://github.com/CharlesESW/pi-pico-keyboard-trigger"><u>Github</u></a> and
if you have any inquiries please send them to
<a href="mailto:fyp@charliew.net">fyp@charliew.net</a>. I would also like to give
special thank yous to my ringmates
<u
><a href="https://deltzabar.github.io">Sofia</a>,
<a href="https://imiqbal.com">Imaan</a>,
<a href="https://fernwarwick.github.io">Fern</a> and
<a href="https://anna-maths.xyz">Anna</a></u
>
for proofreading my paper.
</p>
<br />
<div class="project-header">
<a href="https://github.com/CarrotManMatt/RateMyModule" target="_blank"
><h3>RateMyModule:</h3></a
>
</div>
<p>
This was the website I made for my Team Project module at university, designed to
allow other uni students to review the modules they had taken, to help other students
make informed decisions about optional module choices.
</p>
</div>
<br />
<div class="project">
<div class="project-header">
<a href="https://github.com/CarrotManMatt/Pulsifi" target="_blank"
><h3>Pulsifi:</h3></a
>
</div>
<p>
This was a social media I worked on as a part of Durhack 2022, where we added a twist
that a post would be deleted when a timer runs out, but the timer gets longer and
shorter with likes and dislikes. We believed this would be a good way to democratise
social media.
</p>
</div>
<br />
<div class="project">
<div class="project-header">
<a href="https://github.com/CharlesESW/LostInTheSnow" target="_blank"
><h3>Lost In The Snow:</h3></a
>
</div>
<p>
This was a text based adventure game I created in Haskell during Durhack 2024 with
Ella Gardner.
</p>
</div>
</div>
<div class="sidebar">
<h2>Links</h2>
<a href="https://github.com/CharlesESW" target="_blank">GitHub</a>
<br />
<a rel="me" href="https://mathstodon.xyz/@charliew">Mastodon</a>
<h2>In Progress</h2>
<p>Making this website</p>
<p>An e-ink display to show calendar and spotify statuses</p>
<p>Create a limited-size search engine for pages in my webring</p>
<!-- Goodreads Widget -->
<div class="gr-widget-container">
<style type="text/css" media="screen">
.gr_custom_container_1746365601 {
border: 1px solid gray;
border-radius: 10px;
padding: 10px 5px;
background-color: #ffffff;
color: #000000;
width: 100%;
max-width: 300px;
margin: 10px auto;
}
.gr_custom_header_1746365601 {
border-bottom: 1px solid gray;
width: 100%;
margin-bottom: 5px;
text-align: center;
font-size: 120%;
}
.gr_custom_each_container_1746365601 {
width: 100%;
clear: both;
margin-bottom: 10px;
overflow: auto;
padding-bottom: 4px;
border-bottom: 1px solid #aaa;
}
.gr_custom_book_container_1746365601 {
overflow: hidden;
height: 60px;
float: left;
margin-right: 4px;
width: 39px;
}
.gr_custom_author_1746365601 {
font-size: 10px;
}
.gr_custom_tags_1746365601 {
font-size: 10px;
color: gray;
}
.gr_custom_rating_1746365601 {
float: right;
}
</style>
<script
src="https://www.goodreads.com/review/custom_widget/133445889.What%20Am%20I%20Currently%20Reading%3F?cover_position=left&cover_size=small&num_books=5&order=d&shelf=currently-reading&show_author=1&show_cover=1&show_rating=0&show_review=0&show_tags=0&show_title=1&sort=date_added&widget_bg_color=FFFFFF&widget_bg_transparent=&widget_border_width=1&widget_id=1746365601&widget_text_color=000000&widget_title_size=medium&widget_width=medium"
type="text/javascript"
charset="utf-8"
></script>
</div>
</div>
</div>
</div>
<footer class="webring-footer">
<p>
<a href="https://akpain.net/"><span class="webring-arrow">←</span> Abi Pain</a>
<span class="webring-separator"> | </span>
<span class="webring-text">webring</span>
<span class="webring-separator"> | </span>
<a href="https://quilletsofthelaw.com/">II <span class="webring-arrow">→</span></a>
</p>
<br />
<p style="display: flex; justify-content: center; align-items: center; gap: 5px">
<img
src="a17.png"
alt="Red rectangle wirh yellow diamond on the left side showing a person doing construction work and text saying 'Always Under Construction' "
/>
<span style="font-size: 1em">Hits:</span>
<span style="display: inline-block">
<script type="text/javascript" src="https://counter.websiteout.com/js/23/0/0/0"></script>
</span>
</p>
</footer>
</body>
</html>