Skip to content

Commit a29c763

Browse files
author
Rafael J. Staib
committed
Add further improvements and content
1 parent 1eab5de commit a29c763

File tree

36 files changed

+422
-210
lines changed

36 files changed

+422
-210
lines changed

JSteps.v11.suo

2 KB
Binary file not shown.

JSteps/Content/custom.css

Lines changed: 69 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,54 @@ h1, h2, h3, h4, h5, h6
5252
white-space: nowrap;
5353
}
5454

55+
.btn
56+
{
57+
line-height: 1em;
58+
padding: 0.5em 1em;
59+
}
60+
61+
.btn:hover,
62+
.btn:active
63+
{
64+
background-image: none;
65+
}
66+
67+
.btn-primary
68+
{
69+
border-color: #2184be #69c #69c #2184be;
70+
71+
background-color: #69c;
72+
*background-color: #69c;
73+
background-image: -moz-linear-gradient(top, #69c, #2184be);
74+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#69c), to(#2184be));
75+
background-image: -webkit-linear-gradient(top, #69c, #2184be);
76+
background-image: -o-linear-gradient(top, #69c, #2184be);
77+
background-image: linear-gradient(to bottom, #69c, #2184be);
78+
background-repeat: repeat-x;
79+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6699cc", endColorstr="#ff2184be", GradientType=0);
80+
}
81+
82+
.btn-primary:hover,
83+
.btn-primary:focus,
84+
.btn-primary:active,
85+
.btn-primary.active,
86+
.btn-primary.disabled,
87+
.btn-primary[disabled]
88+
{
89+
background-color: #2184be;
90+
*background-color: #2184be;
91+
}
92+
.btn-primary:active,
93+
.btn-primary.active
94+
{
95+
background-color: #2184be \9;
96+
}
97+
98+
.btn-large
99+
{
100+
font-size: 1.429em;
101+
}
102+
55103
.sitewrapper
56104
{
57105
background: #fff;
@@ -101,29 +149,9 @@ h1, h2, h3, h4, h5, h6
101149
text-shadow: 2px 2px 3px rgba(100, 100, 115, 0.45);
102150
}
103151

104-
.sitewrapper > header > .btn
152+
.sitewrapper > header > .btn-large
105153
{
106-
border-color: #69c;
107-
color: #fff;
108154
font-size: 2em;
109-
line-height: 1em;
110-
padding: 0.25em 1em;
111-
112-
background-color: #39c;
113-
background-image: -moz-linear-gradient(#39c, #69c);
114-
background-image: -ms-linear-gradient(#39c, #69c);
115-
background-image: -o-linear-gradient(#39c, #69c);
116-
background-image: -webkit-linear-gradient(#39c, #69c);
117-
background-image: linear-gradient(#39c, #69c);
118-
119-
-webkit-text-shadow: 1px 1px 2px rgba(244, 244, 244, 0.65);
120-
text-shadow: 1px 1px 2px rgba(244, 244, 244, 0.65);
121-
}
122-
123-
.sitewrapper > header > .btn:hover,
124-
.sitewrapper > header > .btn:active
125-
{
126-
background-image: none;
127155
}
128156

129157
.sitewrapper > .socialbar
@@ -182,11 +210,29 @@ h1, h2, h3, h4, h5, h6
182210
font-weight: 700;
183211
}
184212

185-
.sitewrapper > .content section
213+
.sitewrapper > .content .main
186214
{
187-
padding-bottom: 2.857em;
215+
padding-right: 2.857em;
188216
}
189217

218+
.sitewrapper > .content .main > section
219+
{
220+
padding-bottom: 2.857em;
221+
}
222+
223+
.sitewrapper > .content .main > section > h2.page-header
224+
{
225+
font-size: 2.857em;
226+
line-height: 1.5em;
227+
}
228+
229+
.sitewrapper > .content .main > section > p.lead
230+
{
231+
font-size: 1.429em;
232+
line-height: 1.75em;
233+
}
234+
235+
190236
.sitewrapper > .content.startpage
191237
{
192238
text-align: center;

JSteps/Properties/PublishProfiles/FTP Cloud.pubxml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ by editing this MSBuild file. In order to learn more about this please visit htt
88
<WebPublishMethod>FTP</WebPublishMethod>
99
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
1010
<LastUsedPlatform>Any CPU</LastUsedPlatform>
11-
<SiteUrlToLaunchAfterPublish>http://www.boot-steps.com</SiteUrlToLaunchAfterPublish>
12-
<PrecompileBeforePublish>True</PrecompileBeforePublish>
13-
<EnableUpdateable>True</EnableUpdateable>
14-
<DebugSymbols>False</DebugSymbols>
15-
<WDPMergeOption>DonotMerge</WDPMergeOption>
11+
<SiteUrlToLaunchAfterPublish>http://boot-steps.com</SiteUrlToLaunchAfterPublish>
1612
<ExcludeApp_Data>False</ExcludeApp_Data>
1713
<publishUrl>ftp://waws-prod-db3-003.ftp.azurewebsites.windows.net</publishUrl>
1814
<DeleteExistingFiles>True</DeleteExistingFiles>
1915
<FtpPassiveMode>True</FtpPassiveMode>
2016
<FtpSitePath>site/wwwroot/</FtpSitePath>
2117
<UserName>rstaib\SolarInverter</UserName>
2218
<_SavePWD>True</_SavePWD>
19+
<PrecompileBeforePublish>True</PrecompileBeforePublish>
20+
<EnableUpdateable>True</EnableUpdateable>
21+
<DebugSymbols>False</DebugSymbols>
22+
<WDPMergeOption>DonotMerge</WDPMergeOption>
2323
</PropertyGroup>
2424
</Project>

JSteps/Properties/PublishProfiles/FTP Cloud.pubxml.user

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -11,157 +11,157 @@ by editing this MSBuild file. In order to learn more about this please visit htt
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<File Include="bin/Antlr3.Runtime.dll">
14-
<publishTime>08/10/2013 15:22:56</publishTime>
14+
<publishTime>08/11/2013 02:02:26</publishTime>
1515
</File>
1616
<File Include="bin/App_global.asax.compiled">
17-
<publishTime>08/11/2013 01:15:47</publishTime>
17+
<publishTime>08/11/2013 17:24:39</publishTime>
1818
</File>
1919
<File Include="bin/App_global.asax.dll">
20-
<publishTime>08/11/2013 01:15:47</publishTime>
20+
<publishTime>08/11/2013 17:24:39</publishTime>
2121
</File>
2222
<File Include="bin/EntityFramework.dll">
23-
<publishTime>08/10/2013 15:22:55</publishTime>
23+
<publishTime>08/11/2013 02:02:26</publishTime>
2424
</File>
2525
<File Include="bin/JSteps.dll">
26-
<publishTime>08/10/2013 21:43:19</publishTime>
26+
<publishTime>08/11/2013 15:02:25</publishTime>
2727
</File>
2828
<File Include="bin/Microsoft.Web.Infrastructure.dll">
29-
<publishTime>08/10/2013 15:22:56</publishTime>
29+
<publishTime>08/11/2013 02:02:26</publishTime>
3030
</File>
3131
<File Include="bin/Microsoft.Web.Mvc.FixedDisplayModes.dll">
32-
<publishTime>08/10/2013 15:22:55</publishTime>
32+
<publishTime>08/11/2013 02:02:26</publishTime>
3333
</File>
3434
<File Include="bin/Newtonsoft.Json.dll">
35-
<publishTime>08/10/2013 15:22:56</publishTime>
35+
<publishTime>08/11/2013 02:02:26</publishTime>
3636
</File>
3737
<File Include="bin/System.Net.Http.dll">
38-
<publishTime>08/10/2013 15:22:56</publishTime>
38+
<publishTime>08/11/2013 02:02:26</publishTime>
3939
</File>
4040
<File Include="bin/System.Net.Http.Formatting.dll">
41-
<publishTime>08/10/2013 15:22:56</publishTime>
41+
<publishTime>08/11/2013 02:02:26</publishTime>
4242
</File>
4343
<File Include="bin/System.Net.Http.WebRequest.dll">
44-
<publishTime>08/10/2013 15:22:56</publishTime>
44+
<publishTime>08/11/2013 02:02:26</publishTime>
4545
</File>
4646
<File Include="bin/System.Web.Http.dll">
47-
<publishTime>08/10/2013 15:22:56</publishTime>
47+
<publishTime>08/11/2013 02:02:26</publishTime>
4848
</File>
4949
<File Include="bin/System.Web.Http.WebHost.dll">
50-
<publishTime>08/10/2013 15:22:56</publishTime>
50+
<publishTime>08/11/2013 02:02:26</publishTime>
5151
</File>
5252
<File Include="bin/System.Web.Mvc.dll">
53-
<publishTime>08/10/2013 15:22:55</publishTime>
53+
<publishTime>08/11/2013 02:02:26</publishTime>
5454
</File>
5555
<File Include="bin/System.Web.Optimization.dll">
56-
<publishTime>08/10/2013 15:22:56</publishTime>
56+
<publishTime>08/11/2013 02:02:26</publishTime>
5757
</File>
5858
<File Include="bin/System.Web.Providers.dll">
59-
<publishTime>08/10/2013 15:22:56</publishTime>
59+
<publishTime>08/11/2013 02:02:26</publishTime>
6060
</File>
6161
<File Include="bin/System.Web.Razor.dll">
62-
<publishTime>08/10/2013 15:22:56</publishTime>
62+
<publishTime>08/11/2013 02:02:26</publishTime>
6363
</File>
6464
<File Include="bin/System.Web.WebPages.Deployment.dll">
65-
<publishTime>08/10/2013 15:22:56</publishTime>
65+
<publishTime>08/11/2013 02:02:26</publishTime>
6666
</File>
6767
<File Include="bin/System.Web.WebPages.dll">
68-
<publishTime>08/10/2013 15:22:56</publishTime>
68+
<publishTime>08/11/2013 02:02:26</publishTime>
6969
</File>
7070
<File Include="bin/System.Web.WebPages.Razor.dll">
71-
<publishTime>08/10/2013 15:22:56</publishTime>
71+
<publishTime>08/11/2013 02:02:26</publishTime>
7272
</File>
7373
<File Include="bin/WebGrease.dll">
74-
<publishTime>08/10/2013 15:22:56</publishTime>
74+
<publishTime>08/11/2013 02:02:26</publishTime>
7575
</File>
7676
<File Include="Content/bootstrap.css">
77-
<publishTime>08/05/2013 21:07:22</publishTime>
77+
<publishTime>08/11/2013 02:02:25</publishTime>
7878
</File>
7979
<File Include="Content/bootstrap.min.css">
80-
<publishTime>08/05/2013 21:07:22</publishTime>
80+
<publishTime>08/11/2013 02:02:25</publishTime>
8181
</File>
8282
<File Include="Content/custom.css">
83-
<publishTime>08/11/2013 00:43:10</publishTime>
83+
<publishTime>08/11/2013 17:02:55</publishTime>
8484
</File>
8585
<File Include="Content/images/bg.jpg">
86-
<publishTime>08/05/2013 21:07:22</publishTime>
86+
<publishTime>08/11/2013 02:02:25</publishTime>
8787
</File>
8888
<File Include="Content/images/crossbrowser.png">
89-
<publishTime>08/08/2013 00:32:42</publishTime>
89+
<publishTime>08/11/2013 02:02:25</publishTime>
9090
</File>
9191
<File Include="Content/images/glyphicons-halflings-white.png">
92-
<publishTime>08/05/2013 21:07:22</publishTime>
92+
<publishTime>08/11/2013 02:02:25</publishTime>
9393
</File>
9494
<File Include="Content/images/glyphicons-halflings.png">
95-
<publishTime>08/05/2013 21:07:22</publishTime>
95+
<publishTime>08/11/2013 02:02:25</publishTime>
9696
</File>
9797
<File Include="Content/images/html5.png">
98-
<publishTime>08/08/2013 00:33:43</publishTime>
98+
<publishTime>08/11/2013 02:02:25</publishTime>
9999
</File>
100100
<File Include="Content/images/lightweight.png">
101-
<publishTime>08/08/2013 00:33:02</publishTime>
101+
<publishTime>08/11/2013 02:02:25</publishTime>
102102
</File>
103103
<File Include="Content/images/loading.gif">
104-
<publishTime>08/07/2013 23:16:26</publishTime>
104+
<publishTime>08/11/2013 02:02:25</publishTime>
105105
</File>
106106
<File Include="Content/images/social.png">
107-
<publishTime>08/07/2013 23:16:26</publishTime>
107+
<publishTime>08/11/2013 02:02:25</publishTime>
108108
</File>
109109
<File Include="Content/viewport-fix-mobile-ie10.css">
110-
<publishTime>08/10/2013 00:41:33</publishTime>
110+
<publishTime>08/11/2013 02:02:25</publishTime>
111111
</File>
112112
<File Include="github-btn.html">
113-
<publishTime>08/10/2013 15:16:14</publishTime>
113+
<publishTime>08/11/2013 02:02:25</publishTime>
114114
</File>
115115
<File Include="packages.config">
116-
<publishTime>08/10/2013 15:23:29</publishTime>
116+
<publishTime>08/11/2013 02:02:25</publishTime>
117117
</File>
118118
<File Include="PrecompiledApp.config">
119-
<publishTime>08/11/2013 01:15:45</publishTime>
119+
<publishTime>08/11/2013 17:24:38</publishTime>
120120
</File>
121121
<File Include="Scripts/bootstrap.js">
122-
<publishTime>08/05/2013 21:07:22</publishTime>
122+
<publishTime>08/11/2013 02:02:25</publishTime>
123123
</File>
124124
<File Include="Scripts/bootstrap.min.js">
125-
<publishTime>08/05/2013 21:07:22</publishTime>
125+
<publishTime>08/11/2013 02:02:25</publishTime>
126126
</File>
127127
<File Include="Scripts/html5shiv.js">
128-
<publishTime>08/05/2013 21:07:22</publishTime>
128+
<publishTime>08/11/2013 02:02:25</publishTime>
129129
</File>
130130
<File Include="Scripts/jquery-1.10.2.js">
131-
<publishTime>08/10/2013 15:24:56</publishTime>
131+
<publishTime>08/11/2013 02:02:25</publishTime>
132132
</File>
133133
<File Include="Scripts/jquery-1.10.2.min.js">
134-
<publishTime>08/10/2013 15:24:43</publishTime>
134+
<publishTime>08/11/2013 02:02:25</publishTime>
135135
</File>
136136
<File Include="Scripts/social.js">
137-
<publishTime>08/08/2013 01:08:58</publishTime>
137+
<publishTime>08/11/2013 02:02:25</publishTime>
138138
</File>
139139
<File Include="Scripts/tracking.js">
140-
<publishTime>08/10/2013 15:40:01</publishTime>
140+
<publishTime>08/11/2013 02:02:25</publishTime>
141141
</File>
142142
<File Include="Scripts/viewport-fix-mobile-ie10.js">
143-
<publishTime>08/10/2013 00:38:20</publishTime>
143+
<publishTime>08/11/2013 02:02:25</publishTime>
144144
</File>
145145
<File Include="Views/GettingStarted/Index.cshtml">
146-
<publishTime>08/11/2013 01:14:51</publishTime>
146+
<publishTime>08/11/2013 17:24:25</publishTime>
147147
</File>
148148
<File Include="Views/Home/Index.cshtml">
149-
<publishTime>08/11/2013 00:08:58</publishTime>
149+
<publishTime>08/11/2013 16:36:56</publishTime>
150150
</File>
151151
<File Include="Views/Shared/Error.cshtml">
152-
<publishTime>08/10/2013 14:02:29</publishTime>
152+
<publishTime>08/11/2013 02:02:25</publishTime>
153153
</File>
154154
<File Include="Views/Shared/_Layout.cshtml">
155-
<publishTime>08/11/2013 01:13:31</publishTime>
155+
<publishTime>08/11/2013 02:02:25</publishTime>
156156
</File>
157157
<File Include="Views/Web.config">
158-
<publishTime>08/10/2013 14:02:29</publishTime>
158+
<publishTime>08/11/2013 02:02:25</publishTime>
159159
</File>
160160
<File Include="Views/_ViewStart.cshtml">
161-
<publishTime>08/10/2013 14:02:29</publishTime>
161+
<publishTime>08/11/2013 02:02:25</publishTime>
162162
</File>
163163
<File Include="Web.config">
164-
<publishTime>08/10/2013 21:43:21</publishTime>
164+
<publishTime>08/11/2013 15:02:27</publishTime>
165165
</File>
166166
</ItemGroup>
167167
</Project>

JSteps/Views/GettingStarted/Index.cshtml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{
77
<header id="banner" role="banner">
88
<h1>Getting Started</h1>
9+
<p>A quick overview to get started.</p>
910
</header>
1011
}
1112

@@ -19,20 +20,14 @@
1920
<li><a href="#docs">Documentation</a></li>
2021
</ul>
2122
</nav>
22-
<div class="span9">
23+
<div class="span9 main">
2324
<section id="download">
24-
<h2>Download</h2>
25-
<p>jnkjnkjn</p>
26-
<p>jnkjnkjn</p>
27-
<p>jnkjnkjn</p>
28-
<p>jnkjnkjn</p>
29-
<p>jnkjnkjn</p>
30-
<p>jnkjnkjn</p>
31-
<p>jnkjnkjn</p>
32-
<p>jnkjnkjn</p>
33-
<p>jnkjnkjn</p>
34-
<p>jnkjnkjn</p>
35-
<p>jnkjnkjn</p>
25+
<h2 class="page-header">Download</h2>
26+
<p class="lead">jQuery Steps is an open-source project hosted on GitHub and can be therefore downloaded in many different ways.
27+
The easiest and fastest way to get started is to press the download button.
28+
Subsequently a zip file opens which contains the lastest complied & minified release version of jQuery Steps.</p>
29+
<p class="alert alert-warning"><strong>Heads Up!</strong> The zip file does not contain any documentation.</p>
30+
<p><a href="#" class="btn btn-primary btn-large">Download</a></p>
3631
</section>
3732
<section id="basic">
3833
<h2>Basic Example</h2>

0 commit comments

Comments
 (0)