-
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
f0cb402
commit 88e109e
Showing
4 changed files
with
171 additions
and
14 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
<title>Nitin Soni's Digital Space</title> | ||
<link rel="stylesheet" href="/css/style.css"> | ||
<link rel="stylesheet" href="/css/media.css"> | ||
<link rel="icon" href="/favicon.ico" sizes="48x48" > | ||
<link rel="icon" href="/favicon.ico" sizes="48x48"> | ||
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml"> | ||
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/> | ||
<link rel="stylesheet" href="/assets/fonts/fontawesome/css/fontawesome.css"/> | ||
<link rel="stylesheet" href="/assets/fonts/fontawesome/css/solid.css"/> | ||
<link rel="stylesheet" href="/assets/fonts/fontawesome/css/brands.css"/> | ||
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> | ||
<link rel="stylesheet" href="/assets/fonts/fontawesome/css/fontawesome.css"> | ||
<link rel="stylesheet" href="/assets/fonts/fontawesome/css/solid.css"> | ||
<link rel="stylesheet" href="/assets/fonts/fontawesome/css/brands.css"> | ||
</head> | ||
<body> | ||
<div class="preloader"> | ||
|
@@ -47,23 +47,23 @@ | |
<div class="title"> | ||
<img src="/assets/images/greetings.svg"><!--Arizonia Font--> | ||
<svg viewBox="0 0 530 121" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M14.3842 62.6465C-13.5586 90.2972 1.53864 133.508 66.4018 106.456C131.264 79.4047 148.186 89.771 190.258 105.98C232.33 122.19 280.586 127.623 339.926 103.981C402.249 82.3266 422.278 99.0596 464.599 110.393C515.868 123.715 538.408 96.4687 525.376 78.2974C520.937 71.0188 508.251 72.1704 512.514 80.2658"/> | ||
<path d="M14.3842 62.6465C-13.5586 90.2972 1.53864 133.508 66.4018 106.456C131.264 79.4047 148.186 89.771 190.258 105.98C232.33 122.19 280.586 127.623 339.926 103.981C402.249 82.3266 422.278 99.0596 464.599 110.393C515.868 123.715 538.408 96.4687 525.376 78.2974C520.937 71.0188 508.251 72.1704 512.514 80.2658"> | ||
</svg> | ||
<h1>to You, Mate</h1> | ||
<p>Welcome! I'm <span class="gold-text">Nitin Soni</span> - explore my portfolio,<br>connect via diverse contact options, and engage on<br>social platforms for deeper insights.</p> | ||
</div> | ||
<div class="contact-box"> | ||
<div class="contact-bar"> | ||
<form action="mailto:[email protected]" method="post" enctype="text/plain"> | ||
<input type="text" class="text-field" name="body" placeholder="Type your message..." required/> | ||
<input type="submit" class="submit" value="E-mail me"/> | ||
<input type="text" class="text-field" name="body" placeholder="Type your message..." required> | ||
<input type="submit" class="submit" value="E-mail me"> | ||
</form> | ||
</div> | ||
</div> | ||
<button onclick="topFunction()" id="scroll-to-top"><i class="fa-solid fa-angle-up"></i></button> | ||
</section> | ||
<section id="portfolio" class="section"> | ||
<img src="/assets/images/blur-circle.webp" class="blur-circle"/> | ||
<img src="/assets/images/blur-circle.webp" class="blur-circle"> | ||
<div class="title"> | ||
<h2>Portfolio</h2> | ||
</div> | ||
|
@@ -141,7 +141,7 @@ <h3>Embark on My <br><span class="gold-gradient-text">Professional Odyssey</span | |
</div> | ||
</section> | ||
<section id="contact" class="section"> | ||
<img src="/assets/images/blur-circle.webp" class="blur-circle"/> | ||
<img src="/assets/images/blur-circle.webp" class="blur-circle"> | ||
<div class="title"> | ||
<h2>Contact</h2> | ||
</div> | ||
|
@@ -190,8 +190,33 @@ <h3>Nitin Soni</h3> | |
</div> | ||
</div> | ||
</div> | ||
<div class="gradient-ruler"></div> | ||
</section> | ||
</main> | ||
<footer> | ||
<div class="container"> | ||
<div class="wrapper-l"> | ||
<h2>NITIN SONI</h2> | ||
<p>Sohna<br>Gurugram, HR 122103</p> | ||
</div> | ||
<div class="wrapper-r"> | ||
<div class="column a"> | ||
<h3>Donate</h3> | ||
<a href="#">...</a> | ||
</div> | ||
<div class="column b"> | ||
<h3>Reach out</h3> | ||
<a href="https://www.instagram.com/nitinsooni" target="_blank">Instagram</a> | ||
<a href="https://www.linkedin.com/in/nitinsooni" target="_blank">LinkedIn</a> | ||
</div> | ||
<div class="column c"> | ||
<h3>Webring</h3> | ||
<a href="https://landchad.net" target="_blank">LandChad</a> | ||
<a href="https://www.bugswriter.com" target="_blank">Bugswriter</a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="/js/script.js"></script> | ||
</body> | ||
</html> |