-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Laid waste to these js files and made them some coffee.
- Loading branch information
Ethan Mick
committed
Apr 15, 2015
1 parent
cd1a6f7
commit bb33f68
Showing
16 changed files
with
159 additions
and
401 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# | ||
# | ||
# | ||
|
||
run: | ||
./node_modules/http-server/bin/http-server _app |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
head | ||
meta(charset="utf-8") | ||
meta(http-equiv="X-UA-Compatible" content="IE=edge") | ||
meta(name="viewport" content="width=device-width, initial-scale=1") | ||
link(rel="icon" href="/favicon.png") | ||
title FastChat | ||
link(rel="stylesheet" href="css/compiled.css") |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,37 @@ | ||
doctype html | ||
html(lang='en', ng-app='fastchat') | ||
head | ||
meta(name='viewport', content='width=device-width, initial-scale=1.0') | ||
title FastChat | ||
link(rel='stylesheet', type='text/css', href='css/bootstrap.min.css') | ||
link(rel='stylesheet', type='text/css', href='css/flat-ui.css') | ||
link(rel='stylesheet', type='text/css', href='css/hotkeys.min.css') | ||
link(rel='stylesheet', type='text/css', href='css/style.css') | ||
link(rel='stylesheet', type='text/css', href='css/sidebar.css') | ||
link(rel='stylesheet', type='text/css', href='css/chat.css') | ||
script(src='js/scripts/jquery-2.1.1.min.js') | ||
script(src='js/scripts/bootstrap.min.js') | ||
script(src='js/scripts/angular.min.js') | ||
script(src='js/scripts/angular-route.min.js') | ||
script(src='js/scripts/angular-sanitize.min.js') | ||
script(src='/socket.io/socket.io.js') | ||
script(src='js/scripts/notify.js') | ||
script(src='js/scripts/scrollglue.js') | ||
script(src='js/scripts/hotkeys.min.js') | ||
script(src='js/scripts/ui-bootstrap-tpls-0.11.0.min.js') | ||
script(src='js/scripts/async.js') | ||
script(src='js/scripts/Autolinker.min.js') | ||
script(src='js/models/group.js') | ||
script(src='js/models/message.js') | ||
script(src='js/app.js') | ||
script(src='js/services/authService.js') | ||
script(src='js/services/api.js') | ||
script(src='js/services/socket.js') | ||
script(src='js/services/notification.js') | ||
script(src='js/controllers/NavbarController.js') | ||
script(src='js/controllers/LoginController.js') | ||
script(src='js/controllers/RegisterController.js') | ||
script(src='js/controllers/ChatController.js') | ||
script(src='js/controllers/ProfileController.js') | ||
script. | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-54229110-1', 'auto'); | ||
ga('send', 'pageview'); | ||
|
||
body | ||
header.header-10.navbar-fixed-top(ng-controller='NavbarController') | ||
.container | ||
.navbar.col-sm-12(role='navigation') | ||
.navbar-header | ||
button.navbar-toggle(type='button') | ||
a.brand.purple-color(href='/') FastChat | ||
.collapse.navbar-collapse.pull-right(ng-if='isLoggedIn() == true') | ||
ul.nav.pull-left | ||
li | ||
a(href='#/chat') Chat | ||
div(ng-if='show == true') | ||
form.navbar-form.pull-left | ||
button.btn.btn-info(rel='popover', type='button', data-container='body', data-toggle='popover', data-placement='bottom', data-title='{{title}}', data-content='{{content}}') Whats new? | ||
form.navbar-form.pull-left | ||
a.btn.btn-info(href='/', ng-click='logout()') Logout | ||
.collapse.navbar-collapse.pull-right(ng-if='isLoggedIn() == false') | ||
ul.nav.pull-left | ||
li.active | ||
a(href='/index.html') Home | ||
li | ||
a(href='#') Blog | ||
li | ||
a(href='#') Contact | ||
form.navbar-form.pull-left | ||
a.btn.btn-info(href='#/login') Login | ||
a.btn.btn-info(href='#/register') Register | ||
ng-view | ||
include header.jade | ||
|
||
body(ng-app="fastchat" layout='row' ng-controller="SidebarController") | ||
md-sidenav(layout='column' | ||
style={'overflow': 'hidden', 'display': 'flex'} | ||
class='site-sidenav md-sidenav-left md-whiteframe-z2' | ||
md-component-id='left' | ||
md-is-locked-open="$media('gt-sm')") | ||
md-toolbar | ||
h1.md-toolbar-tools | ||
a(ng-href='/' layout='row' flex) | ||
img#hero-image(src='img/fastchat.png') | ||
div(style={'line-height':'40px', 'text-indent':'15px'}) Documentation | ||
|
||
md-content(style={'overflow': 'auto'}) | ||
ul.docs-menu | ||
li.parent-list-item(ng-repeat="section in menu.sections" ng-class="{'parentActive' : isSectionSelected(section)}") | ||
h2(class="menu-heading" ng-if="section.type === 'heading'" id="heading_{{ section.name }}") {{section.name}} | ||
menu-link.sidebar-link(section="section" ng-if="section.type === 'link'") | ||
menu-toggle(section="section" ng-if="section.type === 'toggle'") | ||
ul.menu-nested-list(ng-if="section.children") | ||
li(ng-repeat="page in section.pages" ng-class="{'childActive' : isSectionSelected(child)}") | ||
menu-toggle(section="child") | ||
|
||
div(layout="column" layout-fill tabIndex="-1" role="main") | ||
md-toolbar | ||
div.md-toolbar-tools(ng-click="openMenu()") | ||
button.menu-icon(hide-gt-sm aria-label="Toggle Menu") | ||
img(src= root + 'img/menu.png') | ||
|
||
md-content#main-content.md-padding(ng-view md-scroll-y flex) | ||
|
||
|
||
script(src='//localhost:35729/livereload.js') | ||
script(src='js/scripts/compiled.js') | ||
script(src='js/app.js') |
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 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 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 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 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 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
Oops, something went wrong.