Skip to content

Commit 177c2e4

Browse files
committed
Add ng-google-sheets-db logo.
1 parent d07ff8b commit 177c2e4

File tree

10 files changed

+41
-6
lines changed

10 files changed

+41
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img width="75" src="./design/ng-google-sheets-db-logo.png" alt="ng-google-sheets-db logo">
3+
</p>
4+
15
# ng-google-sheets-db - Angular Google Sheets DB
26

37
[![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)

design/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Design
2+
3+
## Logo
4+
5+
<img width="200" height="200" src="ng-google-sheets-db-logo.png">
6+
7+
## Colors
8+
9+
- green ![#2ca467](https://placehold.it/20/2ca467/000000?text=+) `#2ca467`
10+
- gray ![#606c76](https://placehold.it/20/606c76/000000?text=+) `#606c76`
11+
12+
## Preview image for social media
13+
14+
![ng-google-sheets-db social media preview image](ng-google-sheets-db-social-media-preview.png)
23 KB
Loading
Lines changed: 4 additions & 0 deletions
Loading
270 KB
Loading
-478 KB
Binary file not shown.

projects/demo/src/app/app.component.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<nav class="navigation">
22
<div class="container">
3+
<span class="logo">
4+
<svg style="width:24px;height:24px" viewBox="0 0 500 500">
5+
<rect fill="#2ca467" stroke-width="0" width="494" height="494" rx="68" y="3" x="3"/>
6+
<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"/>
7+
</svg>
8+
</span>
39
<span class="title">ng-google-sheets-db</span>
410

511
<span class="navigation-list">

projects/demo/src/app/app.component.scss

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
line-height: $navigationHeight;
1212
overflow-y: auto;
1313

14+
.logo {
15+
margin-right: 8px;
16+
}
17+
1418
.title {
1519
font-weight: 400;
16-
border-bottom: 2px solid variables.$primaryColor;
1720
}
1821

1922
.navigation-list {
@@ -22,12 +25,12 @@
2225
a {
2326
margin-left: 25px;
2427
}
28+
}
2529

26-
svg {
27-
$verticalPadding: 7px;
28-
margin-top: $verticalPadding;
29-
margin-bottom: -1* $verticalPadding;
30-
}
30+
svg {
31+
$verticalPadding: 7px;
32+
margin-top: $verticalPadding;
33+
margin-bottom: -1* $verticalPadding;
3134
}
3235
}
3336

projects/demo/src/favicon.ico

13.8 KB
Binary file not shown.

projects/ng-google-sheets-db/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img width="75" src="./design/ng-google-sheets-db-logo.png" alt="ng-google-sheets-db logo">
3+
</p>
4+
15
# ng-google-sheets-db - Angular Google Sheets DB
26

37
[![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)

0 commit comments

Comments
 (0)