From 752d4614b8d15c894b6eb5c30f8b44e106d46266 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 2 Mar 2020 10:52:48 +0400 Subject: [PATCH] Add resources to frontend --- components/link/badge-link.js | 2 +- content/roadmaps/1-frontend/resources.md | 38 +++++++++++++++++++----- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/components/link/badge-link.js b/components/link/badge-link.js index 53567d8b0..9ad933358 100644 --- a/components/link/badge-link.js +++ b/components/link/badge-link.js @@ -1,4 +1,4 @@ -export function BadgeLink({ target='_blank', variant ='primary', badgeText, href, children }) { +export function BadgeLink({ target='_blank', variant ='success', badgeText, href, children }) { return (

diff --git a/content/roadmaps/1-frontend/resources.md b/content/roadmaps/1-frontend/resources.md index e7cd16333..a1f7dff11 100644 --- a/content/roadmaps/1-frontend/resources.md +++ b/content/roadmaps/1-frontend/resources.md @@ -1,3 +1,7 @@ +

+ This page is in progress. Please check back later or subscribe to get notified. Also, feel free to contribute by suggesting the resources in the issues; we will see what we can add. +
+ ## Become a Frontend Developer Before I go ahead and list down the resources, please know that the roadmap and the list below is exhaustive and you don't need to know it all from the get go. For frontend development, all you need to get started with is learn some basic HTML, CSS and JavaScript and start working on projects; everything else you will learn along the way. @@ -6,12 +10,32 @@ Before I go ahead and list down the resources, please know that the roadmap and Get the basic understanding of internet, browsers, networks and other relevant knowledge. * What is Internet? -* How the internet works in 5 minutes -* What is HTTP, how it evolved and where is it now? -* How do the browsers work? Engines behind different browsers -* What is DNS? How a website is found on the internet? -* What's in a domain name? What is an IP Address? -* What is Web Hosting? +* How the internet works in 5 minutes +* What is HTTP and how it evolved? +* HTTP/3: the past, the present, and the future +* What Is HTTP/3 – Lowdown on the Fast New UDP-Based Protocol +* How Browsers Work: Behind the scenes of modern web browsers +* DNS as Fast As Possible +* How DNS works? +* DNS in One Picture ## Learn HTML -HTML helps you build the pages +HTML provides the skeleton of a webpage. Learn the basics of HTML; learn the basic tags, learn how to write semantic HTML, understand basic SEO, learn how to divide your pages into sections that will help you style them. + +Please know that I have put multiple links for each resource. While you may pick something new while going through each, you don't need to go through all of them - if you feel like you have understood the concepts and are just repeating what you learnt, you may skip the resource and move to exercises section. + + +* HTML Crash Course For Absolute Beginners +* W3Schools – HTML Tutorial +* HTML Full Course - Build a Website Tutorial +* A few HTML tips +* Six tips to set up a better HTML document +* HTML Semantic Elements +* HTML elements reference + +## Style your pages with CSS +With the help of HTML, you create structure for your pages. + +
+
+