Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jasurgraduate authored Apr 5, 2024
1 parent 1a18058 commit e4294d2
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions index.html
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="/">&#127968; HOME PAGE</a></li>
<li><a href="https://jasurjacob.wixsite.com/index/about-9">&#128187; RESUME</a></li>
<li><a href="https://jasurjacob.wixsite.com/index/blog">&#10002; MY BLOGS</a></li>
<li><a href="https://jasurjacob.wixsite.com/index/portfolio">&#128444; PORTFOLIO</a></li>
<li><a href="https://jasurjacob.wixsite.com/index/awards">&#127895; 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>&copy 2019-2023 Jasur Anorkulov</p>
</footer>
</body>
<script src="js/main.js"></script>

</html>
Binary file added logo.png
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 pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4294d2

Please sign in to comment.