LEARNING CHART

Language Description of the activity Date Link
HTML Creation of a page with basic tags 2019-10-15 My First Page
HTML Unordered and Ordered Lists, Nested Lists 2019-10-16 My First Lists
HTML Lists with some basic concepts I've learned about the Internet Basics and HTML 2019-10-16 Things I've Learned
HTML A webpage with link and image tags 2019-10-17 Charlie's Webpage
HTML A simple table 2019-10-17 My First Table
HTML A simple table with links and images 2019-10-17 Pokemon Chart
HTML A form with three inputs in a single line 2019-10-18 My First Form
HTML Radio button, select tag and textarea tag 2019-10-18 My First Inputs
HTML A form with a name, email, password and checkbox inputs, radio button and select tag 2019-10-18 Form Exercise
HTML, CSS Adding some colors to a page with CSS 2019-10-20 My First CSS
HTML, CSS Using Element, Id and Class Selectors 2019-10-20 My First CSS Selectors
HTML, CSS Trying some Inheritance and Specificity 2019-10-20 Inheritance and Specificity
HTML, CSS An exercise with a lot of Selectors 2019-10-21 Selectors Exercise
HTML, CSS Creation of a Tic Tac Toe board using a Table tag and styling with CSS 2019-10-22 Tic Tac Toe Exercise
HTML, CSS Creation of a photo grid page on which the images adapts to the window's size 2019-10-22 Photo Grid Exercise
HTML, CSS Creation of a Blog with Border, Padding, Margin, Width and Max-width selectors, use of a Google font and other customizations with Classes and Selectors 2019-10-23 My First Blog
BOOTSTRAP Bootstrap Basics: Container, Jumbotron and Bootstrap Buttons 2019-10-24 My First Bootstrap
BOOTSTRAP 3 Bootstrap using CDNs, navbar using a default navbar as reference 2019-10-25 Bootstrap Navbars
BOOTSTRAP 3 Understanding the Grid System (12 units in each row), the 4 sizes (lg, md, sm ,xs) and nested grids 2019-10-25 Grid System
BOOTSTRAP 3 Creation of an Image Galery with a Navbar and Container contents that adapts to different screen sizes with Bootstrap, customizing the navbar, use of icons 2019-10-25 Image Galery
BOOTSTRAP 3 A Startup Landing Page Exercise, with a Bootstrap Navbar and Container. Use of CSS for the background image and text customizations. 2019-10-29 Startup Landind Page
BOOTSTRAP 4 Trying some Bootstrap 4 components 2019-10-30 Bootstrap 4
BOOTSTRAP 4 Colors and backgrounds, Typography, Responsive breakpoints, Bootatrap4 Navbars, The new display utility. 2019-10-30 Bootstrap 4
BOOTSTRAP 4 flex-row, flex-row-reverse, flex-column, flex-column-reverse and trying some responsive flexbox utilities for different the screen sizes. 2019-11-01 Flexbox
BOOTSTRAP 4 Using some Navbars from Bootstrap 4 2019-11-02 Navbars
BOOTSTRAP 4 Trying Bootstrap Grid 2019-11-02 The Grid
BOOTSTRAP 4 A responsive webpage using grid system, navbar and cards from Bootstrap 4, and Font Awesome 2019-11-03 Pattern Project
BOOTSTRAP 4 A responsive blog using Bootstrap 4, CSS, JQuery 2019-11-03 Museum of Candy
JAVASCRIPT My first page using prompt, alert and console.log from JavaScript 2019-11-04 My first JavaScript
JAVASCRIPT Trying some basic JavaScript operations: prompt, alert, console.log and string concatenation 2019-11-04 Stalker Exercise
JAVASCRIPT Trying some basic JavaScript operations: prompt, alert, string concatenation 2019-11-04 Age calculator
JAVASCRIPT Trying conditionals: if 2019-11-05 Conditionals
JAVASCRIPT Trying conditionals: if, else, else if 2019-11-06 Guessing game
JAVASCRIPT Trying while loops 2019-11-07 While loops exercise
JAVASCRIPT Basic JavaScript operations: while loop, indexOf, prompt, alert 2019-11-07 Annoy-o-matic exercise
JAVASCRIPT Trying for loops 2019-11-07 For loops problem set
JAVASCRIPT Trying my first JavaScript functions! 2019-11-10 Functions problem set
JAVASCRIPT Another function exercise 2019-11-10 Function exercise
JAVASCRIPT Use of functions, while, if, else, forEach, prompt, console.log, array with push and splice 2019-11-13 To do list
JAVASCRIPT Use of array, array.lenght and functions 2019-11-13 Array problem set
JAVASCRIPT Use of array, forEach and functions 2019-11-17 Movie database exercise
JAVASCRIPT Adding methods to an object: keyword THIS 2019-11-18 Methods
JAVASCRIPT Using navbar, grid system and cards from Bootstrap 4 2019-10-18 XXXXXX