From b3a81e6fcb18b0d4e16310f5dfcd847a90f54cae Mon Sep 17 00:00:00 2001 From: Akhila Sunesh <140897461+AkhilaSunesh@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:27:06 +0530 Subject: [PATCH 1/3] Done --- website/mainstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/mainstyle.css b/website/mainstyle.css index 012410b1..2b3373f1 100644 --- a/website/mainstyle.css +++ b/website/mainstyle.css @@ -1999,7 +1999,7 @@ body.light-mode { color: #000; } .light-mode li a { - color: #fff !important; + color: #000000 !important; } .light-mode .text-neutral-300 { From 6479962c659495083bf429bcba648f57aaf408dc Mon Sep 17 00:00:00 2001 From: Akhila Sunesh <140897461+AkhilaSunesh@users.noreply.github.com> Date: Tue, 4 Jun 2024 06:56:20 +0530 Subject: [PATCH 2/3] Done --- Data Structures and Algorithm (DSA)/readme.md | 2 +- DevOps/readme.md | 2 +- Machine learning/readme.md | 2 +- Open Source Development/readme.md | 2 +- Programming Languages/C(sharp)/readme.md | 2 +- Programming Languages/C++/readme.md | 2 +- Programming Languages/C/readme.md | 2 +- Programming Languages/Go/readme.md | 2 +- Programming Languages/Java/readme.md | 2 +- Programming Languages/JavaScript/readme.md | 2 +- Programming Languages/PHP/readme.md | 2 +- Programming Languages/Python/readme.md | 2 +- Programming Languages/R/readme.md | 2 +- Programming Languages/React JS/readme.md | 2 +- Programming Languages/TypeScript/readme.md | 2 +- UI-UX Design/readme.md | 2 +- Web Development/Frontend Development/readme.md | 2 +- Web Development/readme.md | 2 +- Web3/readme.md | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Data Structures and Algorithm (DSA)/readme.md b/Data Structures and Algorithm (DSA)/readme.md index ad28356a..c945d99a 100644 --- a/Data Structures and Algorithm (DSA)/readme.md +++ b/Data Structures and Algorithm (DSA)/readme.md @@ -1,4 +1,4 @@ -# Data Structures and Algorithm (DSA) πŸ–₯️ +# Data Structures and Algorithm (DSA) Data Structures and Algorithms (DSA) refer to the study of methods for organizing and storing data and the design of procedures (algorithms) for solving problems, which operate on these data structures. diff --git a/DevOps/readme.md b/DevOps/readme.md index 8790118e..d25afd89 100644 --- a/DevOps/readme.md +++ b/DevOps/readme.md @@ -1,4 +1,4 @@ -# DevOps ♾️ +# DevOps DevOps is a combination of software development (Dev) and operations (Ops). It is defined as a software engineering methodology which aims to integrate the work of development teams and operations teams by facilitating a culture of collaboration and shared responsibility. The DevOps methodology aims to shorten the systems development lifecycle and provide continuous delivery with high software quality. It emphasizes collaboration, automation, integration and rapid feedback cycles. These characteristics help ensure a culture of building, testing, and releasing software that is more reliable and at a high velocity. ## Table of Contents diff --git a/Machine learning/readme.md b/Machine learning/readme.md index 3c16dddb..a0b83aff 100644 --- a/Machine learning/readme.md +++ b/Machine learning/readme.md @@ -1,4 +1,4 @@ -# Machine Learning πŸ€– +# Machine Learning ## Table of Contents diff --git a/Open Source Development/readme.md b/Open Source Development/readme.md index 11434310..2536b98b 100644 --- a/Open Source Development/readme.md +++ b/Open Source Development/readme.md @@ -1,4 +1,4 @@ -# Open Source Development 🌈 +# Open Source Development Open source development involves collaborative creation of software where the source code is freely available for anyone to view, modify, and distribute. It fosters transparency, innovation, and community-driven improvement. Developers globally contribute code, fix bugs, and suggest enhancements, often through platforms like GitHub. Projects range from small utilities to complex systems like Linux and Apache. Open source encourages diversity, enabling developers from diverse backgrounds to participate and learn. It democratizes technology, offering accessible solutions and empowering users to tailor software to their needs while promoting a culture of sharing and cooperation in the tech community. ## Table of Contents diff --git a/Programming Languages/C(sharp)/readme.md b/Programming Languages/C(sharp)/readme.md index 05a3ad4c..266306c7 100644 --- a/Programming Languages/C(sharp)/readme.md +++ b/Programming Languages/C(sharp)/readme.md @@ -1,4 +1,4 @@ -# C# Programming Language πŸ’» +# C# Programming Language C# (C-Sharp) is a modern, object-oriented programming language developed by Microsoft. It is part of the .NET framework and is widely used for building Windows applications, web services, and games. diff --git a/Programming Languages/C++/readme.md b/Programming Languages/C++/readme.md index 45023f63..d90eb565 100644 --- a/Programming Languages/C++/readme.md +++ b/Programming Languages/C++/readme.md @@ -1,4 +1,4 @@ -# C++ βš™οΈ +# C++ C++ is a powerful general-purpose programming language that supports procedural, object-oriented, and generic programming paradigms. Known for its performance and efficiency, C++ is widely used in software development, game development, system/software applications, and real-time simulations. diff --git a/Programming Languages/C/readme.md b/Programming Languages/C/readme.md index 5f923cd0..b08c55e9 100644 --- a/Programming Languages/C/readme.md +++ b/Programming Languages/C/readme.md @@ -1,4 +1,4 @@ -# C Programming Resources πŸ–₯️ +# C Programming Resources C is a powerful and widely-used procedural programming language. Known for its efficiency and versatility, C is commonly used in system programming, embedded systems, and low-level programming. diff --git a/Programming Languages/Go/readme.md b/Programming Languages/Go/readme.md index 24adcd58..633ebd20 100644 --- a/Programming Languages/Go/readme.md +++ b/Programming Languages/Go/readme.md @@ -1,4 +1,4 @@ -# Go πŸ‘¨πŸ»β€πŸ’» +# Go Go, commonly referred to as Golang, is an open-source programming language developed by Google. It was created by Robert Griesemer, Rob Pike, and Ken Thompson and first released in 2009. Go was designed to address criticisms of other languages in use at Google, such as C++ and Java, focusing on simplicity, efficiency, and readability. ## Table of Contents diff --git a/Programming Languages/Java/readme.md b/Programming Languages/Java/readme.md index 092bf4cc..73408fcd 100644 --- a/Programming Languages/Java/readme.md +++ b/Programming Languages/Java/readme.md @@ -1,4 +1,4 @@ -# Java β˜• +# Java Java is a high-level, class-based, object-oriented programming language which is one of the most widely used and versatile programming languages in the world. Known for its portability across platforms, robustness, and rich API, Java is used in a variety of applications ranging from web development, mobile apps, enterprise solutions, and large-scale systems. diff --git a/Programming Languages/JavaScript/readme.md b/Programming Languages/JavaScript/readme.md index d46d595a..3fb56a30 100644 --- a/Programming Languages/JavaScript/readme.md +++ b/Programming Languages/JavaScript/readme.md @@ -1,4 +1,4 @@ -# JavaScript πŸ“œ +# JavaScript Welcome to the JavaScript section! JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. It is also known as the scripting language for webpages. It is well-known for the development of web pages, and many non-browser environments also use it. diff --git a/Programming Languages/PHP/readme.md b/Programming Languages/PHP/readme.md index 21462159..dcdbf652 100644 --- a/Programming Languages/PHP/readme.md +++ b/Programming Languages/PHP/readme.md @@ -1,4 +1,4 @@ -# PHP Programming Language 🌐 +# PHP Programming Language PHP development refers to creating web applications, dynamic websites, and server-side solutions using the PHP programming language. Known for its efficiency in web development, server-side scripting, and integration with various databases, PHP is widely used in building content management systems, diff --git a/Programming Languages/Python/readme.md b/Programming Languages/Python/readme.md index 74c82549..9824b4d0 100644 --- a/Programming Languages/Python/readme.md +++ b/Programming Languages/Python/readme.md @@ -1,4 +1,4 @@ -# Python Development 🐍🐍 +# Python Development Python development refers to creating applications, scripts, and software solutions using the Python programming language. Known for its simplicity, readability, and extensive libraries, Python is widely used in web development, data science, machine learning, automation, and more. It emphasizes rapid development and clear, maintainable code, making it a popular choice for both beginners and experienced developers. Python supports multiple programming paradigms, including procedural, object-oriented, and functional programming, and has a large, supportive community, contributing to a vast ecosystem of tools and resources. diff --git a/Programming Languages/R/readme.md b/Programming Languages/R/readme.md index bcc56535..bbcda6ad 100644 --- a/Programming Languages/R/readme.md +++ b/Programming Languages/R/readme.md @@ -1,4 +1,4 @@ -# R Programming Language πŸ“Š +# R Programming Language R is a powerful programming language and software environment specifically designed for statistical computing and graphics. It is widely used among statisticians, data analysts, and researchers for data manipulation, calculation, and graphical display. The language is highly extensible and offers a wide array of statistical and graphical techniques, comprehensive libraries, such as ggplot2 for visualization and dplyr for data manipulation, make R a powerful tool for handling complex data analysis task making it an essential tool in the field of data science. diff --git a/Programming Languages/React JS/readme.md b/Programming Languages/React JS/readme.md index 5a6b2184..7c2c5839 100644 --- a/Programming Languages/React JS/readme.md +++ b/Programming Languages/React JS/readme.md @@ -1,4 +1,4 @@ -# React JS βš› +# React JS React.js is a versatile, open-source JavaScript library that has transformed the landscape of front-end web development. Developed by Facebook, React.js enables developers to build dynamic, interactive user interfaces with ease. Its component-based architecture promotes reusability and modularity, allowing developers to efficiently manage complex UIs. diff --git a/Programming Languages/TypeScript/readme.md b/Programming Languages/TypeScript/readme.md index 3b8e7009..f751b153 100644 --- a/Programming Languages/TypeScript/readme.md +++ b/Programming Languages/TypeScript/readme.md @@ -1,4 +1,4 @@ -# TypeScript πŸ“ +# TypeScript TypeScript is a strongly typed superset of JavaScript that compiles to plain JavaScript. It was developed and is maintained by Microsoft, and it adds optional static typing to the language. This can help developers catch errors early in the development process, provide better tooling, and improve overall code quality. diff --git a/UI-UX Design/readme.md b/UI-UX Design/readme.md index 0ad143e4..f44416d8 100644 --- a/UI-UX Design/readme.md +++ b/UI-UX Design/readme.md @@ -1,4 +1,4 @@ -# UI & UX Design 🎨 +# UI & UX Design This curated collection offers valuable UI (User Interface) and UX (User Experience) design resources contributed by talented individuals. Here, you'll discover a diverse range of materials and information on UI & UX design. ## Table of Contents diff --git a/Web Development/Frontend Development/readme.md b/Web Development/Frontend Development/readme.md index b1f445eb..63d2744e 100644 --- a/Web Development/Frontend Development/readme.md +++ b/Web Development/Frontend Development/readme.md @@ -1,4 +1,4 @@ -# FrontEnd Web Development πŸ’» +# FrontEnd Web Development ## Overview - [Roadmap](#roadmap) - [Courses](#courses) diff --git a/Web Development/readme.md b/Web Development/readme.md index 5405a380..e591624d 100644 --- a/Web Development/readme.md +++ b/Web Development/readme.md @@ -1,4 +1,4 @@ -# Web Development 🌐 +# Web Development This category is a curated collection of valuable web development resources contributed by amazing contributors. Here, you will find a wide range of materials and information about web development. ## Table of Contents diff --git a/Web3/readme.md b/Web3/readme.md index a683b135..f1791883 100644 --- a/Web3/readme.md +++ b/Web3/readme.md @@ -1,4 +1,4 @@ -# Web3 πŸš€ +# Web3 Web3 is the next-generation internet characterized by decentralization, blockchain technology, and user empowerment. It replaces central authorities with peer-to-peer interactions, relies on blockchain for trustless transactions, and emphasizes data ownership and privacy. Web3 features decentralized applications, smart contracts, and cryptocurrencies, fostering a more open, collaborative, and user-centric online ecosystem. From 4666d94a0839cd0f8ef62dc7d043ac71058c4c5d Mon Sep 17 00:00:00 2001 From: Akhila Sunesh <140897461+AkhilaSunesh@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:17:54 +0530 Subject: [PATCH 3/3] done --- Programming Languages/C(sharp)/readme.md | 2 +- Programming Languages/C/readme.md | 2 +- Programming Languages/PHP/readme.md | 2 +- Programming Languages/Python/readme.md | 2 +- Programming Languages/R/readme.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Programming Languages/C(sharp)/readme.md b/Programming Languages/C(sharp)/readme.md index 266306c7..ff0f245d 100644 --- a/Programming Languages/C(sharp)/readme.md +++ b/Programming Languages/C(sharp)/readme.md @@ -1,4 +1,4 @@ -# C# Programming Language +# C# C# (C-Sharp) is a modern, object-oriented programming language developed by Microsoft. It is part of the .NET framework and is widely used for building Windows applications, web services, and games. diff --git a/Programming Languages/C/readme.md b/Programming Languages/C/readme.md index b08c55e9..3df6dcf6 100644 --- a/Programming Languages/C/readme.md +++ b/Programming Languages/C/readme.md @@ -1,4 +1,4 @@ -# C Programming Resources +# C C is a powerful and widely-used procedural programming language. Known for its efficiency and versatility, C is commonly used in system programming, embedded systems, and low-level programming. diff --git a/Programming Languages/PHP/readme.md b/Programming Languages/PHP/readme.md index dcdbf652..9e4af229 100644 --- a/Programming Languages/PHP/readme.md +++ b/Programming Languages/PHP/readme.md @@ -1,4 +1,4 @@ -# PHP Programming Language +# PHP PHP development refers to creating web applications, dynamic websites, and server-side solutions using the PHP programming language. Known for its efficiency in web development, server-side scripting, and integration with various databases, PHP is widely used in building content management systems, diff --git a/Programming Languages/Python/readme.md b/Programming Languages/Python/readme.md index 9824b4d0..1dde2bc1 100644 --- a/Programming Languages/Python/readme.md +++ b/Programming Languages/Python/readme.md @@ -1,4 +1,4 @@ -# Python Development +# Python Python development refers to creating applications, scripts, and software solutions using the Python programming language. Known for its simplicity, readability, and extensive libraries, Python is widely used in web development, data science, machine learning, automation, and more. It emphasizes rapid development and clear, maintainable code, making it a popular choice for both beginners and experienced developers. Python supports multiple programming paradigms, including procedural, object-oriented, and functional programming, and has a large, supportive community, contributing to a vast ecosystem of tools and resources. diff --git a/Programming Languages/R/readme.md b/Programming Languages/R/readme.md index bbcda6ad..a28a5c8d 100644 --- a/Programming Languages/R/readme.md +++ b/Programming Languages/R/readme.md @@ -1,4 +1,4 @@ -# R Programming Language +# R R is a powerful programming language and software environment specifically designed for statistical computing and graphics. It is widely used among statisticians, data analysts, and researchers for data manipulation, calculation, and graphical display. The language is highly extensible and offers a wide array of statistical and graphical techniques, comprehensive libraries, such as ggplot2 for visualization and dplyr for data manipulation, make R a powerful tool for handling complex data analysis task making it an essential tool in the field of data science.