-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.html
87 lines (82 loc) · 5.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Manjila Nakarmi</title>
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Nanum+Gothic|Quicksand" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<script defer src="js/fontawesome-free-5.0.6/svg-with-js/js/fontawesome-all.js"></script>
<script src="js/jquery-3.3.1.min.js"></script>
</head>
<body>
<nav>
<div class="content-wrapper">
<span class="nav-links">
<a href="#" class="hamburger-icon"><i class="fa fa-bars fa-2x" aria-hidden="true"></i></a>
<div class="mobile-nav">
<a href="index.html#about">About</a>
<a href="index.html#portfolio">Projects</a>
<a href="index.html#testimonials">Testimonials</a>
<a href="index.html#contact">Contact</a>
</div>
</span>
</div>
</nav>
<main class="resume">
<h1>Manjila Nakarmi</h1>
<h2 class="city">San Francisco Bay Area</h2>
<h2><a href="tel:5105993435">(510) 599-3435</a></h2>
<h2><a href="mailto:[email protected]">[email protected]</a></h2>
<h2><a href="https://www.linkedin.com/in/manjilanakarmi">https://www.linkedin.com/in/manjilanakarmi</a></h2>
<h2><a href="https://github.com/Manjilan">https://github.com/Manjilan</a></h2>
<h2><a href="https://manjilanakarmi.com">http://manjilanakarmi.com</a></h2>
<h3>Skill</h3>
<p>HTML, CSS, JavaScript, jQuery, AJAX/JSON, node.js, Ruby on Rails, React, PostgreSQL, Bootstrap, MongoDB, Express.js, Java, Git, Vue</p>
<h4>JUNE 2019 TO SEPETEMBER 2019</h4>
<h5>Software Developer (Plugin Accelerator Program Participant) / Adobe</h5>
<ul>
<li>Selected for the first cohort of the Plugin Accelerator, sponsored by the Adobe Fund for Design. Partnered with a designer to build an Adobe XD plugin from scratch, working from Adobe's San Francisco offices and interacting directly with Adobe designers, developers, and product managers for input and feedback.</li>
<br>
<li>As the sole developer, architected and built the CopyThat plugin, a collaboration tool for designers and copywriters. The plugin provides a workspace for writers to preview content strings and stores the copy in a separate backend until the designer is ready to review the proposed changes. The CopyThat plugin was voted the winning plugin by Adobe XD and Creative Cloud Platform product executives and was awarded a MAX kiosk.</li>
<br>
<li>CopyThat was built in React on the Frontend and Node, Express and MongoDB for the Backend.</li>
</ul>
<h4>JANUARY 2019 TO JUNE 2019</h4>
<h5>Frontend Web Developer Intern/ Shutterfly Inc</h5>
<ul>
<li>Worked in a cross-functional team as a web developer for Marketing and Business Development Initiatives.</li>
<br>
<li>Code marketing emails from Mockup designs and optimize images. Coding partner landing pages and emails for continuous marketing Campaigns.</li>
<br>
<li>Cross-platform testing for emails using Salesforce Marketing Cloud.</li>
</ul>
<h4>JANUARY 2018 TO APRIL 2018</h4>
<h5>Web Development Immersive / General Assembly</h5>
<p>12-week intensive course that builds fluency in full-stack web development with emphasis on work-ready skill set. Built fully functional applications utilizing Ruby on Rails, JavaScript, HTML, CSS, jQuery, React, Nodejs, Expressjs, MongoDB, SQL, NoSQL.</p>
<h6>Eventure</h6>
<p>Created a Ruby on Rails app that populated the events table from an API call from Eventbrite. The app lets the user attend events and favorite the events and add it to their calendar. Personally built the front-end while also working on the database and associations between models.</p>
<h6>Dream Catcher</h6>
<p>Individually created a journal app that used Node.js, Express.js, MongoDB with implementation of Ejs and jquery in the front end. Created the database and the associations while being able to CRUD.</p>
<h6>Aventyr</h6>
<p>Collaborated with team members to develop a blog like app that used Node.js, Express.js, MongoDB where travelers go and post a card (blog post that mimics the polaroid pictures). Created the card database as well as the front end of the app. Integrated associations between different models and referencing them on searches.</p>
<h4>JUNE 2014</h4>
<h5>Host/ Great China Restaurant</h5>
<ul>
<li>Created floor charts and analyzed the seating and time pattern.</li>
<li>Interacted with waiting customers to pass information about their status updates.</li>
</ul>
<h3>Education</h3>
<h4>APRIL 2018</h4>
<h5>Web Development Immersive and Front End Web Development / General Assembly, SF</h5>
<h4>MAY 2017</h4>
<h5>Bachelor of Science/ San Francisco State University</h5>
<h3>Activities</h3>
<ul>
<li>Member of Women Who Code- East Bay, Girl Develop It- SF and Oakland, Tech ladies
<li>Participated in a hackathon organized by General Assembly on February 14, 2018</li>
<li>Volunteered at Service for Peace-Nepal(An organization that fostered war victim kids) as Administrative assistant.</li>
</ul>
</main>
</body>
</html>