Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 453cd18

Browse files
author
nirgn975
committed
Add the project logo to README file
1 parent 3a061b1 commit 453cd18

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# An Angular - Django Project Seed
1+
<img src="https://raw.githubusercontent.com/nirgn975/Angular-Django-Seed-Project/master/angular-django-seed-project.png" />
22

33
[![license][license-image]][license-url] [![GitHub release][github-image]][github-url] [![Build Status][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![Dependency Status][dependencyci-image]][dependencyci-url] [![Codacy Badge][codacy-image]][codacy-url] [![Maintenance][maintenance-image]][maintenance-url] [![Donate][donate-image]][donate-url]
44

@@ -78,7 +78,7 @@ npm run test
7878
To run the `server` tests and lint run the commands below in the `server` directory.
7979

8080
```
81-
pycodestyle --show-source --max-line-length=120 --show-pep8 .;
81+
pycodestyle --show-source --max-line-length=120 --show-pep8 .
8282
python manage.py test
8383
```
8484

@@ -123,17 +123,17 @@ The backups are saved at `/var/backups/postgres` at the host machine via a share
123123
Just fork and do a pull request (;
124124

125125
[license-image]: https://img.shields.io/badge/license-ISC-blue.svg
126-
[license-url]: https://github.com/nirgn975/Angular-Django-Project-Seed/blob/master/LICENSE
127-
[github-image]: https://img.shields.io/github/release/nirgn975/Angular-Django-Project-Seed.svg
128-
[github-url]: https://github.com/nirgn975/Angular-Django-Project-Seed/releases
129-
[travis-image]: https://travis-ci.org/nirgn975/Angular-Django-Project-Seed.svg?branch=master
130-
[travis-url]: https://travis-ci.org/nirgn975/Angular-Django-Project-Seed
131-
[codecov-image]: https://codecov.io/gh/nirgn975/Angular-Django-Project-Seed/branch/master/graph/badge.svg
132-
[codecov-url]: https://codecov.io/gh/nirgn975/Angular-Django-Project-Seed
133-
[dependencyci-image]: https://dependencyci.com/github/nirgn975/Angular-Django-Project-Seed/badge
134-
[dependencyci-url]: https://dependencyci.com/github/nirgn975/Angular-Django-Project-Seed
135-
[codacy-image]: https://api.codacy.com/project/badge/Grade/b276134fff7f47439a01fc6d85cf2ff9
136-
[codacy-url]: https://www.codacy.com/app/nirgn975/Angular-Django-Project-Seed?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=nirgn975/Angular-Django-Project-Seed&amp;utm_campaign=Badge_Grade
126+
[license-url]: https://github.com/nirgn975/Angular-Django-Seed-Project/blob/master/LICENSE
127+
[github-image]: https://img.shields.io/github/release/nirgn975/Angular-Django-Seed-Project.svg
128+
[github-url]: https://github.com/nirgn975/Angular-Django-Seed-Project/releases
129+
[travis-image]: https://travis-ci.org/nirgn975/Angular-Django-Seed-Project.svg?branch=master
130+
[travis-url]: https://travis-ci.org/nirgn975/Angular-Django-Seed-Project
131+
[codecov-image]: https://codecov.io/gh/nirgn975/Angular-Django-Seed-Project/branch/master/graph/badge.svg
132+
[codecov-url]: https://codecov.io/gh/nirgn975/Angular-Django-Seed-Project
133+
[dependencyci-image]: https://dependencyci.com/github/nirgn975/Angular-Django-Seed-Project/badge
134+
[dependencyci-url]: https://dependencyci.com/github/nirgn975/Angular-Django-Seed-Project
135+
[codacy-image]: https://api.codacy.com/project/badge/Grade/cdf4939e98804872b377a4120a4f4571
136+
[codacy-url]: https://www.codacy.com/app/nirgn975/Angular-Django-Seed-Project?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=nirgn975/Angular-Django-Seed-Project&amp;utm_campaign=Badge_Grade
137137
[maintenance-image]: https://img.shields.io/maintenance/yes/2017.svg
138138
[maintenance-url]: https://github.com/nirgn975
139139
[donate-image]: https://img.shields.io/badge/Donate-PayPal-lightgrey.svg

angular-django-seed-project.png

68.7 KB
Loading

angular-django-seed-project.psd

271 KB
Binary file not shown.

0 commit comments

Comments
 (0)