forked from nekruz03/3-Web
-
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.
made a standard dialog open when clicked
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 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 |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -49,9 +48,9 @@ <h2>Technical Skills</h2> | |
|
||
<footer> | ||
<p>© 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> |