PaperBag visual profile (added logos to project)

master
Eirik Th S 2022-03-09 21:20:39 +01:00
parent 5f6354f816
commit 38cabe6821
6 changed files with 6 additions and 3 deletions

2
www/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Redirect Permanent /favicon.ico /favicon.png

View File

@ -38,7 +38,7 @@ function capitalizeFirst($input){
<body>
<div class="container-md">
<h1>PaperBag API Docs</h1>
<h1><a href="../../"><img src='../../paperbag_small.svg' style="height: 4rem;" alt="" /></a> PaperBag API Docs</h1>
<div class="accordion mb-2" id="apiContents">

View File

@ -1,3 +1,4 @@
2022-03-09 Created a draft for a PaperBag logo.
2022-02-09 Fixed drag-and-drop on iOS.
2022-02-02 Fixed wrong strikethrough.
2022-01-26 Search for products and some UI-fixes.

BIN
www/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -10,7 +10,7 @@
<?php include 'webdata/navbar.php'; ?>
<h1 class="headline text-center">PaperBag</h1>
<h1 class="headline text-center"><img src='paperbag_small.svg' style="height: 4rem;" alt='Logo' /> PaperBag</h1>
<div class="container-sm" style="padding-top: 5px;">
<div class="card-group" style="text-align: center;">

View File

@ -5,7 +5,7 @@ if($activePage == "/index.php"){ $activePage = "/"; }
?><nav class="navbar navbar-expand-sm navbar-light bg-light" style="z-index: 2;">
<div class="container-fluid" style="max-width: 900px;">
<a class="navbar-brand" href="<?=$projectRoot;?>/"><img src='#' style="height: 24px;" alt='PaperBag' /></a>
<a class="navbar-brand" href="<?=$projectRoot;?>/"><img src='<?=$projectRoot;?>/paperbag_small.svg' style="height: 24px;" alt='Logo' /> PaperBag</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">