Skip to content

Commit

Permalink
Add Example Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
j3tan committed Aug 28, 2014
1 parent 6c767f3 commit 755b7f1
Show file tree
Hide file tree
Showing 17 changed files with 2,138 additions and 589 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[T3](https://confluence.inside-box.net/display/ETO/T3+JavaScript+Framework) Javascript Framework
[T3 Javascript Framework](https://confluence.inside-box.net/display/ETO/T3+JavaScript+Framework)
================================================================================================

[See Documentation](https://gitenterprise.inside-box.net/pages/Box/T3/)

Building T3
-----------

Expand Down
15 changes: 15 additions & 0 deletions examples/todo/bower_components/jquery-1.11.1.min/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "jquery-1.11.1.min",
"_cacheHeaders": {
"ETag": "\"53628b86-1762a\"",
"Last-Modified": "Thu, 01 May 2014 17:59:34 GMT",
"Content-Length": "95786",
"Content-Type": "application/x-javascript; charset=utf-8"
},
"_release": "e-tag:53628b86-",
"main": "index.js",
"_source": "http://code.jquery.com/jquery-1.11.1.min.js",
"_target": "*",
"_originalSource": "http://code.jquery.com/jquery-1.11.1.min.js",
"_direct": true
}
4 changes: 4 additions & 0 deletions examples/todo/bower_components/jquery-1.11.1.min/index.js

Large diffs are not rendered by default.

141 changes: 0 additions & 141 deletions examples/todo/bower_components/todomvc-common/base.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -412,144 +412,3 @@ label[for='toggle-all'] {
.hidden{
display:none;
}

hr {
margin: 20px 0;
border: 0;
border-top: 1px dashed #C5C5C5;
border-bottom: 1px dashed #F7F7F7;
}

.learn a {
font-weight: normal;
text-decoration: none;
color: #b83f45;
}

.learn a:hover {
text-decoration: underline;
color: #787e7e;
}

.learn h3,
.learn h4,
.learn h5 {
margin: 10px 0;
font-weight: 500;
line-height: 1.2;
color: #000;
}

.learn h3 {
font-size: 24px;
}

.learn h4 {
font-size: 18px;
}

.learn h5 {
margin-bottom: 0;
font-size: 14px;
}

.learn ul {
padding: 0;
margin: 0 0 30px 25px;
}

.learn li {
line-height: 20px;
}

.learn p {
font-size: 15px;
font-weight: 300;
line-height: 1.3;
margin-top: 0;
margin-bottom: 0;
}

.quote {
border: none;
margin: 20px 0 60px 0;
}

.quote p {
font-style: italic;
}

.quote p:before {
content: '“';
font-size: 50px;
opacity: .15;
position: absolute;
top: -20px;
left: 3px;
}

.quote p:after {
content: '”';
font-size: 50px;
opacity: .15;
position: absolute;
bottom: -42px;
right: 3px;
}

.quote footer {
position: absolute;
bottom: -40px;
right: 0;
}

.quote footer img {
border-radius: 3px;
}

.quote footer a {
margin-left: 5px;
vertical-align: middle;
}

.speech-bubble {
position: relative;
padding: 10px;
background: rgba(0, 0, 0, .04);
border-radius: 5px;
}

.speech-bubble:after {
content: '';
position: absolute;
top: 100%;
right: 30px;
border: 13px solid transparent;
border-top-color: rgba(0, 0, 0, .04);
}

/**body*/.learn-bar > .learn {
position: absolute;
width: 272px;
top: 8px;
left: -300px;
padding: 10px;
border-radius: 5px;
background-color: rgba(255, 255, 255, .6);
transition-property: left;
transition-duration: 500ms;
}

@media (min-width: 899px) {
/**body*/.learn-bar {
width: auto;
margin: 0 0 0 300px;
}
/**body*/.learn-bar > .learn {
left: 8px;
}
/**body*/.learn-bar #todoapp {
width: 550px;
margin: 130px auto 40px auto;
}
}
Loading

0 comments on commit 755b7f1

Please sign in to comment.