Skip to content

Commit cfe4611

Browse files
committed
zz
1 parent 93f75d1 commit cfe4611

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

images/Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ DOT_PNG_FILES=$(patsubst %.dot,%.dot.png,$(DOT_FILES))
1212
default: $(UML_PNG_FILES) $(DOT_PNG_FILES)
1313
@echo "ok"
1414

15-
logo:
16-
convert logo-2018-01.png -resize 300x65 logo.png
17-
@echo "ok"
18-
1915
clean:
2016
-rm *.dot.png
2117
-rm *.uml.png

images/logo-2018-01.png

-17.9 KB
Binary file not shown.

images/logo-small-01.png

-10.3 KB
Binary file not shown.

images/logo.png

-14.1 KB
Loading

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<style>
2222
body:after {
23-
content: url(./images/logo.png);
23+
/* content: url(./images/logo.png); */
2424
position: fixed;
2525
bottom: 2em;
2626
left: 3em;

0 commit comments

Comments
 (0)