alyssa
This commit is contained in:
parent
2295dc5e0a
commit
b8d90f1c5c
BIN
alyssa/alyssa.jpg
Normal file
BIN
alyssa/alyssa.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
@ -1,23 +1,288 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Alyssa Mulville</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
div:{
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
|
||||
height: 100vh;
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
img {
|
||||
width: 15vw;
|
||||
margin: auto;
|
||||
padding: 10%;
|
||||
}
|
||||
|
||||
#col {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
height: 100vh
|
||||
}
|
||||
|
||||
#col1 {
|
||||
background-color: #476436;
|
||||
width: 30vw;
|
||||
min-height: 100vh;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
color: white;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
word-wrap: break-word;
|
||||
|
||||
}
|
||||
|
||||
#col2 {
|
||||
|
||||
flex-direction: column;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
#col1 a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#col1 hr {
|
||||
width: 75%;
|
||||
height: .5px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#info {
|
||||
font-size: 3vw;
|
||||
margin-left: 2vw;
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
|
||||
|
||||
#info ul {
|
||||
margin-left: -10vw;
|
||||
list-style-type: none;
|
||||
max-width: 85%;
|
||||
word-wrap: break-word;
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 600px) {
|
||||
|
||||
/* For tablets: */
|
||||
#info ul {
|
||||
margin-left: -2.2vw;
|
||||
list-style-type: none;
|
||||
max-width: 85%;
|
||||
word-wrap: break-word;
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
#contact {
|
||||
margin-left: -50px;
|
||||
}
|
||||
|
||||
#tell {
|
||||
padding-left: 2vw;
|
||||
background-image: url(phone.svg);
|
||||
background-position: 0 0;
|
||||
background-size: 1.5vw;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#mail {
|
||||
padding-left: 2vw;
|
||||
background-image: url(mail.svg);
|
||||
background-position: 0 0;
|
||||
background-size: 1.5vw;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
|
||||
#map {
|
||||
padding-left: 2vw;
|
||||
background-image: url(map.svg);
|
||||
background-position: 0 0;
|
||||
background-size: 1.5vw;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
|
||||
/* For desktop: */
|
||||
#info ul {
|
||||
margin-left: -1.5vw;
|
||||
list-style-type: none;
|
||||
max-width: 90%;
|
||||
word-wrap: break-word;
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
#contact {
|
||||
margin-left: -3vw !important;
|
||||
}
|
||||
}
|
||||
|
||||
.head {
|
||||
font-weight: bolder;
|
||||
font-size: 2.3vw;
|
||||
}
|
||||
|
||||
.sm_head {
|
||||
font-weight: 550;
|
||||
}
|
||||
|
||||
#skills {
|
||||
list-style-type: disc !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#name {
|
||||
font-size: 5vw;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
padding-top: 5%;
|
||||
}
|
||||
|
||||
#pitch {
|
||||
font-size: 2.75vw;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
#tell {
|
||||
padding-left: 2vw;
|
||||
background-image: url(phone.svg);
|
||||
background-position: 0 0;
|
||||
background-size: 1.5vw;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#mail {
|
||||
padding-left: 2vw;
|
||||
background-image: url(mail.svg);
|
||||
background-position: 0 0;
|
||||
background-size: 1.5vw;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
|
||||
#map {
|
||||
padding-left: 2vw;
|
||||
background-image: url(map.svg);
|
||||
background-position: 0 0;
|
||||
background-size: 1.5vw;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#summery {
|
||||
font-size: 2vw;
|
||||
margin: 15px;
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div>
|
||||
Future Site of Alyssa Mulville
|
||||
<body>
|
||||
<div id="col">
|
||||
|
||||
|
||||
<div id="col1">
|
||||
<img src="alyssa.jpg" alt="Alyssa Mulville">
|
||||
<div id="info">
|
||||
<p>CONTACT</p>
|
||||
<hr>
|
||||
<ul id="contact">
|
||||
<li id="tell">
|
||||
<a href="tel:860.491.8647">860..491.8647</a>
|
||||
</li>
|
||||
<br>
|
||||
<li id="mail">
|
||||
<a href="mailto:alyssa.mulville@gmail.com">alyssa.mulville@gmail.com</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>SKILLS</p>
|
||||
<hr>
|
||||
<ul id="skills">
|
||||
<li>Quickbooks</li>
|
||||
<li>Customer Service</li>
|
||||
<li>Calender and Scheduling</li>
|
||||
<li>Cash Management</li>
|
||||
<li>Accounts Management</li>
|
||||
<li>New Staff Traning</li>
|
||||
<li>Attention to Detail</li>
|
||||
</ul>
|
||||
<p>CERTS</p>
|
||||
<hr>
|
||||
<ul id="skills">
|
||||
<li>Servsafe</li>
|
||||
</ul>
|
||||
<p>CHARITY</p>
|
||||
<hr>
|
||||
<ul id="skills">
|
||||
<li>2 Years - <a href="https://www.heroarmycosplay.com/about">The Hero Army</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="col2">
|
||||
<p id="name">ALYSSA MULVILLE</p>
|
||||
<p id="pitch">SELF-MOTIVATED AND DETERMINED</p>
|
||||
<div id="summery">
|
||||
<p class="head">PROFESSIONAL PROFILE</p>
|
||||
<hr>
|
||||
<p>
|
||||
I strive to excel in every envirnment I'm in.
|
||||
I actively try to be a team player and build up reliable and strong relations with coworkers.
|
||||
I love to use skills I've learned from my previous 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 class="head">RELEVANT WORK EXPERIENCE</p>
|
||||
<hr>
|
||||
<h3 class="sm_head">
|
||||
Asst. Manager
|
||||
</h3>
|
||||
<p>Beach Party Balloons | Milford, CT | 2018 - 2021 </p>
|
||||
<p>Confer with clients regarding price, type of decor, and delivery details<br>
|
||||
Utilize knowledge of design and materials to fulfill orders <br>
|
||||
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>
|
||||
<p>Subway | Milford, CT | 2017 - 2020 </p>
|
||||
<p>
|
||||
Managed cash drawer<br>
|
||||
Operated under strict health and safety guidelines - from Subway and City<br>
|
||||
Trained and supervised new employees<br>
|
||||
Responsible for state of the store during shift - supply levels and cleanliness
|
||||
</p>
|
||||
<hr>
|
||||
<h3 class="sm_head">Bug Busters</h3>
|
||||
<p> Progressive Retail Managment | Bridgeport, CT | May 2015 - Aug 2017 </p>
|
||||
<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
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
1
alyssa/mail.svg
Normal file
1
alyssa/mail.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/></svg>
|
||||
|
After Width: | Height: | Size: 277 B |
1
alyssa/map.svg
Normal file
1
alyssa/map.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM15 19l-6-2.11V5l6 2.11V19z"/></svg>
|
||||
|
After Width: | Height: | Size: 335 B |
1
alyssa/phone.svg
Normal file
1
alyssa/phone.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/></svg>
|
||||
|
After Width: | Height: | Size: 441 B |
Loading…
x
Reference in New Issue
Block a user