From 75712fc7640c66f86dd4c1950d802e882e5a4b13 Mon Sep 17 00:00:00 2001 From: "Kieran Klukas - kierank@Glaedrs-Nest.local" <92754843+kcoderhtml@users.noreply.github.com> Date: Fri, 13 Oct 2023 23:37:01 -0400 Subject: [PATCH 1/3] :art: Improve team member card design in about.html --- about.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/about.html b/about.html index 0a7c687..9e95e02 100644 --- a/about.html +++ b/about.html @@ -242,7 +242,7 @@

Our Team Members

-
+
team

Avinash Singh

@@ -252,7 +252,7 @@

Avinash Singh

-
+
team

Anand Singh

@@ -262,7 +262,7 @@

Anand Singh

-
+
team

Satwik Jain

@@ -272,7 +272,7 @@

Satwik Jain

-
+
team

SHRESTH MISHRA

@@ -282,7 +282,7 @@

SHRESTH MISHRA

-
+
-
+
team

Amiti Sharma

@@ -300,7 +300,7 @@

Amiti Sharma

-
+
team

SHREYA SUREKHA

@@ -311,7 +311,7 @@

SHREYA SUREKHA

-
+
team

JAY PRAKASH BIND

From 96bb8f133eded7bda0553ea8ea0ad7ec551ea26e Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:03:44 -0400 Subject: [PATCH 2/3] Create README.md --- README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28bc018 --- /dev/null +++ b/README.md @@ -0,0 +1,60 @@ +# Let's Code - Empowering Tech Enthusiasts + +Welcome to the Let's Code website! We're dedicated to empowering individuals in their tech journey by providing free study materials, job updates, educational guidance, and a supportive community. Our mission is to make quality tech education accessible to everyone, regardless of their background or financial constraints. + +## Table of Contents + +- [Introduction](#introduction) +- [Mission](#mission) +- [Vision](#vision) +- [Goals](#goals) +- [Technical Overview](#technical-overview) +- [Getting in Touch](#getting-in-touch) + +## Introduction + +At Let's Code, we believe in the transformative power of technology and the boundless opportunities it offers. Whether you're a job seeker or a tech enthusiast, we're here to guide and support you on your journey towards success. + +## Technical Overview +### File Structure + +Below is an overview of the main directories and their contents: + +- **Root Directory** + - `about.html`: The About Us page. + - `blog.html`: The Blog page. + - `Contribution.md`: A Markdown file, possibly related to contributions. + - `css/`: Directory containing CSS files for styling. + - `images/`: Directory containing image assets. + - `img/`: Another directory with image assets. + - `index.html`: The website's homepage. + - `internship.html`: Page dedicated to internships. + - `Jobs.html`: Page displaying job listings. + - `js/`: Directory for JavaScript files. + - `phpmailer/`: Directory related to PHP mailer functionality. + - `Resources.html`: Page providing additional resources. + - `services.html`: Page describing services offered. + - `team.html`: The Team page. + - `techgroup.html`: Page related to a tech group. + +### Resource Directories + +- `css/`: Contains CSS files for styling and design. +- `images/`: Stores various images used throughout the website, categorized into subdirectories like `about`, `banner`, `blog`, `case-study`, `client`, `flags`, `hero`, `icons`, `location`, `portfolio`, `process`, `service`, `shape`, `shop`, `team`, and `user-thumb`. +- `js/`: Houses JavaScript files that add interactivity and functionality to the site. It includes libraries like Bootstrap and Swiper. +- `js/vendor/`: Contains additional JavaScript libraries used in the project. +- `phpmailer/js/`: JavaScript files related to PHP mailer functionality. + +### Notable Files + +- `index.html`: The website's main entry point, featuring the homepage. +- `css/style.css`: The primary stylesheet for styling the website. +- `js/main.js`: The main JavaScript file that adds functionality and interactivity. +- `images/favicon.png`: The website's favicon. +- `phpmailer/js/main.js`: JavaScript related to PHP mailer functionality. + +## Getting in Touch + +If you have any questions, need assistance, or want to get involved with Let's Code, feel free to reach out to us. We're here to support you on your tech journey, and we can't wait to see you thrive in the tech industry! + +Explore our website, engage with our content, and let's code together! From 9479a00450a3f8766e9189deb3fddc215877005a Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:08:13 -0400 Subject: [PATCH 3/3] Delete README.md --- README.md | 60 ------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 28bc018..0000000 --- a/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# Let's Code - Empowering Tech Enthusiasts - -Welcome to the Let's Code website! We're dedicated to empowering individuals in their tech journey by providing free study materials, job updates, educational guidance, and a supportive community. Our mission is to make quality tech education accessible to everyone, regardless of their background or financial constraints. - -## Table of Contents - -- [Introduction](#introduction) -- [Mission](#mission) -- [Vision](#vision) -- [Goals](#goals) -- [Technical Overview](#technical-overview) -- [Getting in Touch](#getting-in-touch) - -## Introduction - -At Let's Code, we believe in the transformative power of technology and the boundless opportunities it offers. Whether you're a job seeker or a tech enthusiast, we're here to guide and support you on your journey towards success. - -## Technical Overview -### File Structure - -Below is an overview of the main directories and their contents: - -- **Root Directory** - - `about.html`: The About Us page. - - `blog.html`: The Blog page. - - `Contribution.md`: A Markdown file, possibly related to contributions. - - `css/`: Directory containing CSS files for styling. - - `images/`: Directory containing image assets. - - `img/`: Another directory with image assets. - - `index.html`: The website's homepage. - - `internship.html`: Page dedicated to internships. - - `Jobs.html`: Page displaying job listings. - - `js/`: Directory for JavaScript files. - - `phpmailer/`: Directory related to PHP mailer functionality. - - `Resources.html`: Page providing additional resources. - - `services.html`: Page describing services offered. - - `team.html`: The Team page. - - `techgroup.html`: Page related to a tech group. - -### Resource Directories - -- `css/`: Contains CSS files for styling and design. -- `images/`: Stores various images used throughout the website, categorized into subdirectories like `about`, `banner`, `blog`, `case-study`, `client`, `flags`, `hero`, `icons`, `location`, `portfolio`, `process`, `service`, `shape`, `shop`, `team`, and `user-thumb`. -- `js/`: Houses JavaScript files that add interactivity and functionality to the site. It includes libraries like Bootstrap and Swiper. -- `js/vendor/`: Contains additional JavaScript libraries used in the project. -- `phpmailer/js/`: JavaScript files related to PHP mailer functionality. - -### Notable Files - -- `index.html`: The website's main entry point, featuring the homepage. -- `css/style.css`: The primary stylesheet for styling the website. -- `js/main.js`: The main JavaScript file that adds functionality and interactivity. -- `images/favicon.png`: The website's favicon. -- `phpmailer/js/main.js`: JavaScript related to PHP mailer functionality. - -## Getting in Touch - -If you have any questions, need assistance, or want to get involved with Let's Code, feel free to reach out to us. We're here to support you on your tech journey, and we can't wait to see you thrive in the tech industry! - -Explore our website, engage with our content, and let's code together!