-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
61 lines (49 loc) · 4.42 KB
/
about.html
File metadata and controls
61 lines (49 loc) · 4.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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>Freelancer portfolio</title>
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<nav class="nav">
<div class="container">
<div class="nav-row">
<a href="./index.html" class="logo"><strong>Aalam Tashmatov</strong> portfolio</a>
<button class="dark-mode-btn">
<img src="./img/icons/sun.svg" alt="Light mode" class="dark-mode-btn__icon">
<img src="./img/icons/moon.svg" alt="Dark mode" class="dark-mode-btn__icon">
</button>
<ul class="nav-list">
<li class="nav-list__item"><a href="./index.html" class="nav-list__link nav-list__link--active">Projects</a></li>
<li class="nav-list__item"><a href="./skills.html" class="nav-list__link">Skills</a></li>
<li class="nav-list__item"><a href="./contacts.html" class="nav-list__link">Contacts</a></li>
<li class="nav-list__item"><a href="./cool_galery/projeckt2/projeckt2/index.html" class="nav-list__link">Galery</a></li>
<li class="nav-list__item"><a href="./about.html" class="nav-list__link">About us</a></li>
</ul>
</div>
</div>
</nav>
<header class="header">
<div class="header__wrapper">
<div class="header__text">
<p>Title: Aalam Tashmatov - A Passionate Mentor and Student
Introduction:
Hello, my name is Aalam Tashmatov, and I am a 19-year-old enthusiast with a deep love for mentoring, teaching, and gaming. I am currently in my second year of study at Ala-Too University and work as a mentor and instructor at Geeks, where I have the opportunity to share my knowledge and passion with others. In addition to my academic and professional pursuits, I have a strong affinity for playing video games and watching anime.
Academic Journey:
I am currently pursuing my education at Ala-Too University, where I am in my second year of studies. I am dedicated to my academic journey, seeking to expand my knowledge and gain the skills necessary to excel in my chosen field. My commitment to learning extends beyond the classroom, as I continuously strive to broaden my horizons and stay up-to-date with the latest developments in my chosen field.
Professional Experience:
I have had the privilege of working as a mentor and instructor at Geeks, a role that has been incredibly fulfilling for me. At Geeks, I guide and support individuals in their learning journeys, helping them to develop their skills and overcome challenges. It is a role that allows me to share my passion for learning and technology with others, and I find it incredibly rewarding to witness the growth and development of my students.
Hobbies and Interests:
Outside of my academic and professional life, I am an avid gamer. Video games offer me a unique way to unwind, connect with friends, and engage in exciting virtual adventures. I appreciate the strategic thinking, problem-solving, and teamwork that games often require, and I find it to be a great way to balance the demands of my academic and professional life.
Additionally, I have a strong interest in anime. The diverse and creative storytelling, unique characters, and visually stunning worlds found in anime have always captivated me. Watching anime serves as a form of escapism and inspiration, offering me a different perspective on storytelling and art.
Conclusion:
In summary, I am Aalam Tashmatov, a dedicated student at Ala-Too University and a passionate mentor at Geeks. I am committed to my academic and professional growth, while also enjoying the immersive worlds of video games and the captivating narratives of anime. I look forward to the continued growth of my academic and professional journey and to sharing my knowledge and passions with others along the way.</p>
</div>
</div>
</header>
</body>
<script src="./js/main.js"></script>
</html>