forked from shanicesmith98/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
57 lines (57 loc) · 4.7 KB
/
resume.html
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">
<title>welcome to cyberspace</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Asap|Comfortaa|Gudea|Hind+Guntur|Hind+Madurai|Hind+Vadodara|Maven+Pro|Ropa+Sans|Source+Code+Pro" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="hero">
<h1>shanice's portfolio</h1>
<h2>take a step into my world</h2>
</div>
<div class="container">
<nav>
<a href="index.html" class="button">homepage</a>
<a href="about.html" class="button">about shanice</a>
<a href="classes.html" class="button">current classes</a>
<a href="resume.html" class="button">resume</a>
<a href="projects.html" class="button">personal projects</a>
<a href="contact.html" class="button">contact me</a>
</nav>
<main role="main">
<h3>Education</h3>
<p><b>LaGuardia Community College</b>, New York, NY <span class="right">June 2019</span><br><b>A.A.S. New Media Technology: Game Development</b><span class="right">expected</span><br><b>Programming Coursework:</b> Advanced C++ Programming, VR/AR & Immersive Media, System Analysis & Design, Multimedia Web Design<br><b>Technical Skills:</b> <i>(knowledgeable)</i> C++, HTML/CSS, Javascript, C#, Java, Python, SQL, Swift<br><b>Software:</b> Git/Github, Adobe Photoshop, Adobe Premiere, Unity</p>
<h3>Leaderships and Honors</h3>
<p><b>Fellow, America Needs You</b> (2018 – Present): Selected from a competitive pool of first generation college students to serve in a 2-year career development and leadership training program<br><b>Member, Women In Technology</b> (2018 – Present): Active participant in the STEM club geared towards tech-savvy female students. Also, maintains the <a href="https://lagcc-cuny.digication.com/women-in-technology-student-club">ePortfolio site</a> to advertise the programming projects, career workshops, and technical sessions by academia and industry professionals of the group<br><b>Member, G.R.A.C.E. Program</b> (2018 – Present): Member of exclusive Women Empowerment program at LAGCC that encourages women to improve their critical thinking and leadership skills through civic engagement</p>
<h3>Experience</h3>
<p><b>LGBTQIA SAFE ZONE HUB & WOMEN’S CENTER</b>, Long Island City, NY<span class="right">October 2018 – Present</span><br><b><i>Volunteer Staff</i></b><br><ul><li>Recorded survey data and scanned relavant documents to improve the performance of future extracurricular events</li>
<li>Maintained and updated inventory records on a weekly basis through Excel Spreadsheet</li>
<li>Made copies, organized office space and performed other office duties as assigned</li></ul></p>
<p><b>AMERIVENTS: US OPEN</b>, Flushing, NY <span class="right">August 2018 – September 2018</span><br><b><i>Cashier</i></b><span class="right">August 2017 – September 2017</span><br><ul>
<li>Managed cash, credit, and debit transactions for over 1,000 guests daily</li>
<li>Maintained clean and orderly checkout areas and complete other general cleaning duties</li>
<li>Supervised and coordinated activities of cooking staff to ensure that guests receive prompt and courteous service</li></ul></p>
<p><b>SUMMER YOUTH PROGRAM: QUEENS HERALD CHURCH</b>, Fresh Meadows, NY<span class="right">July 2014 – August
2014</span><br><b><i>Teacher Assistant</i></b><br><ul><li>Assisted with homework assignments and provided further instruction on class lessons for 20+ first grade students</li>
<li>Collaborated daily with classroom teachers to keep activities running smoothly</li>
<li>Organized and supervised games and other recreational activities to promote physical, mental, and social development</li></ul></p>
<h3>Additional</h3>
<p><b>Personal Interests:</b> Lo Fi music, ethical hacking, anime, cooking, ballet & hip-hop dancing, writing, gaming, cycling</p>
</main>
</div>
<footer>
<div class="container">
<div class="social">
<a href="http://www.github.com/shanicesmith98"><img src="images/github.png" height="36" width="36" alt="github logo"></a>
<a href="http://www.linkedin.com/in/shanicesmith98/"><img src="images/linkedin.png" height="36" width="36" alt="linkedin logo"></a>
<a href="http://www.twitter.com/"><img src="images/twitter.png" height="36" width="36" alt="twitter"></a>
<a href="http://www.vimeo.com/user90254394/"><img src="images/vimeo.png" height="36" width="36" alt="vimeo"></a>
<a href="http://www.queensdogwalker.wordpress.com/"><img src="images/wordpress.png" height="36" width="36" alt="wordpress"></a>
</div>
</div>
</footer>
</body>
</html>