Skip to content

Commit

Permalink
Merge pull request #99 from wneessen/add_logo
Browse files Browse the repository at this point in the history
Add logo to README and release package
  • Loading branch information
wneessen authored Apr 3, 2024
2 parents 36617c8 + 46b7b2c commit bfe3a99
Show file tree
Hide file tree
Showing 11 changed files with 244 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ before:
- go mod tidy
- go mod download
- go mod verify
- cp assets/apg-go.ico ./logo.ico

after:
hooks:
- rm ./logo.ico

builds:
- env:
Expand Down Expand Up @@ -72,6 +77,8 @@ nfpms:
dmg:
- replace: false
extra_files:
- logo.ico

universal_binaries:
- replace: false
Expand Down
154 changes: 154 additions & 0 deletions LICENSES/CC-BY-ND-4.0.txt

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ SPDX-License-Identifier: CC0-1.0
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8677/badge)](https://www.bestpractices.dev/projects/8677)
<a href="https://ko-fi.com/D1D24V9IX"><img src="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue.png" height="20" alt="buy ma a coffee"></a>

<p align="center"><img src="./assets/apg-go.svg" width="250" alt="apg-go logo"/></p>

_apg-go_ is a simple APG-like password generator written in Go. It tries to replicate the
functionality of the
"[Automated Password Generator](https://web.archive.org/web/20130313042424/http://www.adel.nursat.kz:80/apg)",
Expand Down
Binary file added assets/apg-go-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/apg-go-text.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Jessika S., Winni Neessen

SPDX-License-Identifier: CC-BY-ND-4.0
Binary file added assets/apg-go.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions assets/apg-go.ico.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Jessika S., Winni Neessen

SPDX-License-Identifier: CC-BY-ND-4.0
Binary file added assets/apg-go.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/apg-go.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Jessika S., Winni Neessen

SPDX-License-Identifier: CC-BY-ND-4.0
69 changes: 69 additions & 0 deletions assets/apg-go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/apg-go.svg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Jessika S., Winni Neessen

SPDX-License-Identifier: CC-BY-ND-4.0

0 comments on commit bfe3a99

Please sign in to comment.