Skip to content

Commit

Permalink
integrated devoops theme
Browse files Browse the repository at this point in the history
  • Loading branch information
julianseeger committed Jun 24, 2014
1 parent 2c83b18 commit 6474f2e
Show file tree
Hide file tree
Showing 30 changed files with 2,788 additions and 309 deletions.
Binary file added web/app/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
229 changes: 229 additions & 0 deletions web/app/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added web/app/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file added web/app/img/8962691008_7f489395c9_m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/8985207189_01ea27882d_m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/9036958611_fa1bb7f827_m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/9041440555_2175b32078_m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/chevron-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/chevron-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/devoops_getdata.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/devoops_pattern_b10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/logo-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/sort-asc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/sort-desc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/sort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/times.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/ui-accordion-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/ui-accordion-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/ui-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/app/img/ui-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 26 additions & 10 deletions web/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(app/..) styles/vendor.css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
Expand All @@ -13,7 +14,7 @@
<!-- endbuild -->
<!-- build:css({.tmp,app/..}) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/sb-admin.css">
<link rel="stylesheet" href="styles/devoops.css">
<link rel="stylesheet" href="styles/font-awesome.css">
<!-- endbuild -->
</head>
Expand All @@ -24,9 +25,8 @@

<div id="wrapper">

<!-- Sidebar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<ng-include src="'views/navi.html'"></ng-include>
<!--nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
Expand All @@ -37,15 +37,30 @@
<a class="navbar-brand" href="index.html">Metrics</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse" ng-controller="NaviCtl">
<ng-include src="'views/navi.html'"/>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</nav-->

<div id="page-wrapper" ng-view="">
<i class="fa fa-spinner"></i>
</div>
<!--Start Container-->
<div id="main" class="container-fluid">
<div class="row">
<ng-include src="'views/sidebar.html'"></ng-include>
<!--Start Content-->
<div id="content" class="col-xs-12 col-sm-10">
<div class="row">
<div id="breadcrumb" class="col-xs-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li><a href="#">Dashboard</a></li>
</ol>
</div>
</div>
<div id="ajax-content" ng-view=""></div>
</div>
<!--End Content-->
</div>
</div>


<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
Expand Down Expand Up @@ -77,6 +92,7 @@
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="bower_components/ng-file-upload/angular-file-upload.js"></script>
<script src="bower_components/jquery-ui/ui/jquery-ui.js"></script>
<!-- endbower -->
<!-- endbuild -->

Expand Down
Loading

0 comments on commit 6474f2e

Please sign in to comment.