-
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
798ea88
commit 6f1338f
Showing
10 changed files
with
410 additions
and
460 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="style2.css"> | ||
<link rel="stylesheet" href="projects_style.css"> | ||
<link rel="stylesheet" href="assets/fonts/Nexa Rust/stylesheet.css"> | ||
<link rel="stylesheet" href="assets/fonts/Catchy Mager/stylesheet.css"> | ||
<link rel="stylesheet" href="assets/fonts/EuroRoman/stylesheet.css"> | ||
<link rel="stylesheet" href="assets/fonts/Nexa Rust/stylesheet.css"> | ||
<link rel="stylesheet" href="assets/fonts/Raleway/stylesheet.css"> | ||
<link rel="fonts" href="assets\fonts\EuroRoman\eurro___.ttf"> | ||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
|
@@ -142,9 +142,7 @@ <h1 id="title_p1">Simpliblog</h1> | |
<div id="button_p" onclick="window.open('https://github.com/Shreyaskr1409/SimpliBlog', '_blank');">Repository</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h1 id="Click_to_explore">Click to explore:</h1> | ||
|
||
<div class="my_projects_section"> | ||
<div class="card-slider"> | ||
|
@@ -184,22 +182,23 @@ <h2>Health App</h2> | |
<span class="left-arrow_2">«</span> | ||
<span class="right-arrow_2">»</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- Resume Section --> | ||
<!-- To be added --> | ||
|
||
<!-- About me section --> | ||
<!-- <div id="am_container"> | ||
<div id="am_container"> | ||
<div id="am_inner_container"> | ||
<section class="mapbox" data-mapbox> | ||
<figure> | ||
<figure id="map_figure"> | ||
<iframe id="map_raipur" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d118983.72840229067!2d81.61907330000001!3d21.26190555!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a28dda23be28229%3A0x163ee1204ff9e240!2sRaipur%2C%20Chhattisgarh!5e0!3m2!1sen!2sin!4v1722771727215!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> | ||
</figure> | ||
</figure> | ||
</section> | ||
</div> | ||
</div> --> | ||
</div> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/gsap.min.js"></script> | ||
|
Oops, something went wrong.