Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10 final lesiaturuta #432

Merged
merged 13 commits into from
Jan 12, 2024
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ <h1>MA Projects</h1>
<li>
Ihor Zapisochniy - <a href="./IgorFromUA/index.html">Final project</a>
</li>
<li>
Lesia Turuta - <a href="./lesiaturuta/PokemonProject/login.html">Pokemons</a>
vladyslav-yermolin-moc marked this conversation as resolved.
Show resolved Hide resolved
</li>
<li>
Rostyslav Vyshemirskyi - <a href="./rooosss/index.html">Final Project</a>
</li>
Expand Down
93 changes: 93 additions & 0 deletions docs/lesiaturuta/PokemonProject/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PokemonProject</title>
<link rel="stylesheet" href="./style.css">
</head>

<body>
<header class="header">
<nav class="nav justify__content--center">
<div class="container justify__content--between nav__container">
<div class="nav__logo">
<img class="logo__icon" src="./assets/logo-icon.svg" alt="logo">
<img class="logo__title" src="./assets/name-icon.svg" alt="name">
</div>
<ul class="nav__menu">
<li class="nav__menu-item">
<a class="menu__link" href="calculate.html">Calculator</a>
</li>
<li class="nav__menu-item">
<a class="menu__link" href="./cards.html">Pokemons</a>
</li>
<li class="nav__menu-item">
<a class="menu__link menu__link--active" href="./about.html">About</a>
</li>
<li class="nav__menu-item">
<a class="menu__link" href="./login.html">Login</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="main">
<div class="container justify__content--between main__container">
<div class="main__image">
<img class="image-pokemon" src="./assets/pokemon.png" alt="pokemon">
</div>
<article class="info">
<h1 class="description">About me</h1>
<p class="text">Hi! My name is [Text] and I'm a Junior Frontend Developer. I am already familiar with
main
Web
Technologies like HTML, CSS, JavaScript, and Git version control system.</p>
<p class="text">This page was developed during the course
<a class="link--red" href="https://www.mastersacademy.education/frontend-for-beginners-it"
target="_blank">'Frontend for beginners'
from Masters Academy in 2023.</a>
</p>
<p class="text">This is a social project from MOCG company where I got an opportunity to work with
Frontend
mentors and to create my own small project for the portfolio.</p>
<p class="text">You can contact me via
<a class="link--red" href="https://www.facebook.com/lesia.turuta" target="_blank">facebook</a>
and/or check out my
<a class="link--red" href="https://github.com/lesiaturuta" target="_blank">GitHub</a>.
</p>
</article>
</div>
</main>
<footer class="footer">
<ul class="footer__icons">
<li class="footer__icon-facebook item gap-right33">
<a class="item__link-facebook" href="#">
<img class="item__icon-facebook" src="./assets/media_icons/facebook.svg" alt="facebook">
</a>
</li>
<li class="footer__icon-linkedin item gap-right33">
<a class="item__link-linkedin" href="#">
<img class="item__icon-linkedin" src="./assets/media_icons/linkedin.svg" alt="linkedin">
</a>
</li>
<li class="footer__icon-instagram item">
<a class="item__link-instagram" href="#">
<img class="item__icon-instagram" src="./assets/media_icons/instagram.svg" alt="instagram">
</a>
</li>
</ul>
<p class="footer__description">
Made with 🤍 on course
<a class="footer__description-link"
href="https://www.mastersacademy.education/frontend-for-beginners-it" target="_blank">'Frontend
for beginners' from Masters Academy in 2023
</a>, by Lesia Turuta
</p>
</footer>
</body>

</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/lesiaturuta/PokemonProject/assets/card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/lesiaturuta/PokemonProject/assets/logo-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/lesiaturuta/PokemonProject/assets/name-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/lesiaturuta/PokemonProject/assets/search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading