logo

Until 25 Jan 2017

First time learing HTML+CSS

Contents

- Learning HTML & CSS
- GIT: uploading website

HTML & CSS

Online lecture taught me little bit of everything from history, evolution of HTML, basic page structure, formatting page contents to CSS. After 10+ hours of video lecture, I made my own website!

I've downloaded and wrote html with Sublime Text and used Adobe Illustrator for designing graphics and layout.


screenshot

These are my original website graphic layout, set of colors and typography(from Google Font). I made some changes along the way. I made this layout before learning CSS, so I've practiced and applied the skills from lecture to my website. I'm using jQuery's selectable user interface for weeks menu.

layout
layout

I've spend long hours fixing simple errors(navigation within the website and etc.) and making changes in css margins.

GIT GIT GIT GITLAB: Pre-academy + Uploading my website for the first time!

GIT: As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows. Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development.

Version control: A system that records changes to a file or set of files over time so that you can recall specific versions later. It allows support for non-linear workflows, coordinating work on these files among multiple people.


screenshot

First time linking my html to the Fab Academy archive. Make an account in git.fabacademy.org and log-in.

Uploading website,

OR

After adding/changing your file(use "git add ." and/or "git commit -a")

If there is no error,

I had an error, I've accidentally modified and erased Fablabseoul/index.html. Eduardo(Guru) helped by uploading his verison and I've git clone.

Useful links
Git, Git Cheat Sheet, Git Extended Cheat Sheet, Trygit.