Skip to content

Commit

Permalink
Add ng-google-sheets-db logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzDiebold committed Aug 22, 2020
1 parent d07ff8b commit 177c2e4
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img width="75" src="./design/ng-google-sheets-db-logo.png" alt="ng-google-sheets-db logo">
</p>

# ng-google-sheets-db - Angular Google Sheets DB

[![Test, lint, build and deploy](https://github.com/FranzDiebold/ng-google-sheets-db-library/workflows/Test,%20lint,%20build%20and%20deploy/badge.svg)](https://github.com/FranzDiebold/ng-google-sheets-db-library/actions)
Expand Down
14 changes: 14 additions & 0 deletions design/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Design

## Logo

<img width="200" height="200" src="ng-google-sheets-db-logo.png">

## Colors

- green ![#2ca467](https://placehold.it/20/2ca467/000000?text=+) `#2ca467`
- gray ![#606c76](https://placehold.it/20/606c76/000000?text=+) `#606c76`

## Preview image for social media

![ng-google-sheets-db social media preview image](ng-google-sheets-db-social-media-preview.png)
Binary file added design/ng-google-sheets-db-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions design/ng-google-sheets-db-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/ng-google-sheets-db-social-preview.png
Binary file not shown.
6 changes: 6 additions & 0 deletions projects/demo/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<nav class="navigation">
<div class="container">
<span class="logo">
<svg style="width:24px;height:24px" viewBox="0 0 500 500">
<rect fill="#2ca467" stroke-width="0" width="494" height="494" rx="68" y="3" x="3"/>
<path fill="#ffffff" d="m250.00001,66.04384l-150.33421,49.96675l150.33421,327.94556l150.33421,-327.94556l-150.33421,-49.96675zm-128.38852,59.0178l128.38852,-42.65152l129.00845,42.89949l-129.00845,281.45044l0,-231.3597l-128.38852,-50.33871z"/>
</svg>
</span>
<span class="title">ng-google-sheets-db</span>

<span class="navigation-list">
Expand Down
15 changes: 9 additions & 6 deletions projects/demo/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
line-height: $navigationHeight;
overflow-y: auto;

.logo {
margin-right: 8px;
}

.title {
font-weight: 400;
border-bottom: 2px solid variables.$primaryColor;
}

.navigation-list {
Expand All @@ -22,12 +25,12 @@
a {
margin-left: 25px;
}
}

svg {
$verticalPadding: 7px;
margin-top: $verticalPadding;
margin-bottom: -1* $verticalPadding;
}
svg {
$verticalPadding: 7px;
margin-top: $verticalPadding;
margin-bottom: -1* $verticalPadding;
}
}

Expand Down
Binary file modified projects/demo/src/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions projects/ng-google-sheets-db/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img width="75" src="./design/ng-google-sheets-db-logo.png" alt="ng-google-sheets-db logo">
</p>

# ng-google-sheets-db - Angular Google Sheets DB

[![Test, lint, build and deploy](https://github.com/FranzDiebold/ng-google-sheets-db-library/workflows/Test,%20lint,%20build%20and%20deploy/badge.svg)](https://github.com/FranzDiebold/ng-google-sheets-db-library/actions)
Expand Down

0 comments on commit 177c2e4

Please sign in to comment.