forked from lab2023/hierapolis
-
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.
- Login layout was created - Sign in page was created - Forgot password page was created
- Loading branch information
1 parent
ebf27f1
commit da668bd
Showing
11 changed files
with
163 additions
and
52 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
- page 'Dashboard', 'dashboard' | ||
|
||
.panel | ||
.panel-heading | ||
%i.icon-beer.icon-large | ||
Hierapolis Rocks! | ||
.panel-tools | ||
.btn-group | ||
%a.btn{href: '#'} | ||
%i.icon-refresh | ||
Refresh statics | ||
%a.btn{href: '#', data: {toggle: 'toolbar-tooltip'}, title: 'Toggle'} | ||
%i.icon-chevron-down | ||
.panel-body | ||
.page-header | ||
%h4 System usage | ||
.progress | ||
.progress-bar.progress-bar-success{style: 'width: 35%'} | ||
.progress-bar.progress-bar-warning{style: 'width: 20%'} | ||
.progress-bar.progress-bar-danger{style: 'width: 10%'} | ||
.page-header | ||
%h4 User statics | ||
.row.text-center | ||
.col-3 | ||
%input.knob.second{'data-bgcolor' => '#d4ecfd', 'data-fgcolor' => '#30a1ec', 'data-inputcolor' => '#333', 'data-thickness' => '.3', 'data-width' => '140', 'data-height' => '140', :type => 'text', :value => '50'}/ | ||
.col-3 | ||
%input.knob.second{'data-bgcolor' => '#c4e9aa', 'data-fgcolor' => '#8ac368', 'data-inputcolor' => '#333', 'data-thickness' => '.3', 'data-width' => '140', 'data-height' => '140', :type => 'text', :value => '75'}/ | ||
.col-3 | ||
%input.knob.second{'data-bgcolor' => '#cef3f5', 'data-fgcolor' => '#5ba0a3', 'data-inputcolor' => '#333', 'data-thickness' => '.3', 'data-width' => '140', 'data-height' => '140', :type => 'text', :value => '35'}/ | ||
.col-3 | ||
%input.knob.second{'data-bgcolor' => '#f8d2e0', 'data-fgcolor' => '#b85e80', 'data-inputcolor' => '#333', 'data-thickness' => '.3', 'data-width' => '140', 'data-height' => '140', :type => 'text', :value => '85'}/ |
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,12 @@ | ||
- page 'Forgot password', 'forgot-password' | ||
|
||
.row | ||
.col-lg-12 | ||
%h4 | ||
Reset your password | ||
%form | ||
.form-group | ||
%input.form-control{placeholder: 'Email address', type: 'text'}/ | ||
|
||
=link_to 'Send', 'index.html', class: 'btn btn-default' | ||
=link_to 'Go back', 'index.html' |
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,31 +1,26 @@ | ||
- page 'Dashboard', 'dashboard' | ||
- page 'Sign in', 'sign-in' | ||
|
||
.panel | ||
.panel-heading | ||
%i.icon-beer.icon-large | ||
Hierapolis Rocks! | ||
.panel-tools | ||
.btn-group | ||
%a.btn{href: '#'} | ||
%i.icon-refresh | ||
Refresh statics | ||
%a.btn{href: '#', data: {toggle: 'toolbar-tooltip'}, title: 'Toggle'} | ||
%i.icon-chevron-down | ||
.panel-body | ||
.page-header | ||
%h4 System usage | ||
.progress | ||
.progress-bar.progress-bar-success{style: 'width: 35%'} | ||
.progress-bar.progress-bar-warning{style: 'width: 20%'} | ||
.progress-bar.progress-bar-danger{style: 'width: 10%'} | ||
.page-header | ||
%h4 User statics | ||
.row.text-center | ||
.col-3 | ||
%input.knob.second{'data-bgcolor' => '#d4ecfd', 'data-fgcolor' => '#30a1ec', 'data-inputcolor' => '#333', 'data-thickness' => '.3', 'data-width' => '140', 'data-height' => '140', :type => 'text', :value => '50'}/ | ||
.col-3 | ||
%input.knob.second{'data-bgcolor' => '#c4e9aa', 'data-fgcolor' => '#8ac368', 'data-inputcolor' => '#333', 'data-thickness' => '.3', 'data-width' => '140', 'data-height' => '140', :type => 'text', :value => '75'}/ | ||
.col-3 | ||
%input.knob.second{'data-bgcolor' => '#cef3f5', 'data-fgcolor' => '#5ba0a3', 'data-inputcolor' => '#333', 'data-thickness' => '.3', 'data-width' => '140', 'data-height' => '140', :type => 'text', :value => '35'}/ | ||
.col-3 | ||
%input.knob.second{'data-bgcolor' => '#f8d2e0', 'data-fgcolor' => '#b85e80', 'data-inputcolor' => '#333', 'data-thickness' => '.3', 'data-width' => '140', 'data-height' => '140', :type => 'text', :value => '85'}/ | ||
.row | ||
.col-lg-12 | ||
.brand.text-center | ||
%h1 | ||
.logo-icon | ||
%i.icon-beer | ||
Hierapolis | ||
.row | ||
.col-lg-12 | ||
%h4 | ||
Login to your account | ||
%form | ||
.form-group | ||
%input.form-control{placeholder: 'Email address', type: 'text'}/ | ||
.form-group | ||
%input.form-control{placeholder: 'Password', type: 'password'}/ | ||
.text-center | ||
.checkbox | ||
%label | ||
%input{:type => 'checkbox'}/ | ||
Remember me on this computer | ||
=link_to 'Sign in', 'dashboard.html', class: 'btn btn-default' | ||
%br/ | ||
=link_to 'Forgot password?', 'forgot_password.html' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
!!! 5 | ||
/[if IE 8] <html class="no-js lt-ie10 lt-ie9" lang="en-us"> | ||
/[if IE 9] <html class="no-js lt-ie10 lt-ie9" lang="en-us"> | ||
/[if lt IE 10] <html class="no-js lt-ie10" lang="en-us"> | ||
%html{lang: 'en', class: 'no-js'} | ||
%head | ||
%title= yield_content :title | ||
%meta(http-equiv="content-type" content="text/html" charset="utf-8") | ||
%meta(http-equiv="x-ua-compatible" content="ie=edge,chrome=1") | ||
%meta(name="description" content="") | ||
%meta(name="author" content="") | ||
%meta{content: 'initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width', name: 'viewport'} | ||
%meta(name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)") | ||
%meta(name='apple-mobile-web-app-capable' content='yes') | ||
%meta(name='apple-mobile-web-app-status-bar-style' content='translucent-black') | ||
|
||
%link(rel="shortcut icon" href="/assets/images/favicon.ico") | ||
%link(rel="apple-touch-icon-precomposed" href="/assets/images/apple-touch-icon-precomposed.png") | ||
%link(rel="apple-touch-icon-precomposed" sizes="57x57" href="/assets/images/apple-touch-icon-57x57-precomposed.png") | ||
%link(rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/images/apple-touch-icon-72x72-precomposed.png") | ||
%link(rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/images/apple-touch-icon-114x114-precomposed.png") | ||
|
||
/ Stylesheets (Don't change include order) | ||
= stylesheet_link_tag 'application', | ||
'//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css' | ||
= yield_content :head | ||
|
||
%body.login | ||
|
||
.wrapper | ||
= yield | ||
|
||
/ Footer | ||
= partial 'partials/footer' | ||
|
||
/ Google Analytics | ||
= partial 'partials/trackers' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
/ Javascripts | ||
= javascript_include_tag '//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js', | ||
'//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js', | ||
'//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js', | ||
'application' |
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