From eded286ed27321b08e188e24b0eb1a779a151fb4 Mon Sep 17 00:00:00 2001 From: Ritvik Gupta Date: Thu, 14 Oct 2021 17:13:20 +0530 Subject: [PATCH] Changed UI and made it responsive --- CONTRIBUTING.md | 2 +- project.css | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ project.html | 29 ++++++++++++------------ 3 files changed, 76 insertions(+), 15 deletions(-) create mode 100644 project.css 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 @@ + CoderSaty | Projects @@ -39,7 +40,7 @@

Simon Game

A simple web app created mainly using jQuery to make a virtual Simon Game.

-

+

Best Indian Cricket Team 11

A simple web app created mainly using React.js to tell the best Indian 11 when India has to play all the matches at the same time.

-

+

Emoji Adder

A simple web app created mainly using Vanilla javascript to add meaningful emojis to your message to make it more intresting for the reader to read it.

-

+

Clock Pedia

online chats. Enter any clock emoji in the search bar and hit the button to know what does it mean.

-

+

Talk to Minions

A simple web app developed using Vanilla JS to convert a message in english to gibberish language which is used by minions.

-

+

Conflict Resolver

A simple web app developed using Vanilla JS to act as a virtual toss for two person or team to decide on any issue.

-

+

JavaScript Quiz

A CLI app to test your knowledge of JavaScript. There are two levels. Play the game to see your JS skills.

-

+

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

Hang Man Game Build Using Modern React concepts like hooks, functional components, use state, use effect hooks.

-

+

Hulu Clone

Basic Design Clone of Hulu OTT Platform(Fully Static).

-

+

@@ -239,7 +240,7 @@

Image Gallery

image gallery to search an integrated random image from Pixabay API

-

+

Mini Audio Player

Play/Pause Audio and bookmark Audio points.

-

+

Weather Application

Get the weather forecast of your location.

-

+