5hraddha / learning-how-to-learn

Learning How to Learn is a static website that is intended to discuss the most effective, cutting-edge learning techniques that one can apply to their daily life.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Learning How to Learn

About the Project

Learning How to Learn is a static website that is intended to discuss the most effective, cutting-edge learning techniques that one can apply to their daily life. The website highlights the main problem with education and lines out some techniques to improve the learning process.

The website provides some extra useful resources on learning techniques and hacks:

Technologies and Standards Used

The technologies that have been used are:

  1. HTML (Hyper Text Markup Language)
  2. CSS (Cascading Style Sheets)

The main concepts that have been emphasized are:

  1. Semantic HTML elements
  2. HTML Iframes
  3. Flexbox
  4. Document Flow and Positioning
  5. Animation and Transform with CSS

The website is using BEM — Block Element Modifier methodology to create reusable and understandable components in CSS. The idea behind it is to divide the user interface into independent blocks. This makes interface development easy and fast and it allows reuse of existing code without copying and pasting. We are also using Nested BEM File structure organization for CSS.

Future Improvements

There are few improvements that I am looking to work upon:

  1. Including a form in the webpage that allows users to submit a comment.
  2. Making the website responsive.
  3. Implementing a navigation to access the different sections of the webpage.

Demo

Try me

Hits

About

Learning How to Learn is a static website that is intended to discuss the most effective, cutting-edge learning techniques that one can apply to their daily life.


Languages

Language:HTML 55.1%Language:CSS 44.9%