Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5e6d90b
add robert-haeussler to contributers
Jan 17, 2019
26a9c22
fix italic `!'
Jan 18, 2019
a4b7acf
Create about.html
Jan 18, 2019
29a7789
add about.html
Jan 18, 2019
b29798e
add about.html to /docs/
Jan 18, 2019
ebf137b
Update index.html
Jan 18, 2019
7a083bf
Update about.html
Jan 18, 2019
cffc619
document plans for server api
Jan 18, 2019
f62aa17
Update about.html
Jan 18, 2019
b89079a
add vote page HTML and basic javascript (does not work yet)
Jan 19, 2019
53ecdaf
remove *~ files
Jan 19, 2019
08fe6c0
fix index.html for strict browsers
Jan 19, 2019
32ac56d
show self as Snap*!* user
Jan 19, 2019
fd48740
mark votes.js
Jan 19, 2019
a4c7e03
fix `vote' page
Jan 19, 2019
758bda7
Update README.md
Jan 19, 2019
105c70a
Update README.md
Jan 20, 2019
1dba2de
Create github redirect
Jan 20, 2019
4c2562d
show star and issue counts
Jan 29, 2019
fd15c4d
document cloud var implementation
Jan 31, 2019
0a86392
Merge branch 'master' of https://github.com/splash-snap/splash-snap.g…
Jan 31, 2019
e2aeed0
Update README.md
Feb 7, 2019
9334c6d
Update about.html
Feb 7, 2019
b4f50b8
add firebase setup
Feb 7, 2019
6c8e17a
Merge branch 'master' of https://github.com/splash-snap/splash-snap.g…
Feb 7, 2019
0a008f0
move /about.html to /about/index.html (webpage: /about)
Feb 7, 2019
048dfdc
show firebase limitations
Feb 11, 2019
0ec1d77
fix grammer "support and sprites"
Feb 11, 2019
60e08b9
make about/index.html use /style.css and etc.
Feb 12, 2019
cb23fb9
show self as with email, Snap! account
Feb 14, 2019
01e47aa
Update README.md
Feb 15, 2019
9cdaacc
make about and docs pages not redirect onload
Feb 18, 2019
240f316
end github URL with /
Feb 20, 2019
0783b4b
Update index.html
Mar 1, 2019
5f8c3df
remove vote
Jun 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# splash-snap.github.io
Splash is a [Snap*!*](snap.berkeley.edu) mod created by [@space-elephant](https://github.com/space-elephant) containing

[![GitHub issues](https://img.shields.io/github/issues/splash-snap/splash-snap.github.io.svg)](https://github.com/splash-snap/splash-snap.github.io/issues)
[![GitHub stars](https://img.shields.io/github/stars/splash-snap/splash-snap.github.io.svg)](https://github.com/splash-snap/splash-snap.github.io/stargazers)

Splash is a [Snap<i>!</i>](snap.berkeley.edu) mod created by [@space-elephant](https://github.com/space-elephant) containing
* First class dictionarries
* Native [JSON](http://json.org) support

Expand All @@ -10,13 +14,6 @@ In progress there are
* [ship variables](https://scratch.mit.edu/discuss/topic/317138/)
* [cookie variables](https://en.wikipedia.org/wiki/HTTP_cookie)

The online site is at [splash-snap.github.io](splash-snap.github.io)

The /server/ directory is for code related to the server. It is writen in java.
<!--
for the next contributer, add a `## Contributers', and remove this comment. Then do the following:
The online site is at [https://splash-snap.github.io](https://splash-snap.github.io)

for every contributer, add a line like this: `* [@NAME](WEBSITE)'. the name could be a username,
and the website could be your github profile (`https://github.com/NAME'),
a snap profile (`https://forum.snap.berkeley.edu/u/NAME'), or any website about yourself.
-->
This will use [firebase](https://console.firebase.google.com/project/splash-clouddata/overview) to store the cloud variables and sinc the messages.
25 changes: 25 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Splash - About</title>
<link rel="stylesheet" type="text/css" href="../style.css"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="../favicon.ico"/>
</head>
<body>
<nav>
<ul class="nav">
<li class="nav"><a class="nav" href="..">Home</a></li>
<li class="nav"><a class="nav" href="../editor/snap.html">Create</a></li>
<li class="nav"><a class="nav" href="../docs/">Docs</a></li>
<li class="nav"><a class="nav" href="https://github.com/splash-snap/splash-snap.github.io">Github</a></li>
<li class="nav"><a class="activenav" href="#">About</a></li>
</ul>
</nav>
<br/>
<div id="main">
<h1>About</h1>
<p class="justify">Splash is a mod for <a href="https://snap.berkeley.edu">Snap<i>!</i></a> by <a href="https://github.com/space-elephant">@space-elphant</a> (<a href="https://forum.snap.berkeley.edu/u/spaceelephant/activity">Snap<i>!</i></a>, <a href="mailto:rfmorland@gmail.com">email</a>) with support for first class dictionaries</p>
<p class="justify">Cloud variables will use <a href="https://console.firebase.google.com/project/splash-clouddata/overview">firebase</a> to store the cloud vars and sinc the messages.</p>
</div>
</body>
</html>
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<li class="nav"><a class="nav" href="..">Home</a></li>
<li class="nav"><a class="nav" href="../editor/snap.html">Create</a></li>
<li class="nav"><a class="activenav" href="#">Docs</a></li>
<li class="nav"><a class="nav" href="https://github.com/splash-snap/splash-snap.github.io">Github</a></li>
<li class="nav"><a class="nav" href="https://github.com/splash-snap/splash-snap.github.io/">Github</a></li>
<li class="nav"><a class="nav" href="../about/">About</a></li>

<li class="contents"><a class="nav" href="#case-sensing">Case Sensing</a></li>
<li class="contents"><a class="nav" href="#looping">Looping</a></li>
Expand Down
Loading