From f37cea2c76de0700786ec436015d2ef24194541e Mon Sep 17 00:00:00 2001 From: mvpreneur Date: Mon, 15 Apr 2024 16:30:33 +0500 Subject: [PATCH] Adds mvpreneur resume directory and files --- student-resumes/mvpreneur-resume/index.html | 165 ++++++++++++++ student-resumes/mvpreneur-resume/style.css | 225 ++++++++++++++++++++ 2 files changed, 390 insertions(+) create mode 100644 student-resumes/mvpreneur-resume/index.html create mode 100644 student-resumes/mvpreneur-resume/style.css diff --git a/student-resumes/mvpreneur-resume/index.html b/student-resumes/mvpreneur-resume/index.html new file mode 100644 index 0000000..073ada3 --- /dev/null +++ b/student-resumes/mvpreneur-resume/index.html @@ -0,0 +1,165 @@ + + + + + + CV + + + + + + + +
+
+

Ali Waliyyu
Aspiring Dev

+
+
+
+ + +
+
+ +
+

With a background as a Director of Operations, I bring expertise in policy and procedural implementation, finance, reservations, and business administration. My skills include managing technical assets and streamlining booking processes for efficiency and aesthetics. I'm experienced in revenue management, scaling up operations, and utilizing Google Ads. I also handle booking checks, invoicing, and problem-solving effectively. By the way don't believe everything here as I gave some of my tasks in my business as bullet points and this is what ChatGPT generated lol. I don't consider myself an expert in Revenue management etc.

06+ years work experience in multi cultural environment. A very positive can do attitude and able to meet deadlines. Versatile skills set with 05+ years experience in customer service at 5* luxury resorts. Interesting appearance, team player and quick learner. Innovative problem solver. Trained and experienced in resolving customer complaints and providing efficient resolutions.

+
+
+
+
+
+

Contact

+
    +
  • + + +960 9663998 +
  • +
  • + + ali@amazing-escapes.com +
  • +
  • + + www.amazing-escapes.com +
  • +
  • + + Addu City, Maldives +
  • +
+ +

Skills

+
+
+

Microsoft Office Suite

+
+
+
+

Adobe Photoshop

+
+
+
+

Adobe Illustrator

+
+
+
+

Adobe InDesign

+
+
+
+

Adobe Lightroom

+
+
+
+
+
+

Education

+
+
+

April 2024

+
+ TheHeartBrokenDev Curriculumn +
+
+
+
+
+

June 2011

+
+ GCE A'Level (Science) +
+
+
+
+
+

November 2008

+
+ GCE O'Level (Science) +
+
+
+

Work Experience

+
+
+

2022 to Present

+
+ Director of Operations
Amazing Escapes Ltd, London, UK
+
+
+
+
+
+

2022 to Present

+
+ Reservations Agent
One&Only Reethi Rah, Maldives, Kaafu Atoll, Maldives
+
+
+
+
+
+

2019 to 2020

+
+ Cluster Reservations Agent
Hard Rock Hotel Maldives, Kaafu Atoll, Maldives
+
+
+
+
+
+

2019 to 2020

+
+ Cluster Reservations Agent
SAii Lagoon Maldives, Kaafu Atoll, Maldives
+
+
+
+
+
+

2017 to 2019

+
+ Guest Relations Officer
Cocoon Maldives, Lhaviyani Atoll, Maldives
+
+
+
+
+
+
+

Hobbies

+
    +
  • + +

    Travelling

    +
  • +
  • + +

    Graphics Designing

    +
  • +
  • + +

    Reading

    +
  • +
+
+
+ + + \ No newline at end of file diff --git a/student-resumes/mvpreneur-resume/style.css b/student-resumes/mvpreneur-resume/style.css new file mode 100644 index 0000000..a8ac25e --- /dev/null +++ b/student-resumes/mvpreneur-resume/style.css @@ -0,0 +1,225 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: 'Poppins', sans-serif; +} + +body { + display: flex; + justify-content: center; + align-items: center; + min-height: 100vh; + background: #f5f5f5; +} + +.container { + position: relative; + width: 100%; + max-width: 1000px; + min-height: 1000px; + background: #fff; + margin: 50px; + box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1) +} + +.top { + position: relative; + width: 100%; + height: auto; + background: linear-gradient(45deg, #231fbf, #69175f); + padding: 50px; +} + +.top .rightSide { + font-size: 0.7em; +} + +.imgBx img { + position: absolute; + border-radius: 50%; +} + +h2 { + font-size: 3em; + color: #fff; + text-transform: uppercase; + line-height: 0.7em; + letter-spacing: 0.1em; +} + +h2 span { + font-size: 0.4em; + font-weight: 300; +} + +.group { + position: relative; + display: grid; + gap: 40px; + width: 100%; + grid-template-columns: 1fr 2fr; + margin-top: 20px; +} + +.group .imgBx { + position: relative; + width: 100%; +} + +.group .imgBx img { + width: 100%; +} + +.group p { + color: #fff; + font-size: 1.05em; +} + +.bottom { + position: relative; + display: grid; + margin: 50px 50px 0; + gap: 40px; + grid-template-columns: 2fr 3fr +} + +/* .bottom .left_side { + margin-top: 50px; +} */ + +h4 { + font-size: 1.1em; + text-transform: uppercase; + letter-spacing: 0.25em; + color: #fff; + background: #231fbf; + font-weight: 600; + padding: 0 15px; + margin-top: 40px; + display: inline-flex; +} + +.contactInfo { + position: relative; + display: flex; + flex-direction: column; + gap: 20px; + margin: 20px 0; +} + +.contactInfo li { + list-style: none; + display: flex; + gap: 10px +} + +.contactInfo li .icon { + color: #231fbf; +} + +.contactInfo li .text { + color: #555; +} + +.skills { + position: relative; + width: 100%; + display: flex; /* we cannot use flex-direction without setting display to flex */ + flex-direction: column; + gap: 20px; + margin: 20px 0; +} + +.skills .skillsBox { + position: relative; + display: grid; + align-items: center; + grid-template-columns: 2fr 2fr; +} + +.skills .skillsBox p { + color: #333; +} + +.skills .skillsBox .value { + position: relative; + width: 100%; + background: #eee; + height: 10px; +} + +.skills .skillsBox .value::before { + position: absolute; + width: var(--i); + content: ''; + height: 100%; + background-color: #231fbf; +} + +.adjstMargin { + margin-top: -10px; +} + +.edu_group { + position: relative; + width: 100%; + display: flex; + flex-direction: column; + gap: 20px; + margin: 20px 0; +} + +.edu_groupBx { + position: relative; + display: grid; /* we cannot use grid-template-columns without setting display to grid */ + grid-template-columns: 1fr 3fr; +} + +.edu_groupBx p { + font-weight: 400; +} + +.edu_groupBx b { + font-weight: 600; + color: #231fbf; +} + +.edu_groupBx b span { + position: relative; + font-size: 0.8em; + color: #666; + top: -10px; +} + +.edu_group .edu_groupBx .value { + margin-left: 10px; +} + +.hobbies { + padding: 0 50px 50px; +} + +.hobbies ul { + display: flex; + margin-top: 20px; + gap: 20px; + justify-content: space-between; +} + +.hobbies ul li { + list-style: none; + color: #333; + width: calc(100% / 3); + padding: 20px 0; + display: flex; + flex-direction: column; + /* align-items: center; */ + gap: 5px; + background: #f3f3f3; + text-align: center; +} + +.hobbies ul li i { + font-size: 2em; +} \ No newline at end of file