-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (39 loc) · 2.63 KB
/
index.html
File metadata and controls
54 lines (39 loc) · 2.63 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
<!DOCTYPE html>
<head>
<title>treeinsect</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img id = 'banner' src ='img/banner.png'>
</header>
<aside>
<img id = "asidemain" src ="img/mii/sidemii.png">
<ul id = 'nav'>
<li> <a href = "index.html"> Home </a> </li>
<li> <a href = "portfolio.html"> Portfolio </a> </li>
<li> <a href = "links.html"> Links </a> </li>
</ul>
<p>Welcome to the <b>website</b> of <b>Will Wright</b>!</p>
<p>This page is currently under construction, so for the time being, here are some of my past projects, WIPs, and things I'm involved in!</p>
<img id = "chart" src = "https://ghchart.rshah.org/treeinsect" alt = "A GitHub chart showing my recent commits">
</aside>
<section>
<h3><u>About Me</u></h3>
<p>I'm <b>Will</b>, a second year <b>Computer Science</b> student at the <b>University of Nottingham</b>.
<br><br> I made this website to show off everything I'm involved in - whether that be hackathons, personal projects, or extracurriculars.
<br><br> I'm General Secretary of <b>HackSoc</b> at Nottingham, as well as President of <b>Cheese Society</b>. I also recently became an official organiser of <b>HackNotts</b>!
<br><br> I have attended <b>4</b> hackathons at time of writing, and hope to attend many more. You can see what I made at each by clicking the <b>portfolio</b> tab.
<br><br> As well as liking computers, I'm also an <b>artist</b>! I mostly do digital illustration, but I recently started learning to crochet. You can also see my creative projects in my <b>portfolio</b>.
</p>
<br><br>
<img id = 'sectionmain' src = 'img/mii/mii1.png'>
<h4><u>Side Stuff</u></h4>
<p><b>Mentor Scheme -</b> I volunteered for and was chosen as a 2nd Year Mentor on the University of Nottingham Computer Science course. This involves running/participating in <b>course events</b>, <b>answering questions</b> from the year below, and providing a point of contact for a <b>group of 15 mentees.</b> It's a lot of fun!</p>
<p><b>Brothers Cream Productions -</b> An unofficial and unincorporated production company, working on making silly films for fun. Currently in preproduction on <b>Lenton Chainsaw Massacre.</b></p>
</section>
<footer>
<p>Hosted on GitHub Pages ^_^</p>
</footer>
</body>
</html>