- zwischen den Uploads Pausen eingefügt (ich wurde ständig geblockt)
modified: Makefile - die Sidebar/SubNav der ampVersion gestaltet new file: css/cwsvJudo-2018-sideBar.css modified: pandocTemplate/cwsvJudo.amp.pandocTemplate - eine absolute Url für den Wettkampfplaner modified: yaml/navTargets.yaml
This commit is contained in:
@@ -18,7 +18,7 @@ uploadMarker = \
|
|||||||
# $(patsubst phpLib/cwsvJudo/%.php, build/.uploadMarker/phpLib/cwsvJudo/%.php, $(phpLibFiles)) \
|
# $(patsubst phpLib/cwsvJudo/%.php, build/.uploadMarker/phpLib/cwsvJudo/%.php, $(phpLibFiles)) \
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(phpFiles) build/css/cwsvJudo.css
|
all: $(ampFiles) $(phpFiles) build/css/cwsvJudo.css
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@@ -91,11 +91,10 @@ build/.uploadMarker/%.php: build/%.php
|
|||||||
ftp://cwsvjudo.bplaced.net/www/pages/responsive/$(patsubst build/%.php,%.php,$^) \
|
ftp://cwsvjudo.bplaced.net/www/pages/responsive/$(patsubst build/%.php,%.php,$^) \
|
||||||
--ftp-create-dirs
|
--ftp-create-dirs
|
||||||
touch $@
|
touch $@
|
||||||
|
sleep 1s
|
||||||
|
|
||||||
build/.uploadMarker/amp/%.php: build/amp/%.php
|
build/.uploadMarker/amp/%.php: build/amp/%.php
|
||||||
mkdir -p build/.uploadMarker/amp
|
mkdir -p build/.uploadMarker/amp
|
||||||
# @toDo: das wenn die Entwicklung des ampParts fertig ist auf das
|
|
||||||
# Zielverzeichnis pages/amp umstellen
|
|
||||||
curl \
|
curl \
|
||||||
--upload-file $^ \
|
--upload-file $^ \
|
||||||
--user cwsvjudo:Dee4oquu \
|
--user cwsvjudo:Dee4oquu \
|
||||||
@@ -107,6 +106,7 @@ build/.uploadMarker/amp/%.php: build/amp/%.php
|
|||||||
ftp://cwsvjudo.bplaced.net/www/pages/$(patsubst build/amp/%.php,amp/%.php,$^) \
|
ftp://cwsvjudo.bplaced.net/www/pages/$(patsubst build/amp/%.php,amp/%.php,$^) \
|
||||||
--ftp-create-dirs
|
--ftp-create-dirs
|
||||||
touch $@
|
touch $@
|
||||||
|
sleep 1s
|
||||||
|
|
||||||
build/.uploadMarker/phpLib/%.php: phpLib/%.php
|
build/.uploadMarker/phpLib/%.php: phpLib/%.php
|
||||||
mkdir -p build/.uploadMarker/phpLib/cwsvJudo
|
mkdir -p build/.uploadMarker/phpLib/cwsvJudo
|
||||||
@@ -136,6 +136,7 @@ build/.uploadMarker/css/%.css: build/css/%.css
|
|||||||
ftp://cwsvjudo.bplaced.net/www/ressourcen/$(patsubst build/%,%,$^) \
|
ftp://cwsvjudo.bplaced.net/www/ressourcen/$(patsubst build/%,%,$^) \
|
||||||
--ftp-create-dirs
|
--ftp-create-dirs
|
||||||
touch $@
|
touch $@
|
||||||
|
sleep 1s
|
||||||
|
|
||||||
build/.uploadMarker/config/%: config/%
|
build/.uploadMarker/config/%: config/%
|
||||||
mkdir -p build/.uploadMarker/config
|
mkdir -p build/.uploadMarker/config
|
||||||
@@ -150,6 +151,7 @@ build/.uploadMarker/config/%: config/%
|
|||||||
ftp://cwsvjudo.bplaced.net/www/$(patsubst build/%,%,$^) \
|
ftp://cwsvjudo.bplaced.net/www/$(patsubst build/%,%,$^) \
|
||||||
--ftp-create-dirs
|
--ftp-create-dirs
|
||||||
touch $@
|
touch $@
|
||||||
|
sleep 1s
|
||||||
|
|
||||||
|
|
||||||
.PHONY: graphiken
|
.PHONY: graphiken
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
amp-sidebar {
|
||||||
|
background-color: #FF8100;
|
||||||
|
}
|
||||||
|
.sidebar {
|
||||||
|
padding: 10px;
|
||||||
|
margin: 0;
|
||||||
|
background-color: #FF8100;
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-family: 'Orbitron-Medium',sans-serif;
|
||||||
|
}
|
||||||
|
.sidebar > li {
|
||||||
|
list-style: none;
|
||||||
|
margin-bottom:10px;
|
||||||
|
}
|
||||||
|
.sidebar a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
.close-sidebar {
|
||||||
|
font-size: 1.5em;
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
@@ -78,21 +78,6 @@ $endfor$
|
|||||||
padding-left: .5em;
|
padding-left: .5em;
|
||||||
padding-right: .5em;
|
padding-right: .5em;
|
||||||
}
|
}
|
||||||
.sidebar {
|
|
||||||
padding: 10px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
.sidebar > li {
|
|
||||||
list-style: none;
|
|
||||||
margin-bottom:10px;
|
|
||||||
}
|
|
||||||
.sidebar a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
.close-sidebar {
|
|
||||||
font-size: 1.5em;
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
#mainNav > a > span{
|
#mainNav > a > span{
|
||||||
width: 2em;
|
width: 2em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ wkKalender: &wkKalender
|
|||||||
wkParticipo: &wkParticipo
|
wkParticipo: &wkParticipo
|
||||||
caption: "Wettkampf­planer"
|
caption: "Wettkampf­planer"
|
||||||
icon: *iconPlanner
|
icon: *iconPlanner
|
||||||
url: "/pages/desktop/wkParticipo"
|
url: "http://cwsvjudo.bplaced.net/pages/desktop/wkParticipo"
|
||||||
galerien: &galerien
|
galerien: &galerien
|
||||||
caption: "Galerien"
|
caption: "Galerien"
|
||||||
url: "/galerien"
|
url: "/galerien"
|
||||||
|
|||||||
Reference in New Issue
Block a user