diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8a9a56..b6bf28f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ </p> <p class="description mb-2"> Project Description </p> - <p> + <p class="project-links"> <a target="_blank" href="Your project Link" class="link primary-link">Live Demo <a target="_blank" href="Your Github Repo of the project" class="link secondary-link">View Source diff --git a/project.css b/project.css new file mode 100644 index 0000000..4a81744 --- /dev/null +++ b/project.css @@ -0,0 +1,60 @@ +.primary-link{ + transition-duration: 0.2s; + +} + +.primary-link:hover{ + box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24); + +} + +.secondary-link{ + transition-duration: 0.4s; +} +.secondary-link:hover{ + background-color: var(--primary-color); + color: white; +} + +.section{ + margin:1rem 0rem; + background-color: #e0e0e0; + width: 40%; + display: inline-block; + margin-left: 6%; + border-radius: 20px; + height: fit-content; + transition-duration: 0.4s; + /* border-color: var(--primary-color); */ + border: 3px solid var(--primary-color); +} +.section:hover{ + box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); +} +.project-heading{ + text-align: center; + transform: translateY(-10px); +} +.project-links{ + width: fit-content; + margin: auto; +} + +@media (max-width: 768px){ + .section{ + display: block; + width: auto; + margin: 15px; + padding: 20px; + padding-bottom: 25px; + } + .project-links a{ + padding: 7.5px; + transform: translateX(-200%); + border-radius: 10px; + } + .project-heading{ + transform: translateY(12%); + } + +} \ No newline at end of file diff --git a/project.html b/project.html index 92b54ad..c0d9a6c 100644 --- a/project.html +++ b/project.html @@ -7,6 +7,7 @@ +
A simple web app created mainly using jQuery to make a virtual Simon Game.
-+
Live Demo View Source @@ -58,7 +59,7 @@
+
Live Demo View Source @@ -78,7 +79,7 @@
+
Live Demo View Source @@ -100,7 +101,7 @@
+
Live Demo View Source @@ -120,7 +121,7 @@
+
Live Demo View Source @@ -139,7 +140,7 @@
+
Live
Demo
View
@@ -158,7 +159,7 @@
A CLI app to test your knowledge of JavaScript. There are two levels. Play the game to see your JS skills.
+
Live Demo
View
@@ -179,7 +180,7 @@
+
Live Demo
View
@@ -200,7 +201,7 @@
Hang Man Game Build Using Modern React concepts like hooks, functional components, use state, use effect hooks.
+
Live Demo
View
@@ -220,12 +221,12 @@
Basic Design Clone of Hulu OTT Platform(Fully Static).
+
Live Demo
View
Source
- Created By ap-darknight
+ Created By
image gallery to search an integrated random image from Pixabay API
+
Live Demo
View
@@ -260,7 +261,7 @@
Play/Pause Audio and bookmark Audio points.
+
Live Demo
View
@@ -278,7 +279,7 @@
Get the weather forecast of your location.
+ JavaScript Quiz
Know Me
A simple CLI app I created to test my friend that how well they know me. Its a fun quiz. If you dont know me
play to find out some intresting things about me.
Hang Man React
Hulu Clone
Image Gallery
Mini Audio Player
Weather Application