-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
207 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="assets/css/styles.css"> | ||
|
||
<!-- =====BOX ICONS===== --> | ||
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
||
<title>Portfolio website</title> | ||
</head> | ||
<body> | ||
<!--===== HEADER =====--> | ||
<header class="l-header"> | ||
<nav class="nav bd-grid"> | ||
<div> | ||
<a href="#" class="nav__logo">Tanuja</a> | ||
</div> | ||
|
||
<div class="nav__menu" id="nav-menu"> | ||
<ul class="nav__list"> | ||
<li class="nav__item"><a href="#home" class="nav__link active-link">Home</a></li> | ||
<li class="nav__item"><a href="#about" class="nav__link">About</a></li> | ||
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li> | ||
<li class="nav__item"><a href="#work" class="nav__link">Work</a></li> | ||
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="nav__toggle" id="nav-toggle"> | ||
<i class='bx bx-menu'></i> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<main class="l-main"> | ||
<!--===== HOME =====--> | ||
<section class="home bd-grid" id="home"> | ||
<div class="home__data"> | ||
<h1 class="home__title">Hi,<br>I'am <span class="home__title-color">Tanuja Laga</span><br> An Air Hostess</h1> | ||
|
||
<a href="#" class="button">Contact</a> | ||
</div> | ||
|
||
<div class="home__social"> | ||
<a href="" class="home__social-icon"><i class='bx bxl-linkedin'></i></a> | ||
<a href="" class="home__social-icon"><i class='bx bxl-behance' ></i></a> | ||
<a href="" class="home__social-icon"><i class='bx bxl-github' ></i></a> | ||
</div> | ||
|
||
<div class="home__img"> | ||
<svg class="home__blob" viewBox="0 0 479 467" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
<mask id="mask0" mask-type="alpha"> | ||
<path d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z"/> | ||
</mask> | ||
<g mask="url(#mask0)"> | ||
<path d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z"/> | ||
<image class="home__blob-img" x="50" y="60" href="assets/img/perfil.png"/> | ||
</g> | ||
</svg> | ||
</div> | ||
</section> | ||
|
||
<!--===== ABOUT =====--> | ||
<section class="about section " id="about"> | ||
<h2 class="section-title">About</h2> | ||
|
||
<div class="about__container bd-grid"> | ||
<div class="about__img"> | ||
<img src="assets/img/about.jpg" alt=""> | ||
</div> | ||
|
||
<div> | ||
<h2 class="about__subtitle">I'am Tanuja Laga</h2> | ||
<p class="about__text"> Passionate Air Hostess with a Commitment to Excellence. | ||
|
||
As an air hostess, I thrive on the excitement of travel and the opportunity to serve passengers from all walks of life. My journey began with a deep love for aviation and a desire to create memorable experiences for travelers. With a background in customer service and safety protocols, I bring a unique blend of skills to the cabin. Whether it’s ensuring passenger comfort during long flights or handling emergency situations with poise, I take pride in my role. My dedication extends beyond the in-flight experience—I’m committed to fostering a positive atmosphere among the crew and collaborating seamlessly with fellow team members. So, fasten your seatbelt, and let’s embark on a journey together! </p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!--===== SKILLS =====--> | ||
<section class="skills section" id="skills"> | ||
<h2 class="section-title">Skills</h2> | ||
|
||
<div class="skills__container bd-grid"> | ||
<div> | ||
<h2 class="skills__subtitle">Profesional Skills</h2> | ||
<p class="skills__text">As a professional, I bring a diverse skill set to the table. My strengths include:</p> | ||
<div class="skills__data"> | ||
<div class="skills__names"> | ||
<i class='bx bxl-html5 skills__icon'></i> | ||
<span class="skills__name">Communication</span> | ||
</div> | ||
<div class="skills__bar skills__html"> | ||
|
||
</div> | ||
<div> | ||
<span class="skills__percentage">95%</span> | ||
</div> | ||
</div> | ||
<div class="skills__data"> | ||
<div class="skills__names"> | ||
<i class='bx bxl-css3 skills__icon'></i> | ||
<span class="skills__name">Problem Solving</span> | ||
</div> | ||
<div class="skills__bar skills__css"> | ||
|
||
</div> | ||
<div> | ||
<span class="skills__percentage">90%</span> | ||
</div> | ||
</div> | ||
<div class="skills__data"> | ||
<div class="skills__names"> | ||
<i class='bx bxl-javascript skills__icon' ></i> | ||
<span class="skills__name">Time Management</span> | ||
</div> | ||
<div class="skills__bar skills__js"> | ||
|
||
</div> | ||
<div> | ||
<span class="skills__percentage">85%</span> | ||
</div> | ||
</div> | ||
<div class="skills__data"> | ||
<div class="skills__names"> | ||
<i class='bx bxs-paint skills__icon'></i> | ||
<span class="skills__name">Teamwork</span> | ||
</div> | ||
<div class="skills__bar skills__ux"> | ||
|
||
</div> | ||
<div> | ||
<span class="skills__percentage">85%</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<img src="assets/img/work3.jpg" alt="" class="skills__img"> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!--===== WORK =====--> | ||
<section class="work section" id="work"> | ||
<h2 class="section-title">Work</h2> | ||
|
||
<div class="work__container bd-grid"> | ||
<a href="" class="work__img"> | ||
<img src="assets/img/work1.jpg" alt=""> | ||
</a> | ||
<a href="" class="work__img"> | ||
<img src="assets/img/work2.jpg" alt=""> | ||
</a> | ||
<a href="" class="work__img"> | ||
<img src="assets/img/work3.jpg" alt=""> | ||
</a> | ||
<a href="" class="work__img"> | ||
<img src="assets/img/work4.jpg" alt=""> | ||
</a> | ||
<a href="" class="work__img"> | ||
<img src="assets/img/work5.jpg" alt=""> | ||
</a> | ||
<a href="" class="work__img"> | ||
<img src="assets/img/work6.jpg" alt=""> | ||
</a> | ||
</div> | ||
</section> | ||
|
||
<!--===== CONTACT =====--> | ||
<section class="contact section" id="contact"> | ||
<h2 class="section-title">Contact</h2> | ||
|
||
<div class="contact__container bd-grid"> | ||
<form action="" class="contact__form"> | ||
<input type="text" placeholder="Name" class="contact__input"> | ||
<input type="mail" placeholder="Email" class="contact__input"> | ||
<textarea name="" id="" cols="0" rows="10" class="contact__input"></textarea> | ||
<input type="button" value="Enviar" class="contact__button button"> | ||
</form> | ||
</div> | ||
</section> | ||
</main> | ||
|
||
<!--===== FOOTER =====--> | ||
<footer class="footer"> | ||
<p class="footer__title">TANUJA</p> | ||
<div class="footer__social"> | ||
<a href="#" class="footer__icon"><i class='bx bxl-facebook' ></i></a> | ||
<a href="#" class="footer__icon"><i class='bx bxl-instagram' ></i></a> | ||
<a href="#" class="footer__icon"><i class='bx bxl-twitter' ></i></a> | ||
</div> | ||
<p class="footer__copy">© Bedimcode. All rigths reserved</p> | ||
</footer> | ||
|
||
|
||
<!--===== SCROLL REVEAL =====--> | ||
<script src="https://unpkg.com/scrollreveal"></script> | ||
|
||
<!--===== MAIN JS =====--> | ||
<script src="assets/js/main.js"></script> | ||
</body> | ||
</html> |