From 23482b2af8824e342d69025a3c391ec78b367c8c Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 19 Dec 2017 14:51:51 -0800 Subject: [PATCH] Add the logo to the demo. Logo design courtesy Jay Vining. --- demo/client/css/pathfinder.css | 4 + demo/client/html/index.html.hbs | 17 ++-- demo/client/html/mesh-debugger.html.hbs | 1 + demo/client/html/partials/navbar.html.hbs | 5 +- demo/client/html/svg-demo.html.hbs | 1 + demo/server/src/main.rs | 3 +- resources/svg/pathfinder_logo.svg | 115 ++++++++++++++++++++++ 7 files changed, 135 insertions(+), 11 deletions(-) create mode 100644 resources/svg/pathfinder_logo.svg diff --git a/demo/client/css/pathfinder.css b/demo/client/css/pathfinder.css index fe6f564e..279e36be 100644 --- a/demo/client/css/pathfinder.css +++ b/demo/client/css/pathfinder.css @@ -217,6 +217,10 @@ button > svg path { margin-right: -15px; } +#pf-masthead-logo { + width: 30vw; +} + .github-corner { display: block; position: absolute; diff --git a/demo/client/html/index.html.hbs b/demo/client/html/index.html.hbs index 74bf7af3..ad870752 100644 --- a/demo/client/html/index.html.hbs +++ b/demo/client/html/index.html.hbs @@ -8,15 +8,14 @@ {{>partials/navbar.html}}
-
-
-
-

Pathfinder

-

- A fast, high-quality, open source text and vector graphics renderer for - GPUs. -

-
+
+
+
+

Pathfinder

+

+ A fast, high-quality, open source text and vector graphics renderer for + GPUs. +

diff --git a/demo/client/html/mesh-debugger.html.hbs b/demo/client/html/mesh-debugger.html.hbs index 03a19e25..6784ca7e 100644 --- a/demo/client/html/mesh-debugger.html.hbs +++ b/demo/client/html/mesh-debugger.html.hbs @@ -43,6 +43,7 @@ + diff --git a/demo/client/html/partials/navbar.html.hbs b/demo/client/html/partials/navbar.html.hbs index 6b3d3386..0585d7cc 100644 --- a/demo/client/html/partials/navbar.html.hbs +++ b/demo/client/html/partials/navbar.html.hbs @@ -1,5 +1,8 @@