-
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
Showing
2 changed files
with
354 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,286 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&family=Alata&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<title>50 Projects In 50 Days</title> | ||
<link rel="stylesheet" href="style.css" /> | ||
</head> | ||
<body> | ||
<h3>Projects</h3> | ||
<ul class="list-item"> | ||
<li> | ||
<a target="_blank" href="./Day 1 - Expanding Cards/index.html" | ||
>Day 1 - Expanding Cards</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 2 - Progress Steps/index.html" | ||
>Day 2 - Progress Steps</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 3 - Rotating Navigation/index.html" | ||
>Day 3 - Rotating Navigation</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 4 - Hidden Search Widget/index.html" | ||
>Day 4 - Hidden Search Widget</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 5 - Blurry Loading/index.html" | ||
>Day 5 - Blurry Loading</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 6 - Scroll Animation/index.html" | ||
>Day 6 - Scroll Animation</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 7 - Split Landing Page/index.html" | ||
>Day 7 - Split Landing Page</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 8 - Form Wave Animation/index.html" | ||
>Day 8 - Form Wave Animation</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 9 - Sound Board/index.html" | ||
>Day 9 - Sound Board</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 10 - Dad Jokes/index.html" | ||
>Day 10 - Dad Jokes</a | ||
> | ||
</li> | ||
|
||
<li> | ||
<a target="_blank" href="./Day 11 - Event KeyCodes/index.html" | ||
>Day 11 - Event KeyCodes</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 12 - FAQ Collapse/index.html" | ||
>Day 12 - FAQ Collapse</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 13 - Random Choice Picker/index.html" | ||
>Day 13 - Random Choice Picker</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 14 - Animated Navigation/index.html" | ||
>Day 14 - Animated Navigation</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 15 - Incrementing Counter/index.html" | ||
>Day 15 - Incrementing Counter</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 16 - Drink Water/index.html" | ||
>Day 16 - Drink Water</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 17 - Movie App/index.html" | ||
>Day 17 - Movie App</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 18 - Background Slider/index.html" | ||
>Day 18 - Background Slider</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 19 - Theme Clock/index.html" | ||
>Day 19 - Theme Clock</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 20 - Button Ripple Effect/index.html" | ||
>Day 20 - Button Ripple Effect</a | ||
> | ||
</li> | ||
|
||
<li> | ||
<a target="_blank" href="./Day 21 - Drag N Drop/index.html" | ||
>Day 21 - Drag N Drop</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 22 - Drawing App/index.html" | ||
>Day 22 - Drawing App</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 23 - Kinetic CSS Loader/index.html" | ||
>Day 23 - Kinetic CSS Loader</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 24 - Content Placeholder/index.html" | ||
>Day 24 - Content Placeholder</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 25 - Sticky Navbar/index.html" | ||
>Day 25 - Sticky Navbar</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 26 - Double Vertical Slider/index.html" | ||
>Day 26 - Double Vertical Slider</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 27 - Toast Notification/index.html" | ||
>Day 27 - Toast Notification</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 28 - Github Profiles/index.html" | ||
>Day 28 - Github Profiles</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 29 - Double Heart Click/index.html" | ||
>Day 29 - Double Heart Click</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 30 - Auto Text Effect/index.html" | ||
>Day 30 - Auto Text Effect</a | ||
> | ||
</li> | ||
|
||
<li> | ||
<a target="_blank" href="./Day 31 - Password Generator/index.html" | ||
>Day 31 - Password Generator</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
target="_blank" | ||
href="./Day 32 - Good Cheap Fast Checkboxes/index.html" | ||
>Day 32 - Good Cheap Fast Checkboxes</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 33 - Notes App/index.html" | ||
>Day 33 - Notes App</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 34 - Animated Countdown/index.html" | ||
>Day 34 - Animated Countdown</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 35 - Image Carousel/index.html" | ||
>Day 35 - Image Carousel</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 36 - Hoverboard/index.html" | ||
>Day 36 - Hoverboard</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 37 - Pokedex/index.html" | ||
>Day 37 - Pokedex</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 38 - Mobile Tab Navigation/index.html" | ||
>Day 38 - Mobile Tab Navigation</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
target="_blank" | ||
href="./Day 39 - Password Strength Background/index.html" | ||
>Day 39 - Password Strength Background</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 40 - 3D Background Boxes/index.html" | ||
>Day 40 - 3D Background Boxes</a | ||
> | ||
</li> | ||
|
||
<li> | ||
<a target="_blank" href="./Day 41 - Verify Account UI/index.html" | ||
>Day 41 - Verify Account UI</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 42 - Live User Filter/index.html" | ||
>Day 42 - Live User Filter</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 43 - Feedback UI Design/index.html" | ||
>Day 43 - Feedback UI Design</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 44 - Custom Range Slider/index.html" | ||
>Day 44 - Custom Range Slider</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 45 - Netflix Navigation/index.html" | ||
>Day 45 - Netflix Navigation</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 46 - Quiz App/index.html" | ||
>Day 46 - Quiz App</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 47 - Testimonial Box Switcher/index.html" | ||
>Day 47 - Testimonial Box Switcher</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 48 - Random Image Feed/index.htm" | ||
>Day 48 - Random Image Feed</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 49 - Todo List/index.html" | ||
>Day 49 - Todo List</a | ||
> | ||
</li> | ||
<li> | ||
<a target="_blank" href="./Day 50 - Insect Catch Game/index.html" | ||
>Day 50 - Insect Catch Game</a | ||
> | ||
</li> | ||
</ul> | ||
|
||
<footer> | ||
Built with 💜 by | ||
<a target="_blank" href="">Ranjit Kairi</a>. Code on | ||
<a | ||
target="_blank" | ||
href="https://github.com/tsr-kairi/50-Projects-in-50-days" | ||
>Github</a | ||
> | ||
</footer> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
*::after, | ||
*::before { | ||
box-sizing: border-box; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
body { | ||
background-color: rebeccapurple; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: center; | ||
font-family: "Poppins", sans-serif; | ||
margin: 0 0 3rem; | ||
height: 100vh; | ||
overflow: hidden; | ||
} | ||
|
||
h3 { | ||
font-family: "Alata", sans-serif; | ||
text-transform: uppercase; | ||
color: gray; | ||
font-size: 2rem; | ||
letter-spacing: 20px; | ||
width: 100%; | ||
border-bottom: 1px solid #fff; | ||
align-items: center; | ||
text-align: center; | ||
margin-top: 0; | ||
} | ||
|
||
.list-item { | ||
padding: 0; | ||
display: grid; | ||
grid-template-columns: repeat(4, minmax(300px, 1fr)); | ||
margin-top: 0; | ||
} | ||
|
||
li { | ||
list-style-type: none; | ||
margin: 0.2rem 0; | ||
} | ||
|
||
li a { | ||
color: #fff; | ||
font-size: 0.9rem; | ||
text-decoration: none; | ||
justify-content: flex-start; | ||
} | ||
|
||
li a:hover { | ||
color: tomato; | ||
} | ||
|
||
footer { | ||
background-color: rgb(119, 65, 173); | ||
color: #f5f5f5; | ||
padding: 1rem; | ||
text-align: center; | ||
position: fixed; | ||
bottom: 0; | ||
width: 100%; | ||
} | ||
|
||
footer a { | ||
color: #f5f5f5; | ||
} |