From 1db0421b93ae2abd2fda64454e2d739db2d683e9 Mon Sep 17 00:00:00 2001 From: Gyanthakur Date: Sat, 14 Oct 2023 01:40:42 +0530 Subject: [PATCH] Updated Signed-off-by: Gyanthakur --- README.md | 37 ++++++++++++++++++ index.html | 102 +++++++++++++++++++++++++++++++++++++++++++++++--- project.html | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++ project.md | 68 +++++++++++++++++++++++++++++++++ style.css | 32 ++++++++++++++++ 5 files changed, 338 insertions(+), 5 deletions(-) create mode 100644 project.html create mode 100644 project.md diff --git a/README.md b/README.md index ecdb908..0ac1a0f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ A place to list and shocase your developer skills and profile 3. Fork this Repository 4. add following code to HTML `index.html` just before `` comment + +# 5.and keep in mind don't add in top and bottom your profile, add in between ```html
@@ -37,6 +39,41 @@ A place to list and shocase your developer skills and profile - [SKILL-1], [SKILL-2], [SKILL-3] with your skills - [YOUR GITHUB URL], [YOUR X/TWITTER URL] & [YOUR LINKEDIN URL] with your Github, X/Twitter & LinkedIn profile URL repectively. +# and made changes in `project.html` as follows OR go to `project.md` and watch how to add + +```html +
+
User Image
+

Gyan Pratap Singh

+
+ + + +
+
+ Your Project Title + + Repo Url + Deploy Link +
+
+ Skill-1 + Skill-2 + Skill-3 + Skill-4 + +
+ +
+``` + + + 4. Commit your changes. 5. Create a Pull Request diff --git a/index.html b/index.html index d176870..1b54063 100644 --- a/index.html +++ b/index.html @@ -21,17 +21,19 @@

Dev Profiles

onclick='window.open("https://github.com/Gyanthakur/DevProfile","_blank")'">Add your Profile   -

- + + +

-
- + -
+
+ +
User Image

Gyan Pratap Singh

@@ -49,6 +51,44 @@

Gyan Pratap Singh

+ +
+
User Image
+

Abdul Rehan

+
+ MERN Stack + Python + Next.js + Firebase + +
+ +
+ +
+
User Image
+

Ankit Jha

+
+ c + c++ + javascript + React + Python +
+ +
+ + +
User Image

Abhishek Sharma

@@ -100,6 +140,58 @@

Kiran Sala

+
+
User Image
+

Jassim Mohammed Shamim

+
+ Python + Android Developement + Java + HTML/CSS +
+ +
+
+
User Image
+

Aditya Garg

+
+ HTML + CSS + JAVASCRIPT + REACT + MONGO DB +
+ +
+
+
User Image
+

Aditya Kumar

+
+ HTML + CSS + JAVASCRIPT + Java + Prompt Engineering +
+ +
+
+
diff --git a/project.html b/project.html new file mode 100644 index 0000000..ce39092 --- /dev/null +++ b/project.html @@ -0,0 +1,104 @@ + + + + + + Projects + + + + + + + + +

Dev Projects

+ + + + + +

+ + + +
+ + + +
+
User Image
+

Gyan Pratap Singh

+
+ + + +
+
+ Text_UTILS + Repo Url + Deploy Link +
+
+ Javascript + ReactJs + C++ + Nodejs + +
+ +
+ + + + +
+
User Image
+

Gyan Pratap Singh

+
+ + + +
+
+ Text_UTILS + Repo Url + Deploy Link +
+
+ Javascript + ReactJs + C++ + Nodejs + +
+ +
+ + + + + +
+ + + + + + \ No newline at end of file diff --git a/project.md b/project.md new file mode 100644 index 0000000..305e1ea --- /dev/null +++ b/project.md @@ -0,0 +1,68 @@ +# DevProfiles +A place to list and shocase your developer skills and profile + + +## Contribute +1. Give Star on the repo + + +2. Follow the Account +2. Follow Account + + +3. Fork this Repository + +4. add following code to HTML `project.html` just before Last `div` `` comment + +# 5.and keep in mind don't add in top and bottom your Project, add in between or last + +```html +
+
User Image
+

Gyan Pratap Singh

+
+ + + +
+
+ Your Project Title + + Repo Url + Deploy Link +
+
+ Skill-1 + Skill-2 + Skill-3 + Skill-4 + +
+ +
+``` + + +> Note: Do not add your profile and project in top. +3. Change/Replace the placeholders with your image and profiles urls + - [IMAGE-URL] with your image URL + - [YOUR_NAME] with your name + - [SKILL-1], [SKILL-2], [SKILL-3] with your skills + - [YOUR GITHUB URL], [YOUR X/TWITTER URL] & [YOUR LINKEDIN URL] with your Github, X/Twitter & LinkedIn profile URL repectively. + +4. Commit your changes. + +5. Create a Pull Request + +6. Wait for Merge + + + +## Thank You +Thank you to every contributor of this repository
+Show some love by giving a ⭐ to this repository! diff --git a/style.css b/style.css index 6953ffe..844fb1b 100644 --- a/style.css +++ b/style.css @@ -92,11 +92,43 @@ h1 { display: inline-block; } +.project { + display: flex; + justify-content: space-between; + padding: 5px 10px; + /* border-radius: 5px; */ + font-size: 35px; +} +.project a{ + color: #1a21f1; + margin: 0 10px; + font-size: 24px; + text-decoration: none; + transition: color 0.3s, font-size 0.3s; +} + +.project a:hover{ + color: #000000; + font-size: 28px; +} +.projectNam{ + margin: 13px; + display: flex; + align-items: baseline; + justify-content: space-between; + padding: 5px 10px; + border-radius: 5px; + margin: 0 5px 10px 0; + font-size: 16px; + + +} .social { margin-top: 13px; display: flex; flex-direction: row; justify-content: center; + } .social a {