scratch – Diff between revs 58 and 64

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 58 Rev 64
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> 7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8 <meta name="description" content="quick asset upload"> 8 <meta name="description" content="quick asset upload">
9 <meta name="author" content="Wizardry and Steamworks"> 9 <meta name="author" content="Wizardry and Steamworks">
10 <link rel="icon" href="favicon.ico"> 10 <link rel="icon" href="favicon.ico">
11   11  
12 <title>Scratch</title> 12 <title>scratch</title>
13   13  
14 <!-- Bootstrap core CSS --> 14 <!-- Bootstrap core CSS -->
15 <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> 15 <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
16 16
17 </head> 17 </head>
18   18  
19 <body> 19 <body>
20   20  
21 <div class="container"> 21 <div class="container">
22   22  
23 <!-- Main component for a primary marketing message or call to action --> 23 <!-- Main component for a primary marketing message or call to action -->
24 <div class="jumbotron"> 24 <div class="jumbotron">
25 <h1>Scratch</h1> 25 <h1>Scratch</h1>
26 <p>Asset sharing platform.</p> 26 <p>Asset sharing platform.</p>
27 </div> 27 </div>
28 28
29 <ul class="nav nav-tabs"> 29 <ul class="nav nav-tabs">
30 <li class="active"><a href="#">Home</a></li> 30 <li class="active"><a href="#">Home</a></li>
31 <li><a href="file.html">File</a></li> 31 <li><a href="file.html">File</a></li>
32 <li><a href="text.html">Text</a></li> 32 <li><a href="text.html">Text</a></li>
33 </ul> 33 </ul>
34 34
35 35
-   36 <div class="row">
36 <div class="content"> 37 <div class="col-md-4">
37 <h2>Welcome</h2> 38 <h2>About</h2>
-   39 <p><strong>scratch</strong> is a platform for small-sized asset sharing developed by <a href="http://grimore.org">Wizardry and Steamworks</a> and published under the <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC 1.0 Universal (CC0 1.0)</a> license. The sharing platform covers images, text snippets, movie clips and any sort of media that can be conveniently shared by generating small, public and obfuscated URLs.</p>
-   40 <!-- <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p> -->
38 TBA 41 </div>
39 </div> 42 </div>
40   43  
41 </div> <!-- /container --> 44 </div> <!-- /container -->
42 45
43 <div id="footer"> 46 <div id="footer">
44 <div class="container"> 47 <div class="container">
45 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p> 48 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p>
46 </div> 49 </div>
47 </div> 50 </div>
48   51  
49 <!-- jQuery --> 52 <!-- jQuery -->
50 <script src="bower_components/jquery/dist/jquery.min.js"></script> 53 <script src="bower_components/jquery/dist/jquery.min.js"></script>
51 <!-- BootStrap --> 54 <!-- BootStrap -->
52 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> 55 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
53 </body> 56 </body>
54 </html> 57 </html>
55   58