Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spn-website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jochen Bauer
spn-website
Commits
bbe07067
Commit
bbe07067
authored
Jul 19, 2018
by
Jochen Bauer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mathew' into 'master'
Modified Logos for Haxogreen See merge request
!2
parents
776d852f
63c986e5
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
core/static/core/haxogreen_logo_small.png
core/static/core/haxogreen_logo_small.png
+0
-0
core/templates/core/base.html
core/templates/core/base.html
+3
-3
core/templates/core/index.html
core/templates/core/index.html
+3
-3
ide/static/ide/ide.css
ide/static/ide/ide.css
+2
-2
visualization/static/visualization/assets/haxogreen_tv.png
visualization/static/visualization/assets/haxogreen_tv.png
+0
-0
visualization/static/visualization/assets/haxogreen_tv_small.png
...zation/static/visualization/assets/haxogreen_tv_small.png
+0
-0
visualization/templates/visualization/tv.html
visualization/templates/visualization/tv.html
+4
-4
No files found.
core/static/core/haxogreen_logo_small.png
0 → 100644
View file @
bbe07067
12.6 KB
core/templates/core/base.html
View file @
bbe07067
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"UTF-8"
>
{% block title %}
<title>
Schlangenprogrammiernacht
2018
</title>
<title>
Haxosnake
2018
</title>
{% endblock %}
{% block earlycss %}
...
...
@@ -55,8 +55,8 @@
{% block footer %}
<div
class=
"footer"
>
<img
id=
"snake"
src=
"{% static "
core
/
snake200
.png
"
%}"
>
(c) 2018
<a
href=
"https://www.bytewerk.org/"
>
bytewerk.org
</a>
<img
id=
"snake"
src=
"{% static "
core
/
haxogreen_logo_small
.png
"
%}"
>
(c) 2018
<a
href=
"https://www.bytewerk.org/"
>
bytewerk.org
</a>
modified by
<a
href=
https://www.hacksaar.de/
>
hacksaar
</a>
for
<a
href=
https://wiki.haxogreen.lu/2018/wiki/Main_Page
>
haxogreen 2018
</a>
</div>
{% endblock %}
...
...
core/templates/core/index.html
View file @
bbe07067
...
...
@@ -3,9 +3,9 @@
{% block content %}
<h1>
Schlangenprogrammiernacht
2018
</h1>
<h1>
Haxosnake
2018
</h1>
<p>
Welcome to the '
Schlangenprogrammiernacht', a game for
<a
href=
"https://entropia.de/GPN18"
>
GPN
18
</a>
.
Welcome to the '
Haxosnake 2018', a game for
<a
href=
"https://wiki.haxogreen.lu/2018/wiki/Main_Page"
>
haxogreen 20
18
</a>
.
</p>
<p>
...
...
@@ -16,7 +16,7 @@
Define your own snake in Lua, eat as much as you can and try not to die.
</p>
<p>
Start with your own server and get the code
<a
href=
"https://git.
bingo-ev.de/GPN18Programmierspiel
"
>
here
</a>
.
</p>
<p>
Start with your own server and get the code
<a
href=
"https://git.
hacksaar.de/darkmattercoder/spn-hacksaar
"
>
here
</a>
.
</p>
<p
style=
"color:red; font-weight:bold; background-color:yellow;width:70%;border:5px solid red; border-radius:2em;padding:2em;"
>
Warning!
<br>
...
...
ide/static/ide/ide.css
View file @
bbe07067
...
...
@@ -60,8 +60,8 @@
}
button
{
background-color
:
#3
21700
;
border
:
2px
solid
#
613600
;
background-color
:
#3
8ce35
;
border
:
2px
solid
#
0c7f1a
;
margin
:
5px
5px
;
padding
:
3px
10px
;
font-size
:
14pt
;
...
...
visualization/static/visualization/assets/haxogreen_tv.png
0 → 100644
View file @
bbe07067
227 KB
visualization/static/visualization/assets/haxogreen_tv_small.png
0 → 100644
View file @
bbe07067
26.7 KB
visualization/templates/visualization/tv.html
View file @
bbe07067
...
...
@@ -12,7 +12,7 @@
text-align
:
center
;
}
#url
span
{
font-size
:
36
pt
;
font-size
:
12
pt
;
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
border-radius
:
0.5em
0.5em
0
0
;
padding
:
0.1em
0.5em
;
...
...
@@ -37,10 +37,10 @@
{% block content %}
<div
id=
"stage"
></div>
<img
id=
"tvlogo"
src=
"{% static "
visualization
/
assets
/
bytewerk_tv_150w_2
.png
"
%}"
>
<img
id=
"tvlogo"
src=
"{% static "
visualization
/
assets
/
haxogreen_tv_small
.png
"
%}"
>
<div
id=
"url"
>
<span>
https://schlangen.
bytewerk.org/
</span><br>
<span>
https://git.bingo-ev.de/GPN18Programmierspiel
</span
>
<span>
original by https://
bytewerk.org/
</span><br>
<span>
modified by https://hacksaar.de/
</span><br
>
</div>
<div
id=
"gameEvents"
></div>
{% endblock %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment