diff --git a/lib/labelmaker_web/components/layouts/app.html.heex b/lib/labelmaker_web/components/layouts/app.html.heex index 3b3b607..4032844 100644 --- a/lib/labelmaker_web/components/layouts/app.html.heex +++ b/lib/labelmaker_web/components/layouts/app.html.heex @@ -1,25 +1,26 @@
-
+
+ + +
- - - -

- v{Application.spec(:phoenix, :vsn)} -

-
-
diff --git a/lib/labelmaker_web/components/layouts/root.html.heex b/lib/labelmaker_web/components/layouts/root.html.heex index 1bb2394..ed7fbaf 100644 --- a/lib/labelmaker_web/components/layouts/root.html.heex +++ b/lib/labelmaker_web/components/layouts/root.html.heex @@ -4,14 +4,14 @@ - <.live_title default="Labelmaker" suffix=" ยท Phoenix Framework"> + <.live_title default="labelmaker.xyz"> {assigns[:page_title]} - + {@inner_content} diff --git a/priv/static/images/bmc-button.svg b/priv/static/images/bmc-button.svg new file mode 100644 index 0000000..4754bd3 --- /dev/null +++ b/priv/static/images/bmc-button.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/priv/static/images/github-logo-white.png b/priv/static/images/github-logo-white.png new file mode 100644 index 0000000..c61ab9d Binary files /dev/null and b/priv/static/images/github-logo-white.png differ diff --git a/priv/static/images/github-mark-white.svg b/priv/static/images/github-mark-white.svg new file mode 100644 index 0000000..d5e6491 --- /dev/null +++ b/priv/static/images/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/priv/static/images/labelmaker.png b/priv/static/images/labelmaker.png new file mode 100644 index 0000000..2a06705 Binary files /dev/null and b/priv/static/images/labelmaker.png differ