-
Product Browse View
- A Gallery-ish view with stylized panels containing products in the portfolio. A Panel might contain a 3d screenshot like image of the product or of a phone with one of the screens loaded in it. To the right of it might be the products logo, with some additional text or graphs or buttons underneath it (for example, a clone button)
-
On the architects.io portfolio manager view, This view would be used to display skypager, smooth, blueprint, stylish, etc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AL": { | |
"Birmingham": [ | |
[ | |
"12.196.136.0", | |
"12.196.136.255" | |
], | |
[ | |
"47.36.227.0", | |
"47.36.227.255" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"boilerplate": { | |
"dllPlugin": { | |
"path": "node_modules/react-boilerplate-dlls", | |
"dlls": { | |
"SkypagerUI": [ | |
"jquery", | |
"bootstrap/js/transition", | |
"bootstrap/js/alert", | |
"bootstrap/js/button", | |
"bootstrap/js/carousel", |
In this project: https://github.com/architects/brief-node
There is a concept called a Briefcase.
A Briefcase is an object which represents a folder.
Here is an example:
https://github.com/architects/brief-node/tree/master/test/example
I would like an external interface around the Atom editor.
I would like to be able to:
stylish = new Stylish.EditorWrapper(atom: atomApplication)
component = new Stylish.Component(path: "/path/to/component/manifest.json")
stylish.editComponent(component)
- Sign up for segment.io and customer.io
this will allow you to use one single javascript dependency with a common API for all of the tracking. You will need to put your key in the analytics partial
-
include the analytics partial on every page.
-
the contact form html and contact form javascript need to be present wherevever you need to let uses submit a contact form.
-
the md5.js script is also a dependency
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page "PackageDetailsPage" | |
state -> | |
loading: true | |
pkg: undefined | |
events | |
componentDidMount: -> | |
page = @ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a Brief::Model | |
# | |
# It allows me to describe the structure of a markdown file (with yaml frontmatter) | |
# and it creates a ruby class with methods that make all of the data easily accessible, | |
# and the repeatable structures accessible. | |
class Brief::Epic | |
include Brief::Model | |
meta do | |
title |
Given markdown input like this:
# Section One
# Section Two
## Section Two Article One
## Section Two Article Two
# Section Three
## Section Three Article One
NewerOlder