-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
71 lines (60 loc) · 2.91 KB
/
cv.html
File metadata and controls
71 lines (60 loc) · 2.91 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
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3D5B7P1700"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3D5B7P1700');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style-sheet.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700,900" rel="stylesheet">
<link rel="icon" href="favicon.ico" />
<title>Patrick Carrington</title>
<link rel="icon" href="/img/favicon.ico" />
</head>
<body>
<div style="text-align: left;">
<nav>
<ul>
<li>
<a href="index.html">
<span>Home</span>
</a>
</li>
<li>
<a href="PatrickCarrington.pdf" download="">
<span>Download</span>
</a>
</li>
</nav>
<h2>Patrick Carrington - CV</h2>
<hr>
<p>I’m a conscientious and enthusiastic Software Engineer,currently working at BAE Systems. I have recently graduated with a First Class BSc (Hons) Computing degree from the University of Buckingham. My previous experience in the retail sector has helped me develop teamwork, communication and leadership skills. I enjoy watching Formula One races and Rugby matches and am a keen photographer.</p>
<hr>
<h3>Work Experience</h3>
<p><b>BAE Systems</b> - Software Engineer - Jan 2023-Present</p>
<p><b>Tesco Stores Ltd.</b> - Customer Assistant (Services & Petrol Filling Station) - Nov 2017-Present</p>
<p><b>The University of Buckingham</b> - Student Ambassador - Aug 2021-Dec 2022</p>
<hr>
<h3>Education</h3>
<p><b>The University of Buckingham</b> - BSc (Hons) Computing - First Class Honours - 2020-2022 <br>Undergraduate Project: Automatic Detection of Empty Supermarket Shelves <br> </p>
<p><b>Princethorpe College</b> - A Levels - 2019 <br> Mathematics, Chemistry Physics, Extended Project Qualification <br> Academic Prefect & Science Leader</p>
<p><b>Princethorpe College</b> - GCSEs - 2017 <br> 11 GCSEs/IGCSEs A*-C including English, Maths and Sciences. Higher Project Qualification and Level 2 Latin Certificate</p>
<hr>
<h3>Technical Skills</h3>
<p>Programming Languages: C++, Python, HTML, CSS, JavaScript, SQL, MATLAB</p>
<p>Django</p>
<p>Microsoft Office</p>
<p>Adobe Photoshop</p>
<hr>
<h3>References</h3>
<p>Available on request</p>
<hr>
</div>
</body>
</html>