Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase of cheeaun/life#34 onto current master #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nogweii
Copy link

@nogweii nogweii commented Mar 15, 2015

This is just updating @michaelowen's original pull request, #34. Here's a copy of his
description:


This simple modification will allow for optional tags by adding it at the end of your event, like so:

@USERNAME's life
===============

- 24/02/1955 Born
- ~1968 Summer job #job
- 03/1976 Built a computer #life #job
- 01/04/1976 Started a [company](http://en.wikipedia.org/wiki/Apple_Inc. "Apple Inc.") #job
- 04/1976-2011 Whole bunch of interesting events

These can then be easily styled with a custom css:

#life .event.tag-school .time {
    border: 4px solid #1abc9c;
}

#life .event.tag-job .time {
    border: 4px solid #3498db;
}

To see this working, I have it running myself currently and works like a charm:
http://timeline.owens.nl/

This is just updating @michaelowen's original pull request. Here's a copy of his
description:

---

This simple modification will allow for optional tags by adding it at the end of your event, like so:

```
@USERNAME's life
===============

- 24/02/1955 Born
- ~1968 Summer job #job
- 03/1976 Built a computer #life #job
- 01/04/1976 Started a [company](http://en.wikipedia.org/wiki/Apple_Inc. "Apple Inc.") #job
- 04/1976-2011 Whole bunch of interesting events
```

These can then be easily styled with a custom css:

```css
    border: 4px solid #1abc9c;
}

    border: 4px solid #3498db;
}
```

To see this working, I have it running myself currently and works like a charm:
http://timeline.owens.nl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant