https://github.com/titaniumbones/habermascss
Same as Habermasode, but rejigged for CSS
https://github.com/titaniumbones/habermascss
assignment in-class-activity
Last synced: 3 months ago
JSON representation
Same as Habermasode, but rejigged for CSS
- Host: GitHub
- URL: https://github.com/titaniumbones/habermascss
- Owner: titaniumbones
- License: unlicense
- Created: 2017-01-20T02:48:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-12T22:45:58.000Z (7 months ago)
- Last Synced: 2026-02-10T19:19:25.255Z (4 months ago)
- Topics: assignment, in-class-activity
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HabermasCode
This is an exercise to get you used to editing HTML and a tiny bit of CSS (tiny!). It's a toy repo that you can experiment with as you want. It may be a btter place to start than your assignment 01 repo.
The same exercise we did last week, but this time in CSS. You can also try this [on JSBin](http://jsbin.com/yawujap/1/edit?html,css,js,output)
(NOTE: this is not really the right way to make two versions of a repo! Instead, we should just have two forks -- one HTML, one CSS -- and periodically [rebase](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) each other's changes. But I was afraid that might be hard to do in class... so here we are instead.
## Installation
Fork this repository on Github, then clone at the command line with
```sh
git clone git@github.com:YOURUSERNAME/HabermasCode.git
```
or do it directly through the Github desktop app.
## Usage
Open in Atom and edit the files. You will need an HTML previewer such as `atom-html-preview` or `preview-plus`, as well as a markdown previewr such as `markdown-preview`. Install them through the package managers (`Preferences` -> `Install`).
`index.html` is the main file, and you can make most of your changes there.
You can also experiment with `index.md`, which demonstrates both the __simplicity__ of Markdown, and its __limitations__. The javascript and style information is not included here since Github-Flavoured Markdown (GFM) strips those tags when rendering.