added tracking
This commit is contained in:
parent
c379e2da6f
commit
8356e8e56c
116
index.html
116
index.html
@ -1,18 +1,25 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Alyssa Mulville</title>
|
<title>Alyssa Mulville</title>
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
data-domain="alyssamulville.com"
|
||||||
|
src="https://metric1.chrisedwards.tech/js/script.js"
|
||||||
|
></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
|
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
box-sizing: border-box
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@ -23,7 +30,7 @@
|
|||||||
|
|
||||||
#col {
|
#col {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100vh
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#col1 {
|
#col1 {
|
||||||
@ -36,18 +43,15 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#col2 {
|
#col2 {
|
||||||
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#col1 a {
|
#col1 a {
|
||||||
@ -57,7 +61,7 @@
|
|||||||
|
|
||||||
#col1 hr {
|
#col1 hr {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
height: .5px;
|
height: 0.5px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -67,7 +71,6 @@
|
|||||||
margin-bottom: 150px;
|
margin-bottom: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#info ul {
|
#info ul {
|
||||||
margin-left: -10vw;
|
margin-left: -10vw;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
@ -77,7 +80,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 600px) {
|
@media only screen and (min-width: 600px) {
|
||||||
|
|
||||||
/* For tablets: */
|
/* For tablets: */
|
||||||
#info ul {
|
#info ul {
|
||||||
margin-left: -2.2vw;
|
margin-left: -2.2vw;
|
||||||
@ -105,7 +107,6 @@
|
|||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-size: 1.5vw;
|
background-size: 1.5vw;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
@ -115,11 +116,9 @@
|
|||||||
background-size: 1.5vw;
|
background-size: 1.5vw;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
|
|
||||||
/* For desktop: */
|
/* For desktop: */
|
||||||
#info ul {
|
#info ul {
|
||||||
margin-left: -1.5vw;
|
margin-left: -1.5vw;
|
||||||
@ -160,7 +159,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#tell {
|
#tell {
|
||||||
padding-left: 2vw;
|
padding-left: 2vw;
|
||||||
background-image: url(phone.svg);
|
background-image: url(phone.svg);
|
||||||
@ -175,7 +173,6 @@
|
|||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-size: 1.5vw;
|
background-size: 1.5vw;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
@ -196,24 +193,24 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="col">
|
<div id="col">
|
||||||
|
|
||||||
|
|
||||||
<div id="col1">
|
<div id="col1">
|
||||||
<img src="alyssa.jpg" alt="Alyssa Mulville">
|
<img src="alyssa.jpg" alt="Alyssa Mulville" />
|
||||||
<div id="info">
|
<div id="info">
|
||||||
<p>CONTACT</p>
|
<p>CONTACT</p>
|
||||||
<hr>
|
<hr />
|
||||||
<ul id="contact">
|
<ul id="contact">
|
||||||
<li id="tell">
|
<li id="tell">
|
||||||
<a href="tel:860.491.8647">860..491.8647</a>
|
<a href="tel:860.491.8647">860..491.8647</a>
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br />
|
||||||
<li id="mail">
|
<li id="mail">
|
||||||
<a href="mailto:alyssa.mulville@gmail.com">alyssa.mulville@gmail.com</a>
|
<a href="mailto:alyssa.mulville@gmail.com"
|
||||||
|
>alyssa.mulville@gmail.com</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>SKILLS</p>
|
<p>SKILLS</p>
|
||||||
<hr>
|
<hr />
|
||||||
<ul id="skills">
|
<ul id="skills">
|
||||||
<li>Quickbooks</li>
|
<li>Quickbooks</li>
|
||||||
<li>Customer Service</li>
|
<li>Customer Service</li>
|
||||||
@ -224,66 +221,71 @@
|
|||||||
<li>Attention to Detail</li>
|
<li>Attention to Detail</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>CERTS</p>
|
<p>CERTS</p>
|
||||||
<hr>
|
<hr />
|
||||||
<ul id="skills">
|
<ul id="skills">
|
||||||
<li>Servsafe</li>
|
<li>Servsafe</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>CHARITY</p>
|
<p>CHARITY</p>
|
||||||
<hr>
|
<hr />
|
||||||
<ul id="skills">
|
<ul id="skills">
|
||||||
<li>2 Years - <a href="https://www.heroarmycosplay.com/about">The Hero Army</a></li>
|
<li>
|
||||||
|
2 Years -
|
||||||
|
<a href="https://www.heroarmycosplay.com/about">The Hero Army</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="col2">
|
<div id="col2">
|
||||||
<p id="name">ALYSSA MULVILLE</p>
|
<p id="name">ALYSSA MULVILLE</p>
|
||||||
<p id="pitch">SELF-MOTIVATED AND DETERMINED</p>
|
<p id="pitch">SELF-MOTIVATED AND DETERMINED</p>
|
||||||
<div id="summery">
|
<div id="summery">
|
||||||
<p class="head">PROFESSIONAL PROFILE</p>
|
<p class="head">PROFESSIONAL PROFILE</p>
|
||||||
<hr>
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
I strive to excel in every envirnment I'm in.
|
I strive to excel in every envirnment I'm in. I actively try to be a
|
||||||
I actively try to be a team player and build up reliable and strong relations with coworkers.
|
team player and build up reliable and strong relations with
|
||||||
I love to use skills I've learned from my previous experiances to further aid in my work.
|
coworkers. I love to use skills I've learned from my previous
|
||||||
I am looking to find a good fit to build a good foundation to grow on.
|
experiances to further aid in my work. I am looking to find a good
|
||||||
|
fit to build a good foundation to grow on.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="head">RELEVANT WORK EXPERIENCE</p>
|
<p class="head">RELEVANT WORK EXPERIENCE</p>
|
||||||
<hr>
|
<hr />
|
||||||
<h3 class="sm_head">
|
<h3 class="sm_head">Asst. Manager</h3>
|
||||||
Asst. Manager
|
|
||||||
</h3>
|
|
||||||
<p>Beach Party Balloons | Milford, CT | 2018 - 2021</p>
|
<p>Beach Party Balloons | Milford, CT | 2018 - 2021</p>
|
||||||
<p>Confer with clients regarding price, type of decor, and delivery details<br>
|
<p>
|
||||||
Utilize knowledge of design and materials to fulfill orders <br>
|
Confer with clients regarding price, type of decor, and delivery
|
||||||
Trained new staff on policies and procedures<br>
|
details<br />
|
||||||
Maintained calendar with dates and times of deliveries</p>
|
Utilize knowledge of design and materials to fulfill orders <br />
|
||||||
<hr>
|
Trained new staff on policies and procedures<br />
|
||||||
|
Maintained calendar with dates and times of deliveries
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
<h3 class="sm_head">Shift Manager</h3>
|
<h3 class="sm_head">Shift Manager</h3>
|
||||||
<p>Subway | Milford, CT | 2017 - 2020</p>
|
<p>Subway | Milford, CT | 2017 - 2020</p>
|
||||||
<p>
|
<p>
|
||||||
Managed cash drawer<br>
|
Managed cash drawer<br />
|
||||||
Operated under strict health and safety guidelines - from Subway and City<br>
|
Operated under strict health and safety guidelines - from Subway and
|
||||||
Trained and supervised new employees<br>
|
City<br />
|
||||||
Responsible for state of the store during shift - supply levels and cleanliness
|
Trained and supervised new employees<br />
|
||||||
|
Responsible for state of the store during shift - supply levels and
|
||||||
|
cleanliness
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr />
|
||||||
<h3 class="sm_head">Bug Busters</h3>
|
<h3 class="sm_head">Bug Busters</h3>
|
||||||
<p> Progressive Retail Managment | Bridgeport, CT | May 2015 - Aug 2017 </p>
|
|
||||||
<p>
|
<p>
|
||||||
Quickbooks - records management, calendar<br>
|
Progressive Retail Managment | Bridgeport, CT | May 2015 - Aug 2017
|
||||||
Preformed financial calculations such as amounts due, balances, discounts <br>
|
</p>
|
||||||
Accessed computerized financial information to answer general questions as well as those related to specific accounts<br>
|
<p>
|
||||||
|
Quickbooks - records management, calendar<br />
|
||||||
|
Preformed financial calculations such as amounts due, balances,
|
||||||
|
discounts <br />
|
||||||
|
Accessed computerized financial information to answer general
|
||||||
|
questions as well as those related to specific accounts<br />
|
||||||
Scheduling and calendar management
|
Scheduling and calendar management
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user