-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
71 lines (71 loc) · 3.37 KB
/
resume.html
File metadata and controls
71 lines (71 loc) · 3.37 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body class="g-base">
<div class="p-resume">
<header class="g-header">
<a class="g-not-title" href="index.html">
Home
</a>
<div class="g-title">
Resume
</div>
<a class="g-not-title" href="apps.html">
Apps
</a>
<a class="g-not-title" href="other.html">
Other
</a>
<div class="g-details">
<span id="header-aside">Brought to you by:</span><span id="header-name">Gordon Hutchinson</span>
</div>
</header>
<main id="s-resumain">
<div class="resume-title">
Gordon Hutchinson
</div>
<div class="contact-info">85 Wood Street | Truro, NS | (902) 956 - 8724 | gordonjosephhutchinson@gmail.com</div>
<div class="resume-item-title">Education</div>
<div class="resume-item-content">IT Web Programming - NSCC Truro Campus</div>
<div class="resume-item-dates">September 2023 to May 2025</div>
<ul class="resume-item-details">
<li>Two year program</li>
<li>Training in various programming languages</li>
<li>Experience with databases, administration, and networking</li>
<li>Much experience in website design</li>
</ul>
<div class="resume-item-title">Work Experience</div>
<div class="resume-item-content">Dairy Queen Truro - Counter Attendant / Food Service</div>
<div class="resume-item-dates">March 2021 to October 2022</div>
<ul class="resume-item-details">
<li>Customer interaction</li>
<li>Working in stressful conditions</li>
</ul>
<div class="resume-item-content">Superstore Truro - PC Express Delivery</div>
<div class="resume-item-dates">February 2023 to Present</div>
<ul class="resume-item-details">
<li>Customer interaction</li>
<li>"Content delivery"</li>
</ul>
<div class="resume-item-title">Achievement</div>
<div class="resume-item-content">Codeflex 2023 Competition - NSCC Truro Campus</div>
<ul class="resume-item-details">
<li>Utilised Python, HTML, CSS, and SQL</li>
<li>Placed first with my teammate, Carter Haner</li>
<li>Completed the assigned Python work perfectly in just over half the given time</li>
</ul>
<div class="resume-item-title">Skills</div>
<ul class="resume-item-details">
<li>Python, HTML, CSS, SQL, MongoDB</li>
<li>Mental Math</li>
<li>Problem Solving</li>
</ul>
</main>
</div>
</body>
</html>