-
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
1 parent
1a18058
commit e4294d2
Showing
3 changed files
with
95 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,95 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Anorkulov Jasur | Personal Website</title> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="icon" type="favicon" href="favicon.ico"> | ||
</head> | ||
|
||
<body> | ||
|
||
<body> | ||
|
||
|
||
<div class="logo"> | ||
<a href="https://jasurjacob.blogspot.com"> | ||
<img src="logo.png" alt="@jasurjacob"> | ||
</a> | ||
</div> | ||
|
||
<header> | ||
<h1>Official website | Anorkulov Jasur</h1> | ||
|
||
|
||
|
||
|
||
</header> | ||
|
||
<ul class="menu"> | ||
<li><a href="/">🏠 HOME PAGE</a></li> | ||
<li><a href="https://jasurjacob.wixsite.com/index/about-9">💻 RESUME</a></li> | ||
<li><a href="https://jasurjacob.wixsite.com/index/blog">✒ MY BLOGS</a></li> | ||
<li><a href="https://jasurjacob.wixsite.com/index/portfolio">🖼 PORTFOLIO</a></li> | ||
<li><a href="https://jasurjacob.wixsite.com/index/awards">🎗 AWARDS</a></li> | ||
</ul> | ||
|
||
|
||
<main> | ||
<div class="container"> | ||
<img src="pic.png" alt="Profile Picture" class="profile-pic" width="314" height="327"> | ||
|
||
<h2><div id="typing-text"></div></h2> | ||
</div> | ||
<h5>The software I use:</h5> | ||
<div class="column"> | ||
<h4>CAD (Creo, AutoCAD, Blender)</h4> | ||
<div class="progress-bar"> | ||
<div class="progress" style="width: 90%;">90%</div> | ||
</div> | ||
<h4>Robotstudio</h4> | ||
<div class="progress-bar"> | ||
<div class="progress" style="width: 90%;">90%</div> | ||
</div> | ||
<h4>Visual Studio Code (JS,HTML,CSS,PHP)</h4> | ||
<div class="progress-bar"> | ||
<div class="progress" style="width: 70%;">70%</div> | ||
</div> | ||
<h4>Filmora, Premier Pro, DaVinci</h4> | ||
<div class="progress-bar"> | ||
<div class="progress" style="width: 75%;">75%</div> | ||
</div> | ||
|
||
<!-- Add more progress bars as needed --> | ||
</div> | ||
|
||
<!-- Second column --> | ||
<div class="column"> | ||
<h4>Microsoft Office</h4> | ||
<div class="progress-bar"> | ||
<div class="progress" style="width: 90%;">90%</div> | ||
</div> | ||
<h4>Arduino, MatLAB</h4> | ||
<div class="progress-bar"> | ||
<div class="progress" style="width: 65%;">65%</div> | ||
</div> | ||
<h4>Photoshop</h4> | ||
<div class="progress-bar"> | ||
<div class="progress" style="width: 70%;">70%</div> | ||
</div> | ||
<h4>Audacity</h4> | ||
<div class="progress-bar"> | ||
<div class="progress" style="width: 60%;">60%</div> | ||
</div> | ||
|
||
</main> | ||
|
||
<footer> | ||
<p>© 2019-2023 Jasur Anorkulov</p> | ||
</footer> | ||
</body> | ||
<script src="js/main.js"></script> | ||
|
||
</html> |