This is the code you need to align images to the left:
#On local machine | |
cd foo (your project folder parent) | |
git init | |
git add -A * (doesnt add empty folders, be carefull with netbeans config files) | |
git commit -m "My initial commit message" | |
#On local machine, in your git project | |
git remote add origin https://[email protected]/psychok7/human-computer-interaction.git | |
git push origin master |
<!-- HEAD SECTION --> | |
<!-- IE Edge Meta Tag --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<!-- Viewport --> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- Minified CSS --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> |