diff --git a/assets/images/github.png b/assets/images/github.png new file mode 100644 index 0000000..d8b27b6 Binary files /dev/null and b/assets/images/github.png differ diff --git a/assets/images/logo2.jpeg b/assets/images/logo2.jpeg new file mode 100644 index 0000000..41db972 Binary files /dev/null and b/assets/images/logo2.jpeg differ diff --git a/css/projectdetails.css b/css/projectdetails.css index f86d41d..2334b1e 100644 --- a/css/projectdetails.css +++ b/css/projectdetails.css @@ -1,259 +1,127 @@ -.topnav { - overflow: hidden; - background-color: white; - border: 1px solid; - padding: 10px; - box-shadow: 5px 2px #dfdfdf; - border-radius: 2vmin; +body { + margin: auto; + background-color: #08283d; } -.topnav a { - float: left; - display: block; +p { + margin-top: 0%; + margin-bottom: 0%; +} +a { color: black; - text-align: center; - padding: 2vmin; - margin-left: 1vmin; text-decoration: none; - font-size: 17px; + cursor: pointer; } -.topnav a:hover { - background-color: rgb(251, 255, 0); - color: black; - border-radius: 2vmin; +.details { + /* width: 95%; */ + margin: 0 auto; + display: flex; + flex-wrap: wrap; + justify-content: center; } -.topnav a.active { - background-color: #ffae00; - color: white; - border-radius: 2vmin; +.project { + background-color: #99d3fa; + width: 25%; + /* height: max-content; */ + margin: 2vmin; + padding: 1vmin; + border-radius: 12px; + border: 1px solid black; + box-shadow: 8px 6px #ffffffd7; } -.topnav .icon { - display: none; +.projectbox { + margin: 0 auto; + text-align: center; + font-size: 2em; + padding: 0%; + border: 2px solid black; + border-top: 0ch; + border-left: 0ch; + border-right: 0ch; } -@media screen and (max-width: 600px) { - .topnav a:not(:first-child) { - display: none; - } - .topnav a.icon { - float: right; - display: block; - } +.github { + width: 2em; } -@media screen and (max-width: 600px) { - .topnav.responsive { - position: relative; - } - .topnav.responsive .icon { - position: absolute; - right: 0; - top: 0; - } - .topnav.responsive a { - float: none; - display: block; - text-align: left; - } +.pabox { + margin: 0 auto; + text-align: center; + font-size: 1.5em; + padding: 0%; + border: 2px solid black; + border-top: 0ch; + border-left: 0ch; + border-right: 0ch; } -.logo { - width: 97vw; - height: 50vh; - padding: 2vmin; - border-radius: 5vmin; -} -.infobox { - background-color: #ffae00; - padding: 2vmin; - border-radius: 2vmin; - width: 96vw; - /* height: 90vh; */ +.mentorbox { + margin: 0 auto; text-align: center; - margin-bottom: 1vmin; - margin-top: 1vmin; + font-size: 1.5em; + padding: 0%; + border: 2px solid black; + border-top: 0ch; + border-left: 0ch; + border-right: 0ch; } -.infobox a { +.ANNOUNCE { + background-color: whitesmoke; + padding: 1vmin; + font-size: 1.5em; + margin-bottom: 2em; text-align: center; - padding-left: 5vmin; - padding-right: 5vmin; - /* border-style: solid; */ - padding: 2vmin; - font-size: 4vmin; - margin-top: 2vmin; - border-radius: 3vmin; - border-color: black; color: black; - text-decoration: none; -} - -.btns { + font-weight: 900; + word-spacing: 2vmin; + margin-top: 2vmin; + /* height: 5em; */ + display: flex; + flex-direction: column; justify-content: center; - margin-top: 7vh; } -.btns a:hover { - cursor: pointer; -} - -.footer { - /* position: fixed; */ - left: 0; - bottom: 0; - width: 98%; - background-color: black; - color: white; - text-align: center; +button { + font-size: 3vmin; margin: 2vmin; padding: 1vmin; - border-radius: 2vmin; + border-radius: 12px; + border: 2px solid black; + box-shadow: 5px 5px rgb(0, 0, 0); } -.btns h3 { +button:hover { + cursor: pointer; font-size: 3vmin; - text-align: center; -} - -table, -th, -td { - border: 1px solid black; + margin: 2vmin; padding: 1vmin; -} - -table { - width: 100%; -} - -.btns img { - width: 30vmin; -} - -.btns h1 { - font-size: 8vmin; -} - -.btns h2 { - font-size: 4vmin; -} - -@media screen and (max-width: 600px) { - .topnav { - overflow: hidden; - background-color: white; - border: 1px solid; - padding: 10px; - box-shadow: 5px 2px #dfdfdf; - border-radius: 2vmin; - - width: 142%; - } - - .topnav a { - float: left; - display: block; - color: black; - text-align: center; - padding: 2vmin; - margin-left: 1vmin; - text-decoration: none; - font-size: 17px; - } - - .topnav a:hover { - background-color: rgb(251, 255, 0); - color: black; - border-radius: 2vmin; - } - - .topnav a.active { - background-color: #ffae00; - color: white; - border-radius: 2vmin; - } - - .topnav .icon { - display: none; - } - - .logo { - width: 97vw; - height: 50vh; - padding: 2vmin; - border-radius: 5vmin; - } - .infobox { - background-color: #ffae00; - padding: 2vmin; - border-radius: 2vmin; - width: 140vw; - /* height: 90vh; */ - text-align: center; - margin-bottom: 1vmin; - margin-top: 1vmin; - } - - .infobox a { - text-align: center; - padding-left: 5vmin; - padding-right: 5vmin; - /* border-style: solid; */ - padding: 2vmin; - font-size: 4vmin; - margin-top: 2vmin; - border-radius: 3vmin; - border-color: black; - color: black; - text-decoration: none; - } - - .btns { + border-radius: 12px; + border: 2px solid black; + box-shadow: 2px 2px 10px 10px #0099ff; +} + +@media only screen and (max-width: 600px) { + .details { + /* width: 95%; */ + margin: 0 auto; + display: flex; + flex-wrap: wrap; + flex-direction: column; justify-content: center; - margin-top: 7vh; + align-content: center; } - - .btns a:hover { - cursor: pointer; - } - - .footer { - /* position: fixed; */ - left: 0; - bottom: 0; - width: 143%; - background-color: black; - color: white; - text-align: center; + .project { + background-color: #99d3fa; + width: 85%; + height: fit-content; margin: 2vmin; padding: 1vmin; - border-radius: 2vmin; - } - - .btns h3 { - font-size: 3vmin; - text-align: center; - } - - table, - th, - td { + border-radius: 12px; border: 1px solid black; - padding: 1vmin; - } - - .btns img { - width: 30vmin; - } - - .btns h1 { - font-size: 8vmin; - } - - .btns h2 { - font-size: 4vmin; + box-shadow: 8px 6px #ffffffd7; } } diff --git a/css/projects.css b/css/projects.css deleted file mode 100644 index 1d7f476..0000000 --- a/css/projects.css +++ /dev/null @@ -1,24 +0,0 @@ -#projectbox { - display: flex; - justify-content: space-around; -} - -#mentor { - /* background-color: aliceblue; */ - width: 30%; -} - -#name { - width: 30%; -} -#pa { - width: 30%; -} -#mentor { - width: 30%; -} - -body { - background-color: khaki; - font-size: 3vmin; -} diff --git a/index.html b/index.html index 52cc669..a3d1702 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@
diff --git a/json/projects.json b/json/projects.json index 9ead4bd..d3c59a0 100644 --- a/json/projects.json +++ b/json/projects.json @@ -241,8 +241,8 @@ "Website": null, "Video": null, "ProjectAdmin": { - "Name": null, - "GitHub": null + "Name": "Ashutosh Sahu", + "GitHub": "https://github.com/Ashuto7h" }, "Mentors": [ { @@ -449,10 +449,6 @@ { "Name": "Avinash Kumar", "GitHub": "https://github.com/kumaravinash9" - }, - { - "Name": "Mohd Rizwan Shaikh", - "GitHub": "https://github.com/Rizwan-S" } ] }, @@ -577,8 +573,8 @@ "GitHub": "https://github.com/arpit456jain" }, { - "Name": "Yash Thakare", - "GitHub": "https://github.com/YashThakare" + "Name": "Nikita Anil Gupta", + "GitHub": "https://github.com/gnikita432" } ] }, @@ -594,8 +590,8 @@ }, "Mentors": [ { - "Name": "Ankita Pal ", - "GitHub": "https://github.com/Ankita297" + "Name": "SUMIT SINGH ", + "GitHub": "https://github.com/WH0SUMIT" }, { "Name": "Atharva Gadkari", @@ -743,6 +739,14 @@ { "Name": "Ashwin Kumar Ramaswamy", "GitHub": "https://github.com/Ash515" + }, + { + "Name": "Mohd Rizwan Shaikh", + "GitHub": "https://github.com/Rizwan-S" + }, + { + "Name": "Ankita Pal", + "GitHub": "https://github.com/Ankita297" } ] }, @@ -856,6 +860,10 @@ { "Name": "Kanak", "GitHub": "https://github.com/kanak22" + }, + { + "Name": "SUMIT SINGH ", + "GitHub": "https://github.com/WH0SUMIT" } ] }, @@ -1138,7 +1146,7 @@ ] }, { - "ProjectName": "ProjectYard", + "ProjectName": "ML-ProjectYard", "Repository": "ashishsahu1/ML-ProjectYard", "Description": null, "Website": null, @@ -1151,10 +1159,6 @@ { "Name": "Devansh Tayal", "GitHub": "https://www.github.com/devansh2005" - }, - { - "Name": "Soumik Kumar Baithalu", - "GitHub": "https://github.com/soumik2012" } ] }, @@ -1271,5 +1275,43 @@ "GitHub": null } ] + }, + { + "ProjectName": "Web-dev-mini-Projects", + "Repository": "Ayushparikh-code/Web-dev-mini-projects", + "Description": null, + "Website": null, + "Video": null, + "ProjectAdmin": { + "Name": "Ayush Parikh", + "GitHub": "https://github.com/soumik2012/Chathub" + }, + "Mentors": [ + { + "Name": "S Harshita", + "GitHub": "https://github.com/harshita2216" + }, + { + "Name": "Shloka Gupta", + "GitHub": "https://github.com/chicken-biryani" + } + ] + }, + { + "ProjectName": "Face-Mask-Detection", + "Repository": "Ayushparikh-code/Face--Mask--Detection", + "Description": null, + "Website": null, + "Video": null, + "ProjectAdmin": { + "Name": "Ayush Parikh", + "GitHub": "https://github.com/Ayushparikh-code" + }, + "Mentors": [ + { + "Name": null, + "GitHub": null + } + ] } ] diff --git a/pages/projectdetails.html b/pages/projectdetails.html index bfc6fac..7d37bc7 100644 --- a/pages/projectdetails.html +++ b/pages/projectdetails.html @@ -2,980 +2,50 @@ - - - - - - -
- Sr. No.- |
-
- Project- |
-
- Project Admin- |
-
- Mentors- |
-
---|---|---|---|
- 1- |
-
- - Hacking-Scripts -- |
-
- Tejas1510- |
-
- Gowtham B- |
-
- 2- |
-
- - Athavani -- |
-
- Tejas1510- |
-
- - |
-
- 3- |
-
- - Rudra -- |
-
- - Harshal0902 -- |
-
- - |
-
- 4- |
-
- - - ETE2---Sparky - -- |
-
- - KISHOREMUTHU -- |
-
- - |
-
- 5- |
-
- - - Daily-Coding-DS-ALGO-Practice - -- |
-
- - Ayush7614 -- |
-
- Ashish
- |
-
- 6- |
-
- - Jar-web-app - -- |
-
- Creatoon- |
-
- Raj Aryan- |
-
- 7- |
-
- - - Face-X - -- |
-
- - - akshitagupta15june - -- |
-
- DIVYANSH KUMAR- |
-
- 8- |
-
- DLib- |
-
- - CodeFlow201 -- |
-
- - |
-
- 9- |
-
- - - AppleFoliarAI -- |
-
- - - smaranjitghose - -- |
-
- - |
-
- 10- |
-
- - - Nutrihelp - -- |
-
- Dragsters- |
-
- - |
-
- 11- |
-
- - - awesome-portfolio-websites -- |
-
- - - smaranjitghose - -- |
-
- Deepak Prasad Verma
- |
-
- 12- |
-
- - - Musicophilia -- |
-
- - nilisha-jais -- |
-
- - |
-
- 13- |
-
- - - Movie-Streaming-Website -- |
-
- - - QAZIMAAZARSHAD - -- |
-
- Kushagra Gupta- |
-
- 14- |
-
- - - Voters-Registration-Portal -- |
-
- - - QAZIMAAZARSHAD - -- |
-
- - |
-
- 15- |
-
- - - Income-Tax-Calcultor -- |
-
- - - QAZIMAAZARSHAD - -- |
-
- - |
-
- 16- |
-
- - - Dictu-Playground -- |
-
- - - avinashupadhya99 - -- |
-
- - |
-
- 17- |
-
- - - GitMarkonics - -- |
-
- - CodeFlow201 -- |
-
- - |
-
- 18- |
-
- - - codeflow -- |
-
- - CodeFlow201 -- |
-
- - |
-
- 19- |
-
- Banking WebApp- |
-
- - |
-
- - |
-
- 20- |
-
- - - Rotten-Scripts -- |
-
- - HarshCasper -- |
-
- - |
-
- 21- |
-
- - - Detection-of-Plant-Disease -- |
-
- - kashish-ag -- |
-
- - |
-
- 22- |
-
- - - FitMate -- |
-
- - - Code-Sauce-Official - -- |
-
- - |
-
- 23- |
-
- - formica -- |
-
- - felixfaisal -- |
-
- - |
-
- 24- |
-
-
- - - doc2pen -- |
-
- - - smaranjitghose - -- |
-
- - |
-
- 25- |
-
- - - DocLense -- |
-
- - - smaranjitghose - -- |
-
- - |
-
- 26- |
-
- - - Upcharika -- |
-
- - - smaranjitghose - -- |
-
- - |
-
- 27- |
-
- - - Upcharika -- |
-
- - - smaranjitghose - -- |
-
- - |
-
- 28- |
-
- - - makesmatheasy -- |
-
- - makesmatheasy -- |
-
- Arpit Jain- |
-
- 29- |
-
- - - eccentrictouch -- |
-
- - - DesignSystemsOSS - -- |
-
- - |
-
- 30- |
-
- - Mirage-UI -- |
-
- ALPHAVIO- |
-
- - |
-
- 31- |
-
- - WordNook -- |
-
- ALPHAVIO- |
-
- - |
-
- 32- |
-
- - - spacex-launch-data - -- |
-
- - manankohlii -- |
-
- - |
-
- 33- |
-
- - Desgen -- |
-
- - awantika10 -- |
-
- - |
-
- 34- |
-
- - - Discord-Bot - -- |
-
- amanosan- |
-
- - |
-
- 35- |
-
- - - VCallZer -- |
-
- - akshitadixit -- |
-
- - |
-
- 35- |
-
- - - Awesome-JavaScript-Projects -- |
-
- - Vishal-raj-1 -- |
-
- - |
-
- 36- |
-
- - CS-Hut -- |
-
- shriya030- |
-
- - |
-
- 37- |
-
- - - Awesome_Python_Scripts -- |
-
- - - prathimacode-hub - -- |
-
- Prathima Kadari
- |
-
- 38- |
-
- - - Hands-on-ML-Basic-to-Advance- -- |
-
- - - Niketkumardheeryan - -- |
-
- Srishti Ahlawat- |
-
- 39- |
-
- - - kidney-exchange - -- |
-
- siv2r- |
-
- RIA TYAGI
- |
-
- 40- |
-
- - - getbuttons.io - -- |
-
- - - DesignSystemsOSS - -- |
-
- Kanak- |
-
- 41- |
-
- - - project-zone -- |
-
- - - rockingrohit9639 - -- |
-
- - |
-
- 42- |
-
- - - covidcases_prediction - -- |
-
- - ayeshafalak -- |
-
- Sagar Pandurang Dhandare- |
-
- 43- |
-
- - - Woodog - -- |
-
- - - Feminine-Divine - -- |
-
- Aman Prakash Jha- |
-
- 44- |
-
- - - ML-ProjectKart -- |
-
- - - prathimacode-hub - -- |
-
- - |
-
TEMPORARY LIST PLEASE CHECK AND LET US KNOW FOR UPDATES
+Deadline for + Update 7 Pm + IST 6th July 2021 +
+ +