-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
75 lines (58 loc) · 2.48 KB
/
resume.html
File metadata and controls
75 lines (58 loc) · 2.48 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
<!doctype html>
<html lang="en">
<header>
<title>Emil Roy's Resume</title>
<link rel="stylesheet" href="CSS/master.css">
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon"> <!-- This is website logo-->
<link rel="shortcut" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="Emil Roy's Portal">
<meta name="robots" content="noindex, nofollow"> <!--delete line if you want this webpage to go online-->
</header>
<body>
<hr>
<img src="Profile.jpg" width="40%" alt="Picture">
<h1>Emil Roy</h1>
<h4>Arizona State University</h4>
<h4>Class of 2024</h4>
<p>Email: <a href="mailto:emiljroy@gmail.com" target="_blank">emiljroy@gmail.com</a></p>
<h2>Portfolio</h2>
<h3>GitHub: <a href="https://github.com/emilroy" target="_blank">https://github.com/emilroy</a></h3>
<h2>Education</h2>
<h3>Bioscience High School</h3>
<h4>Freshman Computer Science Student at ASU</h4>
<h2>Professional Experiences</h2>
<h3>College Depot Intern</h3>
<h4>Phoenix, Arizona</h4>
<h5>August 2019 - March 2020</h5>
<ul>
<li>Assisted students in applying for their GED, college, or financial aid</li>
<li>Data entried hundreds of student's data</li>
<li>Used Microsoft Office tools like Outlook and Teams to communicate with my team</li>
</ul>
<h3>PXU ACT Test Boot Camp Tutor</h3>
<h4>Phoenix, Arizona</h4>
<h5>February 2020 - Present</h5>
<ul>
<li>Administered ACT tests and assisted students with questions</li>
<li>Created question by question videos using Microsoft Streams</li>
</ul>
<h3>South Light Rail Extension Intern</h3>
<h4>Phoenix, Arizona</h4>
<h5>May 2019-July 2019</h5>
<ul>
<li>Learned the importance of networking and community impact of the light rail extension</li>
<li>Went to AECOM to participate in civil engineering activities related to the light rail</li>
</ul>
<h2>How I'm trying to Learn</h2>
<ul>
<li><h3>Enrolled in "Member of Sun Devils Satellite Laboratory"</h3></li>
<h4>Part of small team competing in the CANSAT 2021 competition</h4>
<li><h3>Complete Tutorial of Arduino Mega 2560</h3></li>
<h4>Going through full tutorial provided by Elegoo</h4>
</body>
<footer>
<hr>
<p><a href="My Website">Back to my portal</a><p>
</footer>
</html>