-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
146 lines (125 loc) · 6.29 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Resume</title>
<link rel="stylesheet" href="./assets/style.css">
<link rel="stylesheet" href="./assets/secondary-style.css">
</head>
<body>
<!--start header-->
<header>
<h1>Niraj Limbu</h1>
<nav>
<a href="./index.html#about">About Me</a>
<a href="./index.html#work">Work</a>
<a href="./index.html #contact">Contact Me</a>
<a href="./resume.html">Resume</a>
</nav>
</header>
<!--end header-->
<!--hero banner-->
<section class="hero-banner">
<div>
<h2 class="page-title">
Resume
</h2>
</div>
</section>
<!--end hero-->
<article class="secondary-content">
<h3><u>Objective</u></h3>
<p>To secure a challenging position in a reputable organization to expand my learnings, knowledge, and skills
</p>
<h3><u>Professional Experience</u></h3>
<h4>Carrier Assistant</h4>
<h4>USPS, Columbus, OH | 08-2018 to Present</h4>
<ul>
<li>Routes or cases all classes of mail in sequence of delivery along an established route. Rearranges and
relabels cases as required.</li>
<li>Delivers mail along a prescribed route, on foot or by vehicle, on a regular schedule, picking up
additional mail from relay boxes as needed. Collects mail from street letter boxes and accepts letters
from mailing from customers; on certain routes may deliver mail that consists exclusively of parcel
post, or the collection of mail.</li>
</ul>
<h4>General Manager</h4>
<h4>Panda Express, Phoenix, AZ | 11/2017 to 05/2018</h4>
<ul>
<li>Lead all or some People aspects of a Panda Express restaurant including hiring, training, coaching, and
development.</li>
<li>Lead all or some Guest components of a Panda Express restaurant including excellent food quality, guest
service, associate friendliness, and restaurant cleanliness through your team using proven systems and
routines.</li>
<li>Lead all or some financial areas of a Panda Express restaurant including sales growth, cost management,
and profit growth.</li>
</ul>
<h4>Job Developer/Employment Specialist</h4>
<h4>Catholic Charities, Phoenix, Arizona | 03/2017 to 07/2017</h4>
<ul>
<li>Assessed the employment and education history of multilingual clients and generate unique career plans
with a goal of self-sufficiency.</li>
<li>Assisted clients in the completion of applications, preparation for interviews and assistance with
keeping appointments.</li>
<li>Actively developed employment opportunities by cultivating relationships with new employers and provided
potential employers with orientation regarding our special clientele.</li>
<li>Maintained all case documents, including documenting all client interactions, ensured files were up to
date and accurate.</li>
</ul>
<h4>Resettlement and Placement Case Manager I</h4>
<h4>Catholic Charities, Phoenix, Arizona | 08/2015 to 03/2017</h4>
<ul>
<li>Assessed the needs of the assigned refugee families by coordinating pre-arrival arrangements for food,
housing, etc.; provided for airport reception; assisted with sponsor orientation; provided all core
services as required.</li>
<li>Developed a resettlement plan by meeting with refugee and sponsor; prioritized refugee needs, listened
to the desires of refugee family; documented plan in the case record.</li>
<li>Maintained accurate case records as outlined by program or agency procedure and protocols.</li>
</ul>
<h4>Assistant Manager</h4>
<h4>ABC Cleaners, Phoenix, Arizona | 10/2014 to 09/2015</h4>
<ul>
<li>Worked with the manager to provide training and support for employees while at the same time offering
exceptional customer service to customers.</li>
<li>Resolved customer queries and doubts over the phone and in personal meetings.</li>
<li>Assisted with paperwork, cash outs, audits, and inventory.</li>
</ul>
<4>Store Assistant Manager</4>
<h4>Circle K, Phoenix, Arizona | 11/2013 to 04/2015</h4>
<ul>
<li>Provided prompt, courteous customer service and professionally resolves customer issues.</li>
<li>Performed and trained all duties of the CSR and Lead CSR positions.</li>
<li>Prepared and transmitted the daily bookkeeping, invoicing, and gasoline data.</li>
<li>Completed daily store reports and other duties as assigned by the Store Manager.</li>
</ul>
<h3>Education</h3>
<p>OSU BootCamp for Software Developer | Oct-2021 - Present</p>
<p>High School Diploma: Accounting/Management | 2005- 2007</p>
<h3>Language</h3>
English, Nepali(native), Hindi & Urdu
<h3>Achievement</h3>
<ul>
<li>Promoted to Job Developer, Catholic Charities, Phoenix, Arizona | 03/2017</li>
<li>Promoted to Store Assistant Manager, Circle K, Phoenix, Arizona | 10/2014</li>
<li>Promoted to Lead CSR Circle K, Phoenix, Arizona | 04/2014</li>
</ul>
<p>Proficient computer skills and knowledge of Outlook, and Microsoft Office Program (i.e. Word, Excel,
PowerPoint)</p>
</article>
<!-- contact -->
<section class="page-section contact" id="contact">
<h2>Contact Me</h2>
<div>
<address>
<a href="tel:+6024726537">602.472.6537</a>
<a href="mailto:nlimbu@yahoo.com">nlimbu@yhoo.com</a>
<a href="https://github.com/nlimbu07">Git Hub</a>
<a href="https://twitter.com">Twitter</a>
<a href="">Linkedln</a>
</address>
</div>
</section>
</main>
</body>
</html>