Skip to content

Commit

Permalink
made a standard dialog open when clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
nekruz03 committed Jan 19, 2024
1 parent f5aad5e commit 51c5141
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Nazirjonov Nekruz</h1>
<h2>Contact Information</h2>
<div class="contact-details">
<div class="contact-text">
<p>Phone: +7 911 287 82 03</p>
<p>Phone: <a href="tel:+79112878203">+7 911 287 82 03</a></p>
<p>Telegram: <a href="https://t.me/Nekruznnn">@Nekruznnn</a></p>
<p>GitHub: <a href="https://github.com/nekruz03">github.com/nekruz</a></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
Expand All @@ -38,7 +38,6 @@ <h2>Contact Information</h2>
<h2>Education</h2>
<p>ITMO University - Bachelors in Computer Science</p>
</section>


<section id="skills">
<h2>Technical Skills</h2>
Expand All @@ -49,9 +48,9 @@ <h2>Technical Skills</h2>

<footer>
<p>&copy; 2024 Nazirjonov Nekruz</p>
<section id="current-date-time"></section>
<button id="night-mode-toggle" onclick="toggleNightMode()">🌙 Toggle Night Mode</button>
<section id="current-date-time"></section>
<button id="night-mode-toggle" onclick="toggleNightMode()">🌙 Toggle Night Mode</button>
</footer>
<script src="main.js"></script>
</body>
</html>
</html>

0 comments on commit 51c5141

Please sign in to comment.