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,157 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
|
3
|
+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
4
|
+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
|
5
|
+
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
6
|
+
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
|
7
|
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
8
|
+
<head>
|
9
|
+
<meta charset="utf-8">
|
10
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
11
|
+
|
12
|
+
<title>Skyframe v0.0.1(Alpha) - Blog</title>
|
13
|
+
<meta name="description" content="">
|
14
|
+
<meta name="viewport" content="width=device-width">
|
15
|
+
<link rel="stylesheet" href="css/screen.css">
|
16
|
+
<!--#include virtual="inc/js-top.html" -->
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
|
20
|
+
<!--[if lt IE 7]>
|
21
|
+
<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>
|
22
|
+
<![endif]-->
|
23
|
+
|
24
|
+
<div class="container">
|
25
|
+
|
26
|
+
<header class="mod-header" id="header"><!--#include virtual="inc/header.html" --></header>
|
27
|
+
|
28
|
+
<nav class="mod-main-nav" id="main-nav"><!--#include virtual="inc/main-nav.html" --></nav>
|
29
|
+
|
30
|
+
<div class="mod-breadcrumb" id="breadcrumb"><!--#include virtual="inc/breadcrumb.html" --></div>
|
31
|
+
|
32
|
+
|
33
|
+
<div class="page-wrapper" id="page-wrapper" role="main">
|
34
|
+
|
35
|
+
<article class="l-main-side" id="main">
|
36
|
+
|
37
|
+
<section class="mod-content">
|
38
|
+
|
39
|
+
<div class="mod-intro">
|
40
|
+
<header>
|
41
|
+
<h1>Blog home</h1>
|
42
|
+
<h2>Layout: Main-Side</h2>
|
43
|
+
</header>
|
44
|
+
<section>
|
45
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
46
|
+
</section>
|
47
|
+
<footer>
|
48
|
+
<p><a class="btn" href="#">Fake Button Link</a></p>
|
49
|
+
</footer>
|
50
|
+
</div><!-- /.mod-intro -->
|
51
|
+
|
52
|
+
<div class="mod-block">
|
53
|
+
<header>
|
54
|
+
<h2><a href="blog-details.html">Blog title</a></h2>
|
55
|
+
</header>
|
56
|
+
<section>
|
57
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
58
|
+
</section>
|
59
|
+
<footer>
|
60
|
+
<p><a class="" href="blog-details.html">Link in footer</a></p>
|
61
|
+
</footer>
|
62
|
+
</div><!-- /.mod-block -->
|
63
|
+
|
64
|
+
<div class="mod-block">
|
65
|
+
<header>
|
66
|
+
<h2><a href="blog-details.html">Blog title</a></h2>
|
67
|
+
</header>
|
68
|
+
<section>
|
69
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
70
|
+
</section>
|
71
|
+
<footer>
|
72
|
+
<p><a class="" href="blog-details.html">Link in footer</a></p>
|
73
|
+
</footer>
|
74
|
+
</div><!-- /.mod-block -->
|
75
|
+
|
76
|
+
<div class="mod-block">
|
77
|
+
<header>
|
78
|
+
<h2><a href="blog-details.html">Blog title</a></h2>
|
79
|
+
</header>
|
80
|
+
<section>
|
81
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
82
|
+
</section>
|
83
|
+
<footer>
|
84
|
+
<p><a class="" href="blog-details.html">Link in footer</a></p>
|
85
|
+
</footer>
|
86
|
+
</div><!-- /.mod-block -->
|
87
|
+
|
88
|
+
<div class="mod-paging">
|
89
|
+
<ul>
|
90
|
+
<li><a href="#" class="first">««</a></li>
|
91
|
+
<li><a href="#" class="prev">«</a></li>
|
92
|
+
<li class="active"><a href="#">1</a></li>
|
93
|
+
<li><a href="#">2</a></li>
|
94
|
+
<li><a href="#">3</a></li>
|
95
|
+
<li><a href="#">4</a></li>
|
96
|
+
<li><a href="#">5</a></li>
|
97
|
+
<li><a href="#">6</a></li>
|
98
|
+
<li><a href="#">7</a></li>
|
99
|
+
<li><a href="#">8</a></li>
|
100
|
+
<li><a href="#">9</a></li>
|
101
|
+
<li><a href="#">10</a></li>
|
102
|
+
<li><a href="#" class="next">»</a></li>
|
103
|
+
<li><a href="#" class="last">»»</a></li>
|
104
|
+
</ul>
|
105
|
+
</div>
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
</section><!-- /.mod-content -->
|
110
|
+
|
111
|
+
<aside class="mod-sidebar">
|
112
|
+
<div class="widget">
|
113
|
+
<h4>Categories</h4>
|
114
|
+
<ul>
|
115
|
+
<li class="is-active"><a href="#">Link one</a></li>
|
116
|
+
<li><a href="#">Link two</a></li>
|
117
|
+
<li><a href="#">Link three</a></li>
|
118
|
+
</ul>
|
119
|
+
</div><!-- /.widget -->
|
120
|
+
|
121
|
+
<div class="widget">
|
122
|
+
|
123
|
+
<header>
|
124
|
+
<h4>Note</h4>
|
125
|
+
</header>
|
126
|
+
<section>
|
127
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
128
|
+
</section>
|
129
|
+
<footer>
|
130
|
+
<p><a href="#" class="">Learn more</a></p>
|
131
|
+
</footer>
|
132
|
+
|
133
|
+
</div><!-- /.widget -->
|
134
|
+
|
135
|
+
<div class="widget">
|
136
|
+
<h4>Popular tags</h4>
|
137
|
+
<ul>
|
138
|
+
<li class="is-active"><a href="#">Link one</a></li>
|
139
|
+
<li><a href="#">Link two</a></li>
|
140
|
+
<li><a href="#">Link three</a></li>
|
141
|
+
</ul>
|
142
|
+
</div><!-- /.widget -->
|
143
|
+
|
144
|
+
|
145
|
+
</aside>
|
146
|
+
|
147
|
+
</article><!-- /.l-main-side -->
|
148
|
+
|
149
|
+
</div><!-- /#main-->
|
150
|
+
|
151
|
+
<footer class="mod-footer" id="footer"><!--#include virtual="inc/footer.html" --></footer>
|
152
|
+
|
153
|
+
</div><!-- /.container -->
|
154
|
+
|
155
|
+
<!--#include virtual="inc/js-bottom.html" -->
|
156
|
+
</body>
|
157
|
+
</html>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
require 'susy'
|
2
|
+
# Require any additional compass plugins here.
|
3
|
+
|
4
|
+
|
5
|
+
# Set this to the root of your project when deployed:
|
6
|
+
http_path = "/"
|
7
|
+
css_dir = "css"
|
8
|
+
sass_dir = "sass"
|
9
|
+
images_dir = "img"
|
10
|
+
javascripts_dir = "js"
|
11
|
+
|
12
|
+
# You can select your preferred output style here (can be overridden via the command line):
|
13
|
+
# output_style = :expanded or :nested or :compact or :compressed
|
14
|
+
output_style = :expanded
|
15
|
+
|
16
|
+
# To enable relative paths to assets via compass helper functions. Uncomment:
|
17
|
+
# relative_assets = true
|
18
|
+
|
19
|
+
# To disable debugging comments that display the original location of your selectors.
|
20
|
+
# line_comments = true or false
|
21
|
+
line_comments = true
|
22
|
+
|
23
|
+
# If you prefer the indented syntax, you might want to regenerate this
|
24
|
+
# project again passing --syntax sass, or you can uncomment this:
|
25
|
+
# preferred_syntax = :sass
|
26
|
+
preferred_syntax = :scss
|
27
|
+
# and then run:
|
28
|
+
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
|
@@ -0,0 +1,158 @@
|
|
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) - Contact</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
|
+
<aside class="mod-sidebar">
|
37
|
+
<div class="widget">
|
38
|
+
<h4>Address</h4>
|
39
|
+
<p>The Old School
|
40
|
+
Exton Street
|
41
|
+
London
|
42
|
+
SE1 8UE, UK
|
43
|
+
020 7928 1490</p>
|
44
|
+
</div>
|
45
|
+
|
46
|
+
</aside>
|
47
|
+
|
48
|
+
<section class="mod-content">
|
49
|
+
|
50
|
+
<div class="mod-intro">
|
51
|
+
<header>
|
52
|
+
<h1>Contact</h1>
|
53
|
+
<h2>Layout: Side-Main-Side</h2>
|
54
|
+
</header>
|
55
|
+
<section>
|
56
|
+
<p>Lorem ipsum dolor sit amet, consectetur adip*isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.</p>
|
57
|
+
</section>
|
58
|
+
</div><!-- /.mod-intro -->
|
59
|
+
|
60
|
+
<div class="mod-map">
|
61
|
+
<header><h2>Find us here</h2></header>
|
62
|
+
<div class="map" id="map"></div>
|
63
|
+
</div><!-- /.mod-map -->
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
<div class="mod-msg error">
|
68
|
+
<h3>Oops, you have errors.</h3>
|
69
|
+
<ul>
|
70
|
+
<li>Name is required</li>
|
71
|
+
<li>Email is required</li>
|
72
|
+
</ul>
|
73
|
+
</div>
|
74
|
+
|
75
|
+
<div class="mod-form">
|
76
|
+
|
77
|
+
<form id="contact-form" action="/">
|
78
|
+
|
79
|
+
<h2>Get in touch now</h2>
|
80
|
+
|
81
|
+
<fieldset class="note">
|
82
|
+
<p><em>*</em> Required field</p>
|
83
|
+
</fieldset>
|
84
|
+
|
85
|
+
<fieldset>
|
86
|
+
<label for="full-name">Name <em>*</em></label>
|
87
|
+
<input id="full-name" name="full-name" type="text" placeholder="Full Name" data-validation-engine="validate[required]" />
|
88
|
+
</fieldset>
|
89
|
+
|
90
|
+
<fieldset>
|
91
|
+
<label for="email">Email <em>*</em></label>
|
92
|
+
<input id="email" name="email" type="email" placeholder="Email" data-validation-engine="validate[required,custom[email]]" />
|
93
|
+
</fieldset>
|
94
|
+
|
95
|
+
<fieldset>
|
96
|
+
<label for="phone-number">Phone <em>*</em></label>
|
97
|
+
<input id="phone-number" name="phone-number" type="tel" placeholder="Phone" data-validation-engine="validate[required,custom[phone]]" />
|
98
|
+
</fieldset>
|
99
|
+
|
100
|
+
<fieldset>
|
101
|
+
<label for="contact-method">Preferred contact method <em>*</em></label>
|
102
|
+
<select name="contact-method" id="contact-method" data-validation-engine="validate[required]">
|
103
|
+
<option value="0">Telephone</option>
|
104
|
+
<option value="1">Email</option>
|
105
|
+
</select>
|
106
|
+
</fieldset>
|
107
|
+
|
108
|
+
|
109
|
+
<fieldset>
|
110
|
+
<label for="cool">Cool status</label>
|
111
|
+
|
112
|
+
<label for="cool">
|
113
|
+
<input type="radio" name="cool" id="cool" data-validation-engine="validate[required,groupRequired[method]]">
|
114
|
+
Cool
|
115
|
+
</label>
|
116
|
+
|
117
|
+
<label for="uncool">
|
118
|
+
<input type="radio" name="cool" id="uncool" data-validation-engine="validate[required,groupRequired[method]]">
|
119
|
+
Uncool
|
120
|
+
</label>
|
121
|
+
</fieldset>
|
122
|
+
|
123
|
+
<fieldset>
|
124
|
+
<label for="comments">Comments </label>
|
125
|
+
<textarea name="comments" id="comments" placeholder="Your message"></textarea>
|
126
|
+
</fieldset>
|
127
|
+
|
128
|
+
<fieldset>
|
129
|
+
<label for="policy-privacy">
|
130
|
+
<input type="checkbox" name="policy-privacy" id="policy-privacy" value="accept" data-validation-engine="validate[required]" />
|
131
|
+
I accept the <a href="policy.html">Policy privacy</a></label>
|
132
|
+
</fieldset>
|
133
|
+
|
134
|
+
<fieldset class="submit-area">
|
135
|
+
<button type="submit">Submit</button>
|
136
|
+
<button type="reset">Reset</button>
|
137
|
+
<button type="reset" disabled>Disabled</button>
|
138
|
+
<a class="btn" href="#">Fake Button Link</a>
|
139
|
+
</fieldset>
|
140
|
+
|
141
|
+
</form>
|
142
|
+
</div><!-- .mod-form -->
|
143
|
+
|
144
|
+
</section><!-- /.mod-content -->
|
145
|
+
|
146
|
+
|
147
|
+
</article><!-- /.l-side-main-side -->
|
148
|
+
|
149
|
+
</div><!-- /#main-->
|
150
|
+
|
151
|
+
<footer class="mod-footer" id="footer"><!--#include virtual="inc/footer.html" --></footer>
|
152
|
+
|
153
|
+
</div><!-- /.container -->
|
154
|
+
|
155
|
+
<!--#include virtual="inc/js-bottom.html" -->
|
156
|
+
|
157
|
+
</body>
|
158
|
+
</html>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
|
3
|
+
<cross-domain-policy>
|
4
|
+
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
|
5
|
+
|
6
|
+
<!-- Most restrictive policy: -->
|
7
|
+
<site-control permitted-cross-domain-policies="none"/>
|
8
|
+
|
9
|
+
<!-- Least restrictive policy: -->
|
10
|
+
<!--
|
11
|
+
<site-control permitted-cross-domain-policies="all"/>
|
12
|
+
<allow-access-from domain="*" to-ports="*" secure="false"/>
|
13
|
+
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
|
14
|
+
-->
|
15
|
+
</cross-domain-policy>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,101 @@
|
|
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) - Forgot Password</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="forgot-password">
|
45
|
+
|
46
|
+
<header>
|
47
|
+
<h1>Forgot Password</h1>
|
48
|
+
</header>
|
49
|
+
|
50
|
+
<section class="mod-form">
|
51
|
+
<form action="/" id="forgot-password-form">
|
52
|
+
|
53
|
+
<fieldset>
|
54
|
+
<p>Type in your email below and we will send you a new password</p>
|
55
|
+
</fieldset>
|
56
|
+
<fieldset>
|
57
|
+
<label for="member-email">Your email <em>*</em></label>
|
58
|
+
<input type="email" name="member-email" id="member-email"/>
|
59
|
+
</fieldset>
|
60
|
+
|
61
|
+
<fieldset class="submit-area">
|
62
|
+
<button type="submit">Reset Password</button>
|
63
|
+
</fieldset>
|
64
|
+
|
65
|
+
</form>
|
66
|
+
</section><!-- /.mod-form -->
|
67
|
+
|
68
|
+
</article><!-- /.sign-in -->
|
69
|
+
|
70
|
+
<article class="register-now">
|
71
|
+
|
72
|
+
<header>
|
73
|
+
<h1>Not registered yet?</h1>
|
74
|
+
<h3>Register Now</h3>
|
75
|
+
</header>
|
76
|
+
<section>
|
77
|
+
<p>And integer vitae libero acri sus egestas placerat</p>
|
78
|
+
</section>
|
79
|
+
<footer>
|
80
|
+
<a class="btn">Register now</a>
|
81
|
+
</footer>
|
82
|
+
|
83
|
+
</article><!-- /.register-now -->
|
84
|
+
|
85
|
+
</div> <!-- /.mod-sign-up -->
|
86
|
+
|
87
|
+
|
88
|
+
</section><!-- /.mod-content -->
|
89
|
+
|
90
|
+
</article><!-- /.l-main -->
|
91
|
+
|
92
|
+
</div><!-- /#main-->
|
93
|
+
|
94
|
+
<footer class="mod-footer" id="footer"><!--#include virtual="inc/footer.html" --></footer>
|
95
|
+
|
96
|
+
</div><!-- /.container -->
|
97
|
+
|
98
|
+
<!--#include virtual="inc/js-bottom.html" -->
|
99
|
+
|
100
|
+
</body>
|
101
|
+
</html>
|