-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (54 loc) · 2.93 KB
/
index.html
File metadata and controls
57 lines (54 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<img src="./me.jpeg" width="20%" alt="Picture of Damian Frey">
<h1>Damian Frey</h1>
<p>I'm Damian Frey, a hardworking individual who loves watching movies with friends and family during my free time. <br>
I'm a huge Marvel/DC fan, and I find joy in immersing myself in the captivating stories and thrilling adventures of these universes. <br>
With a strong work ethic and a passion for cinematic storytelling, I strive for excellence in all that I do.</p>
<hr>
<h2>Education</h2>
<ul>
<li><p>Lake Stevens Sr High School, 2022-Present</p></li>
<li><p>Cavelero Mid High School, 2019-2021</p></li>
</ul>
<h2>Work Experience</h2>
<h3>Student Technician, Lake Stevens School District, 2021-Present</h3>
<ul>
<li><p>Proficient in diagnosing and repairing broken, lost, or returned Chromebooks, effectively restoring them to optimal functionality.</p></li>
<li><p>Conduct inventory audits at various schools within the district, meticulously documenting chromebooks and other school-lended
electronics to maintain accurate database records.</p></li>
<li><p>Collaborate effectively with team members to streamline repair processes and enhance overall efficiency.</p></li>
<li><p>Skilled in the process of surplusing broken Chromebooks and salvaging functional parts for reuse,
maximizing resource utilization and cost-effectiveness.</p></li>
</ul>
<h2>Skills</h2>
<ul>
<li><p>Proficient in Microsoft Office Suite</p></li>
<li><p>Attention to detail: Meticulously focusing on accuracy and precision in all aspects of work, including repairs,
inventory management, and documentation.</p></li>
<li><p>Problem-solving: Applying analytical thinking and creative solutions to troubleshoot and resolve issues with Chromebooks and electronic devices.</p></li>
<li><p>Communication skills: Clearly conveying information, instructions, and updates to colleagues and school staff,
fostering effective collaboration</p></li>
<li><p>Teamwork: Collaborating effectively with team members to achieve shared goals and objectives.</p></li>
</ul>
<h2>Awards</h2>
<ul>
<li><p>2023 Microsoft Office Specialist State Champion, Microsoft PowerPoint (Office 2016)</p></li>
<li><p>2022 Microsoft Office Specialist State Champion, Microsoft Word (Office 2016)</p></li>
</ul>
<h2>Other</h2>
<ul>
<li><a href="./public/hobbies.html">Hobbies</a></li>
<li><a href="./public/contact.html">Contact Info</a></li>
</ul>
<footer>
<p>Copyright © 2023 Damian Frey. All rights reserved </p>
</footer>
</body>
</html>