Skip to content

Commit 0c87407

Browse files
author
Carlos Bonilla
committed
v1.3.1
1 parent ee2b8e5 commit 0c87407

19 files changed

+284
-80
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Carlos M. Bonilla <guru@codeworksnyc.com>
3+
Copyright (c) 2016 CODEWORKS <guru@codeworksnyc.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Digital Sandbox
22
Sandboxed environment for testing dynamic web applications. Powered by the <a href="https://github.com/codeworksdev/mochi">Mochi</a> boilerplate framework.
33

4-
v1.3.0
4+
v1.3.1

dist/apps.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html data-page="0" data-view="1">
2+
<html lang="en" data-page="0" data-view="1">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -38,10 +38,28 @@
3838

3939
<div id="content">
4040

41-
<h1>Digital Sandbox Apps</h1>
41+
<h3><strong>Digital Sandbox:</strong> <span class="text-muted">Apps</span></h3>
42+
<p class="text-muted">All available apps are listed below. Please make a selection to begin.</p>
4243
<hr>
4344

44-
<p>Place your links here for easy access to your projects.</p>
45+
<div id="apps">
46+
<div class="row">
47+
<div class="col-sm-12">
48+
49+
<h3 class="text-danger"><i class="fa fa-info-circle"></i> Note</h3>
50+
51+
<p>This launcher is now able to take advantage of Bootstrap's <a target="_blank" href="http://getbootstrap.com/javascript/">JavaScript components</a>.
52+
This allows you (the developer) to take advantage of widgetized launch screens rather than
53+
coding everything from a blank slate. Click below to learn more about how to take advantage of widgets.</p>
54+
55+
<br>
56+
57+
<button type="button" class="btn btn-info">Learn More</button>
58+
59+
</div>
60+
</div>
61+
62+
</div>
4563

4664
</div>
4765

dist/frontend/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
37.3 KB
Loading
37.2 KB
Loading
24.7 KB
Loading
25.5 KB
Loading
45.6 KB
Loading
46.6 KB
Loading

0 commit comments

Comments
 (0)