From 66f939f3616bf152aac70c718e45067063af41fd Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 9 Dec 2021 18:56:55 +0100 Subject: [PATCH] Update style of resources --- .../100-internet/100-how-does-the-internet-work.md | 4 ++-- .../100-frontend/content/100-internet/101-what-is-http.md | 8 ++++---- .../100-internet/102-browsers-and-how-they-work.md | 6 +++--- .../content/100-internet/103-dns-and-how-it-works.md | 6 +++--- .../content/100-internet/104-what-is-domain-name.md | 6 +++--- .../content/100-internet/105-what-is-hosting.md | 6 +++--- .../roadmaps/100-frontend/content/100-internet/readme.md | 4 ++-- content/roadmaps/100-frontend/content/102-css/readme.md | 7 +++++-- 8 files changed, 25 insertions(+), 22 deletions(-) diff --git a/content/roadmaps/100-frontend/content/100-internet/100-how-does-the-internet-work.md b/content/roadmaps/100-frontend/content/100-internet/100-how-does-the-internet-work.md index fdbfe9fba..ef14a4d6e 100644 --- a/content/roadmaps/100-frontend/content/100-internet/100-how-does-the-internet-work.md +++ b/content/roadmaps/100-frontend/content/100-internet/100-how-does-the-internet-work.md @@ -3,8 +3,8 @@ The Internet is a global network of computers connected to each other which communicate through a standardized set of protocols. Free Content +The Internet Explained +How Does the Internet Work? Introduction to Internet How does the Internet work? How the Internet Works in 5 Minutes -The Internet Explained -How Does the Internet Work? diff --git a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md index e0ced83c0..17733babd 100644 --- a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md +++ b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md @@ -3,7 +3,7 @@ HTTP is the `TCP/IP` based application layer communication protocol which standardizes how the client and server communicate with each other. It defines how the content is requested and transmitted across the internet. Free Content -What is HTTP? -An overview of HTTP -Journey to HTTP/2 -HTTP Crash Course & Exploration +What is HTTP? +An overview of HTTP +Journey to HTTP/2 +HTTP Crash Course & Exploration diff --git a/content/roadmaps/100-frontend/content/100-internet/102-browsers-and-how-they-work.md b/content/roadmaps/100-frontend/content/100-internet/102-browsers-and-how-they-work.md index 4d21914ab..fa7d0aefc 100644 --- a/content/roadmaps/100-frontend/content/100-internet/102-browsers-and-how-they-work.md +++ b/content/roadmaps/100-frontend/content/100-internet/102-browsers-and-how-they-work.md @@ -3,6 +3,6 @@ A web browser is a software application that enables a user to access and display web pages or other online content through its graphical user interface. Free Content -How Browsers Work -Role of Rendering Engine in Browsers -Populating the Page: How Browsers Work +How Browsers Work +Role of Rendering Engine in Browsers +Populating the Page: How Browsers Work diff --git a/content/roadmaps/100-frontend/content/100-internet/103-dns-and-how-it-works.md b/content/roadmaps/100-frontend/content/100-internet/103-dns-and-how-it-works.md index 331e76de0..abcad0eb7 100644 --- a/content/roadmaps/100-frontend/content/100-internet/103-dns-and-how-it-works.md +++ b/content/roadmaps/100-frontend/content/100-internet/103-dns-and-how-it-works.md @@ -2,6 +2,6 @@ The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load Internet resources. Free Content -What is DNS? -DNS and How does it Work? -DNS Records +What is DNS? +DNS and How does it Work? +DNS Records diff --git a/content/roadmaps/100-frontend/content/100-internet/104-what-is-domain-name.md b/content/roadmaps/100-frontend/content/100-internet/104-what-is-domain-name.md index fcd593a98..1fb0a759e 100644 --- a/content/roadmaps/100-frontend/content/100-internet/104-what-is-domain-name.md +++ b/content/roadmaps/100-frontend/content/100-internet/104-what-is-domain-name.md @@ -3,6 +3,6 @@ A domain name is a unique, easy-to-remember address used to access websites, such as ‘google.com’, and ‘facebook.com’. Users can connect to websites using domain names thanks to the DNS system. Free Content -What is a Domain Name? -What is a Domain Name? | Domain name vs. URL -A Beginners Guide to How Domain Names Work +What is a Domain Name? +What is a Domain Name? | Domain name vs. URL +A Beginners Guide to How Domain Names Work diff --git a/content/roadmaps/100-frontend/content/100-internet/105-what-is-hosting.md b/content/roadmaps/100-frontend/content/100-internet/105-what-is-hosting.md index cb4638131..7ab9b4f76 100644 --- a/content/roadmaps/100-frontend/content/100-internet/105-what-is-hosting.md +++ b/content/roadmaps/100-frontend/content/100-internet/105-what-is-hosting.md @@ -3,6 +3,6 @@ Web hosting is an online service that allows you to publish your website files onto the internet. So, anyone who has access to the internet has access to your website. Free Content -What Is Web Hosting? Explained -Different Types of Web Hosting Explained -Where to Host a Fullstack Project on a Budget +What Is Web Hosting? Explained +Different Types of Web Hosting Explained +Where to Host a Fullstack Project on a Budget diff --git a/content/roadmaps/100-frontend/content/100-internet/readme.md b/content/roadmaps/100-frontend/content/100-internet/readme.md index fdbfe9fba..ef14a4d6e 100644 --- a/content/roadmaps/100-frontend/content/100-internet/readme.md +++ b/content/roadmaps/100-frontend/content/100-internet/readme.md @@ -3,8 +3,8 @@ The Internet is a global network of computers connected to each other which communicate through a standardized set of protocols. Free Content +The Internet Explained +How Does the Internet Work? Introduction to Internet How does the Internet work? How the Internet Works in 5 Minutes -The Internet Explained -How Does the Internet Work? diff --git a/content/roadmaps/100-frontend/content/102-css/readme.md b/content/roadmaps/100-frontend/content/102-css/readme.md index fd5077c78..69321b41e 100644 --- a/content/roadmaps/100-frontend/content/102-css/readme.md +++ b/content/roadmaps/100-frontend/content/102-css/readme.md @@ -1,4 +1,7 @@ -# Css +# CSS + +CSS or Cascading Style Sheets is the language used to style the frontend of any website. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. Free Content -What The Flexbox! +Learn and Practice Flexbox +Learn and Practice Flexbox