Skip to content

Commit 9fe86d3

Browse files
author
Carlos Bonilla
committed
v1.2
1 parent 018d13f commit 9fe86d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1062
-503
lines changed

dist/.htaccess

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 3. Add support for APPCACHE file types
44
#
55
RewriteEngine On
6-
DirectoryIndex index.html
6+
DirectoryIndex index.html index.php
77
AddType text/cache-manifest .appcache
88

99
# 1. proc/self/environ? no way!
@@ -22,13 +22,7 @@ RewriteCond %{QUERY_STRING} GLOBALS(=|[|\%[0-9A-Z]{0,2}) [OR]
2222
RewriteCond %{QUERY_STRING} _REQUEST(=|[|\%[0-9A-Z]{0,2})
2323
RewriteRule ^(.*)$ index.php [F,L]
2424

25-
# secure the htaccess file
26-
<Files .htaccess>
27-
order allow,deny
28-
deny from all
29-
</Files>
30-
31-
# multiple file types
25+
# secure sensitive file types
3226
<FilesMatch ".(htaccess|htpasswd|ini|phps|fla|psd|log|sh)$">
3327
Order Allow,Deny
3428
Deny from all

dist/apps.html

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
2-
<html manifest="project.appcache" data-page="0" data-view="1">
2+
<html data-page="0" data-view="1">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
77
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
88

99
<title>Apps | Digital Sandbox</title>
@@ -29,23 +29,17 @@
2929
<!--[if IE]>
3030
<link media="all" rel="stylesheet" href="frontend/css/ie.css">
3131
<![endif]-->
32-
33-
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
34-
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
35-
<!--[if lt IE 9]>
36-
<script src="mochi/js/helpers/html5shiv.min.js"></script>
37-
<script src="mochi/js/helpers/respond.min.js"></script>
38-
<![endif]-->
3932
</head>
4033
<body>
4134

42-
<div id="container">
35+
<div id="container" class="container-fluid">
4336

4437
<div id="content">
4538

4639
<h1>Digital Sandbox Apps</h1>
4740
<hr>
48-
<p>Drop links to your apps here. Format this page any way you want!</p>
41+
42+
<p>Place your links here for easy access to your projects.</p>
4943

5044
</div>
5145

@@ -58,6 +52,7 @@ <h1>Digital Sandbox Apps</h1>
5852
<script src="mochi/js/helpers/underscore-min.js"></script>
5953
<script src="mochi/js/helpers/underscore.string.min.js"></script>
6054
<script src="mochi/js/mochi.js"></script>
55+
<script src="frontend/js/digital-sandbox.js"></script>
6156
<script src="frontend/js/onload.js"></script>
6257
</body>
6358
</html>

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.
34.8 KB
Loading
37.3 KB
Loading
159 KB
Loading
131 KB
Loading
19.3 KB
Loading

0 commit comments

Comments
 (0)