skyframe 0.0.1.beta
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/skyframe.rb +8 -0
- data/lib/skyframe/version.rb +3 -0
- data/stylesheets/_main.scss +1 -0
- data/templates/project/files/404.html +157 -0
- data/templates/project/files/CHANGELOG.md +19 -0
- data/templates/project/files/about.html +96 -0
- data/templates/project/files/apple-touch-icon-114x114-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon-144x144-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon-57x57-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon-72x72-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon.png +0 -0
- data/templates/project/files/bg_direction_nav.png +0 -0
- data/templates/project/files/blog-details.html +255 -0
- data/templates/project/files/blog.html +157 -0
- data/templates/project/files/config.rb +28 -0
- data/templates/project/files/contact.html +158 -0
- data/templates/project/files/crossdomain.xml +15 -0
- data/templates/project/files/dummy-full.png +0 -0
- data/templates/project/files/dummy-square.png +0 -0
- data/templates/project/files/favicon.ico +0 -0
- data/templates/project/files/flash/video-js.swf +0 -0
- data/templates/project/files/forgot-password.html +101 -0
- data/templates/project/files/htaccess.txt +536 -0
- data/templates/project/files/humans.txt +18 -0
- data/templates/project/files/icon-gmap.png +0 -0
- data/templates/project/files/icon-search.png +0 -0
- data/templates/project/files/inc/breadcrumb.html +5 -0
- data/templates/project/files/inc/footer.html +37 -0
- data/templates/project/files/inc/header.html +20 -0
- data/templates/project/files/inc/js-bottom.html +21 -0
- data/templates/project/files/inc/js-top.html +10 -0
- data/templates/project/files/inc/main-nav.html +7 -0
- data/templates/project/files/logo.png +0 -0
- data/templates/project/files/logo@2x.png +0 -0
- data/templates/project/files/media/audio/dummy-audio.mp3 +0 -0
- data/templates/project/files/media/video/dummy-video.mp4 +0 -0
- data/templates/project/files/products.html +100 -0
- data/templates/project/files/readme.md +55 -0
- data/templates/project/files/robots.txt +3 -0
- data/templates/project/files/services.html +75 -0
- data/templates/project/files/sign-in.html +104 -0
- data/templates/project/files/sitemap.html +102 -0
- data/templates/project/files/video-js.png +0 -0
- data/templates/project/javascripts/libs/jquery-1.8.0.min.js +2 -0
- data/templates/project/javascripts/libs/jquery.validationEngine.js +1819 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-cz.js +156 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-da.js +135 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-de.js +139 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-en.js +192 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-es.js +137 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-et.js +139 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-fa.js +181 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-fi.js +111 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-fr.js +129 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-hr.js +177 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-hu.js +179 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-it.js +111 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-ja.js +149 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-nl.js +136 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-pl.js +140 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-pt.js +135 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-pt_BR.js +127 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-ro.js +177 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-ru.js +136 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-se.js +153 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-tr.js +156 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-vi.js +179 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-zh_CN.js +177 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-zh_TW.js +177 -0
- data/templates/project/javascripts/libs/modernizr-2.5.3.min.js +4 -0
- data/templates/project/javascripts/libs/respond.min.js +6 -0
- data/templates/project/javascripts/libs/selectivizr.js +560 -0
- data/templates/project/javascripts/plugins.js +83 -0
- data/templates/project/javascripts/script.js +282 -0
- data/templates/project/manifest.rb +136 -0
- data/templates/project/partials/_debug.scss +114 -0
- data/templates/project/partials/_functions.scss +10 -0
- data/templates/project/partials/_helpers.scss +86 -0
- data/templates/project/partials/_layout.scss +188 -0
- data/templates/project/partials/_media.scss +191 -0
- data/templates/project/partials/_misc.scss +103 -0
- data/templates/project/partials/_mixins.scss +140 -0
- data/templates/project/partials/_mods.scss +59 -0
- data/templates/project/partials/_normalize.scss +36 -0
- data/templates/project/partials/_print.scss +80 -0
- data/templates/project/partials/_type.scss +331 -0
- data/templates/project/partials/_vars.scss +114 -0
- data/templates/project/partials/mods/_mod-block.scss +96 -0
- data/templates/project/partials/mods/_mod-breadcrumb.scss +103 -0
- data/templates/project/partials/mods/_mod-carousel.scss +108 -0
- data/templates/project/partials/mods/_mod-footer.scss +199 -0
- data/templates/project/partials/mods/_mod-form.scss +319 -0
- data/templates/project/partials/mods/_mod-header.scss +291 -0
- data/templates/project/partials/mods/_mod-intro.scss +98 -0
- data/templates/project/partials/mods/_mod-layouts.scss +135 -0
- data/templates/project/partials/mods/_mod-main-nav.scss +143 -0
- data/templates/project/partials/mods/_mod-map.scss +107 -0
- data/templates/project/partials/mods/_mod-msg.scss +119 -0
- data/templates/project/partials/mods/_mod-paging.scss +101 -0
- data/templates/project/partials/mods/_mod-sitemap.scss +132 -0
- data/templates/project/partials/mods/_mod-split-form.scss +98 -0
- data/templates/project/partials/mods/_mod-strip.scss +118 -0
- data/templates/project/partials/mods/_mod-table.scss +118 -0
- data/templates/project/partials/mods/_mod-widget.scss +103 -0
- data/templates/project/partials/plugins/_flexslider.scss +82 -0
- data/templates/project/partials/plugins/_validation-engine.scss +137 -0
- data/templates/project/partials/plugins/_video-js.scss +616 -0
- data/templates/project/partials/sass-template.scss +103 -0
- data/templates/project/screen.scss +2 -0
- metadata +220 -0
@@ -0,0 +1,18 @@
|
|
1
|
+
# humanstxt.org/
|
2
|
+
# The humans responsible & technology colophon
|
3
|
+
|
4
|
+
# TEAM
|
5
|
+
|
6
|
+
Dilraj Ahdan -- Senior Frontend Developer -- @creativeheads
|
7
|
+
Yann Le Corre -- Frontend Developer -- @ankrat
|
8
|
+
Aung Win -- Frontend Developer -- @myowin76
|
9
|
+
|
10
|
+
# THANKS
|
11
|
+
|
12
|
+
Paul Irish, Chris Coyier
|
13
|
+
|
14
|
+
# TECHNOLOGY COLOPHON
|
15
|
+
|
16
|
+
HTML5, CSS3
|
17
|
+
jQuery, Modernizr, Selectizr
|
18
|
+
SASS, Compass, Susy
|
Binary file
|
Binary file
|
@@ -0,0 +1,37 @@
|
|
1
|
+
<ul class="ftr-nav">
|
2
|
+
<li><a href="index.html">Home</a></li>
|
3
|
+
<li class="is-active"><a href="about.html">About Us</a></li>
|
4
|
+
<li><a href="products.html">Products</a></li>
|
5
|
+
<li><a href="services.html">Services</a></li>
|
6
|
+
<li><a href="blog.html">Blog</a></li>
|
7
|
+
<li><a href="contact.html">Contact</a></li>
|
8
|
+
<li><a href="sitemap.html">Site Map</a></li>
|
9
|
+
<li><a href="sign-in.html">Sign In</a></li>
|
10
|
+
<li><a href="sign-in.html">Register</a></li>
|
11
|
+
</ul><!-- /.ftr-nav -->
|
12
|
+
|
13
|
+
<div class="vcard">
|
14
|
+
|
15
|
+
<ul class="ftr-contact">
|
16
|
+
<li><a class="tel" href="tel:+4420812345678">Call: +44(0)208 1234 5678</a></li>
|
17
|
+
<li><a class="email" href="mailto:hi@skyron.co.uk">Email: hi@skyron.co.uk</a></li>
|
18
|
+
</ul><!-- /.ftr-contact -->
|
19
|
+
|
20
|
+
<ul class="mod-social-links">
|
21
|
+
<li class="rss"><a href="#">RSS</a></li>
|
22
|
+
<li class="googleplus"><a href="#">Google Plus</a></li>
|
23
|
+
<li class="linkedin"><a href="#">Linked In</a></li>
|
24
|
+
<li class="facebook"><a href="#">Facebook</a></li>
|
25
|
+
<li class="twitter"><a href="#">Twitter</a></li>
|
26
|
+
</ul>
|
27
|
+
</div><!-- /.vcard -->
|
28
|
+
|
29
|
+
<ul class="mod-legal-nav">
|
30
|
+
<li class="terms"><a href="#">Terms</a></li>
|
31
|
+
<li class="privacy"><a href="#">Privacy Policy</a></li>
|
32
|
+
<li class="cookies"><a href="#">Cookies</a></li>
|
33
|
+
<li class="copyright">Copyright © 2012 <a class="url fn org" href="http://skyron.co.uk">Skyron Limited</a><em>. All rights reserved</em>
|
34
|
+
</li>
|
35
|
+
</ul><!-- /.mod-legal-nav -->
|
36
|
+
|
37
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
<div>
|
3
|
+
<a class="hdr-logo" href="index.html" id="logo" title="Skyframe Logo">
|
4
|
+
<img src="img/logo.png" alt="" class="is-print">
|
5
|
+
</a>
|
6
|
+
|
7
|
+
<ul id="header-nav" class="hdr-nav">
|
8
|
+
<li><a href="sign-in.html">Sign in</a></li>
|
9
|
+
<li><a href="#">Register</a></li>
|
10
|
+
</ul>
|
11
|
+
|
12
|
+
|
13
|
+
<form class="mod-site-search" action="/" id="form-search" method="post">
|
14
|
+
<fieldset>
|
15
|
+
<label class="site-search-label visuallyhidden" for="q">Search</label>
|
16
|
+
<input class="site-search-input" type="search" name="search" placeholder="Search" id="q" /><!-- <button class="site-search-button" type="submit"><span>Go</span></button> -->
|
17
|
+
</fieldset>
|
18
|
+
</form>
|
19
|
+
|
20
|
+
</div>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<!-- JavaScript at the bottom for fast page loading -->
|
2
|
+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
|
3
|
+
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.8.0.min.js"><\/script>')</script>
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
|
8
|
+
|
9
|
+
<!-- scripts concatenated and minified via build script -->
|
10
|
+
<script src="js/plugins.js"></script>
|
11
|
+
<script src="js/script.js"></script>
|
12
|
+
<!-- end scripts -->
|
13
|
+
|
14
|
+
<!-- ***:EDIT
|
15
|
+
<script>
|
16
|
+
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
|
17
|
+
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
18
|
+
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
19
|
+
s.parentNode.insertBefore(g,s)}(document,'script'));
|
20
|
+
</script>
|
21
|
+
-->
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<script src="js/libs/modernizr-2.5.3.min.js"></script>
|
2
|
+
|
3
|
+
<!-- ***:NOTE: Selectizr MUST go before Respond.js -->
|
4
|
+
<!--[if (gte IE 6)&(lte IE 8)]>
|
5
|
+
<script type="text/javascript" src="js/libs/selectivizr.js"></script>
|
6
|
+
<![endif]-->
|
7
|
+
|
8
|
+
<!--[if lt IE 9]>
|
9
|
+
<script src="js/libs/respond.min.js"></script>
|
10
|
+
<![endif]-->
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,100 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
3
|
+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
|
4
|
+
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
5
|
+
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
|
6
|
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
7
|
+
<head>
|
8
|
+
<meta charset="utf-8">
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
10
|
+
|
11
|
+
<title>Skyframe v0.0.1(Alpha) - Products</title>
|
12
|
+
<meta name="description" content="">
|
13
|
+
<meta name="viewport" content="width=device-width">
|
14
|
+
<link rel="stylesheet" href="css/screen.css">
|
15
|
+
<!--#include virtual="inc/js-top.html" -->
|
16
|
+
</head>
|
17
|
+
<body>
|
18
|
+
|
19
|
+
<!--[if lt IE 7]>
|
20
|
+
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
|
21
|
+
<![endif]-->
|
22
|
+
|
23
|
+
<div class="container">
|
24
|
+
|
25
|
+
<header class="mod-header" id="header"><!--#include virtual="inc/header.html" --></header>
|
26
|
+
|
27
|
+
<nav class="mod-main-nav" id="main-nav"><!--#include virtual="inc/main-nav.html" --></nav>
|
28
|
+
|
29
|
+
<div class="mod-breadcrumb" id="breadcrumb"><!--#include virtual="inc/breadcrumb.html" --></div>
|
30
|
+
|
31
|
+
|
32
|
+
<div class="page-wrapper" id="page-wrapper" role="main">
|
33
|
+
|
34
|
+
<article class="l-side-main" id="main">
|
35
|
+
|
36
|
+
<section class="mod-content">
|
37
|
+
<div class="mod-intro">
|
38
|
+
<header>
|
39
|
+
<h1>Products</h1>
|
40
|
+
<h2>Layout: Side-Main</h2>
|
41
|
+
</header>
|
42
|
+
<section>
|
43
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
44
|
+
<img class="fig-left" src="img/dummy-square.png" alt="" />
|
45
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
46
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
47
|
+
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
48
|
+
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
49
|
+
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
50
|
+
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
51
|
+
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
52
|
+
|
53
|
+
</section>
|
54
|
+
<footer>
|
55
|
+
<a href="#">Link in footer</a>
|
56
|
+
</footer>
|
57
|
+
</div><!-- .mod-intro -->
|
58
|
+
|
59
|
+
<div class="mod-block">
|
60
|
+
<header>
|
61
|
+
<h1>Block</h1>
|
62
|
+
</header>
|
63
|
+
<section>
|
64
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
65
|
+
|
66
|
+
<img class="fig-right" src="img/dummy-square.png" alt="" />
|
67
|
+
|
68
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
69
|
+
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
|
70
|
+
|
71
|
+
</section>
|
72
|
+
<footer>
|
73
|
+
<a href="#" class="btn">Link</a>
|
74
|
+
</footer>
|
75
|
+
</div><!-- .mod-block -->
|
76
|
+
|
77
|
+
|
78
|
+
</section><!-- /.mod-content -->
|
79
|
+
|
80
|
+
<aside class="mod-sidebar">
|
81
|
+
<ul class="mod-page-nav">
|
82
|
+
<li class="is-active"><a href="#">Link one</a></li>
|
83
|
+
<li><a href="#">Link two</a></li>
|
84
|
+
<li><a href="#">Link three</a></li>
|
85
|
+
</ul>
|
86
|
+
</aside>
|
87
|
+
|
88
|
+
|
89
|
+
</article><!-- /.l-side-main -->
|
90
|
+
|
91
|
+
</div><!-- /#main-->
|
92
|
+
|
93
|
+
<footer class="mod-footer" id="footer"><!--#include virtual="inc/footer.html" --></footer>
|
94
|
+
|
95
|
+
</div><!-- /.container -->
|
96
|
+
|
97
|
+
<!--#include virtual="inc/js-bottom.html" -->
|
98
|
+
|
99
|
+
</body>
|
100
|
+
</html>
|
@@ -0,0 +1,55 @@
|
|
1
|
+
# [HTML5 Boilerplate](http://html5boilerplate.com)
|
2
|
+
|
3
|
+
HTML5 Boilerplate is a professional front-end template that helps you build fast, robust, adaptable, and future-proof websites. Spend more time developing and less time reinventing the wheel.
|
4
|
+
|
5
|
+
This project is the product of many years of iterative development and combined community knowledge. It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want.
|
6
|
+
|
7
|
+
|
8
|
+
## Quick start
|
9
|
+
|
10
|
+
Clone the git repo - `git clone git://github.com/h5bp/html5-boilerplate.git` - or [download it](https://github.com/h5bp/html5-boilerplate/zipball/master)
|
11
|
+
|
12
|
+
|
13
|
+
## Features
|
14
|
+
|
15
|
+
* HTML5 ready. Use the new elements with confidence.
|
16
|
+
* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).
|
17
|
+
* Designed with progressive enhancement in mind.
|
18
|
+
* CSS normalizations and common bug fixes.
|
19
|
+
* IE-specific classes for easier cross-browser control.
|
20
|
+
* A default print stylesheet, performance optimized.
|
21
|
+
* Mobile browser optimizations.
|
22
|
+
* Protection against any stray `console.log` causing JavaScript errors in IE6/7.
|
23
|
+
* The latest jQuery via CDN, with a local fallback.
|
24
|
+
* A custom Modernizr build for feature detection.
|
25
|
+
* An optimized Google Analytics snippet.
|
26
|
+
* Apache server caching, compression, and other configuration defaults for Grade-A performance.
|
27
|
+
* Cross-domain Ajax and Flash.
|
28
|
+
* "Delete-key friendly." Easy to strip out parts you don't need.
|
29
|
+
* Extensive inline and accompanying documentation.
|
30
|
+
|
31
|
+
|
32
|
+
## Contributing
|
33
|
+
|
34
|
+
Anyone and everyone is welcome to [contribute](https://github.com/h5bp/html5-boilerplate/wiki/contribute). Hundreds of developers have helped make the HTML5 Boilerplate what it is today.
|
35
|
+
|
36
|
+
|
37
|
+
## Project information
|
38
|
+
|
39
|
+
* Source: http://github.com/h5bp/html5-boilerplate
|
40
|
+
* Web: http://html5boilerplate.com
|
41
|
+
* Docs: http://html5boilerplate.com/docs
|
42
|
+
* Twitter: http://twitter.com/h5bp
|
43
|
+
|
44
|
+
|
45
|
+
## License
|
46
|
+
|
47
|
+
### Major components:
|
48
|
+
|
49
|
+
* jQuery: MIT/GPL license
|
50
|
+
* Modernizr: MIT/BSD license
|
51
|
+
* Normalize.css: Public Domain
|
52
|
+
|
53
|
+
### Everything else:
|
54
|
+
|
55
|
+
The Unlicense (aka: public domain)
|
@@ -0,0 +1,75 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
3
|
+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
|
4
|
+
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
5
|
+
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
|
6
|
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
7
|
+
<head>
|
8
|
+
<meta charset="utf-8">
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
10
|
+
|
11
|
+
<title>Skyframe v0.0.1(Alpha) - Services</title>
|
12
|
+
<meta name="description" content="">
|
13
|
+
<meta name="viewport" content="width=device-width">
|
14
|
+
<link rel="stylesheet" href="css/screen.css">
|
15
|
+
<!--#include virtual="inc/js-top.html" -->
|
16
|
+
</head>
|
17
|
+
<body>
|
18
|
+
|
19
|
+
<!--[if lt IE 7]>
|
20
|
+
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
|
21
|
+
<![endif]-->
|
22
|
+
|
23
|
+
<div class="container">
|
24
|
+
|
25
|
+
<header class="mod-header" id="header"><!--#include virtual="inc/header.html" --></header>
|
26
|
+
|
27
|
+
<nav class="mod-main-nav" id="main-nav"><!--#include virtual="inc/main-nav.html" --></nav>
|
28
|
+
|
29
|
+
<div class="mod-breadcrumb" id="breadcrumb"><!--#include virtual="inc/breadcrumb.html" --></div>
|
30
|
+
|
31
|
+
|
32
|
+
<div class="page-wrapper" id="page-wrapper" role="main">
|
33
|
+
|
34
|
+
<article class="l-side-main" id="main">
|
35
|
+
|
36
|
+
<section class="mod-content">
|
37
|
+
<div class="mod-intro has-figure pos-right">
|
38
|
+
<header>
|
39
|
+
<h1>Services</h1>
|
40
|
+
<h2>Layout: Side-Main</h2>
|
41
|
+
</header>
|
42
|
+
<figure>
|
43
|
+
<img src="img/dummy-square.png" alt="">
|
44
|
+
</figure>
|
45
|
+
<section>
|
46
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
47
|
+
</section>
|
48
|
+
<footer>
|
49
|
+
<p><a href="#">Link in footer</a></p>
|
50
|
+
</footer>
|
51
|
+
</div><!-- /.mod-intro -->
|
52
|
+
|
53
|
+
</section><!-- /.mod-content -->
|
54
|
+
|
55
|
+
<aside class="mod-sidebar">
|
56
|
+
<ul class="mod-page-nav">
|
57
|
+
<li class="is-active"><a href="#">Link one</a></li>
|
58
|
+
<li><a href="#">Link two</a></li>
|
59
|
+
<li><a href="#">Link three</a></li>
|
60
|
+
</ul>
|
61
|
+
</aside>
|
62
|
+
|
63
|
+
|
64
|
+
</article><!-- /.l-side-main -->
|
65
|
+
|
66
|
+
</div><!-- /#main-->
|
67
|
+
|
68
|
+
<footer class="mod-footer" id="footer"><!--#include virtual="inc/footer.html" --></footer>
|
69
|
+
|
70
|
+
</div><!-- /.container -->
|
71
|
+
|
72
|
+
<!--#include virtual="inc/js-bottom.html" -->
|
73
|
+
|
74
|
+
</body>
|
75
|
+
</html>
|
@@ -0,0 +1,104 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
3
|
+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
|
4
|
+
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
5
|
+
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
|
6
|
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
7
|
+
<head>
|
8
|
+
<meta charset="utf-8">
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
10
|
+
|
11
|
+
<title>Skyframe v0.0.1(Alpha) - Sign in</title>
|
12
|
+
<meta name="description" content="">
|
13
|
+
<meta name="viewport" content="width=device-width">
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/screen.css">
|
16
|
+
<!--#include virtual="inc/js-top.html" -->
|
17
|
+
|
18
|
+
</head>
|
19
|
+
<body>
|
20
|
+
|
21
|
+
<!--[if lt IE 7]>
|
22
|
+
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
|
23
|
+
<![endif]-->
|
24
|
+
|
25
|
+
<div class="container">
|
26
|
+
|
27
|
+
<header class="mod-header" id="header"><!--#include virtual="inc/header.html" --></header>
|
28
|
+
|
29
|
+
<nav class="mod-main-nav" id="main-nav"><!--#include virtual="inc/main-nav.html" --></nav>
|
30
|
+
|
31
|
+
<div class="mod-breadcrumb" id="breadcrumb"><!--#include virtual="inc/breadcrumb.html" --></div>
|
32
|
+
|
33
|
+
|
34
|
+
<div class="page-wrapper" id="page-wrapper" role="main">
|
35
|
+
|
36
|
+
|
37
|
+
<article class="l-main" id="main">
|
38
|
+
|
39
|
+
<section class="mod-content">
|
40
|
+
|
41
|
+
|
42
|
+
<div class="mod-split-form">
|
43
|
+
|
44
|
+
<article class="sign-in">
|
45
|
+
|
46
|
+
<header>
|
47
|
+
<h1>Sign in</h1>
|
48
|
+
</header>
|
49
|
+
|
50
|
+
<section class="mod-form">
|
51
|
+
<form action="/" id="login-form">
|
52
|
+
|
53
|
+
<fieldset>
|
54
|
+
<label for="member-email">Your email <em>*</em></label>
|
55
|
+
<input type="email" name="member-email" id="member-email"/>
|
56
|
+
</fieldset>
|
57
|
+
|
58
|
+
<fieldset>
|
59
|
+
<label for="member-pass">Your password <em>*</em></label>
|
60
|
+
<input type="password" name="member-pass" id="member-pass" />
|
61
|
+
</fieldset>
|
62
|
+
|
63
|
+
<fieldset class="submit-area">
|
64
|
+
<button type="submit">Login</button>
|
65
|
+
<a href="forgot-password.html" class="forgotpass">I forgot my password</a>
|
66
|
+
</fieldset>
|
67
|
+
|
68
|
+
</form>
|
69
|
+
</section><!-- /.mod-form -->
|
70
|
+
|
71
|
+
</article><!-- /.sign-in -->
|
72
|
+
|
73
|
+
<article class="register-now">
|
74
|
+
|
75
|
+
<header>
|
76
|
+
<h1>Not registered yet?</h1>
|
77
|
+
<h3>Register Now</h3>
|
78
|
+
</header>
|
79
|
+
<section>
|
80
|
+
<p>And integer vitae libero acri sus egestas placerat</p>
|
81
|
+
</section>
|
82
|
+
<footer>
|
83
|
+
<a class="btn">Register now</a>
|
84
|
+
</footer>
|
85
|
+
|
86
|
+
</article><!-- /.register-now -->
|
87
|
+
|
88
|
+
</div> <!-- /.mod-split-form -->
|
89
|
+
|
90
|
+
|
91
|
+
</section><!-- /.mod-content -->
|
92
|
+
|
93
|
+
</article><!-- /.l-main -->
|
94
|
+
|
95
|
+
</div><!-- /#main-->
|
96
|
+
|
97
|
+
<footer class="mod-footer" id="footer"><!--#include virtual="inc/footer.html" --></footer>
|
98
|
+
|
99
|
+
</div><!-- /.container -->
|
100
|
+
|
101
|
+
<!--#include virtual="inc/js-bottom.html" -->
|
102
|
+
|
103
|
+
</body>
|
104
|
+
</html>
|