Skip to content

Commit dd838aa

Browse files
committed
feat(assets): add dark and light logo svgs, update readme to reflect new logos
1 parent c4a69cf commit dd838aa

File tree

4 files changed

+32
-23
lines changed

4 files changed

+32
-23
lines changed

.github/logo-dark.svg

Lines changed: 12 additions & 0 deletions
Loading

.github/logo-light.svg

Lines changed: 12 additions & 0 deletions
Loading

.github/logo.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,26 @@
11
<div align="center">
2-
<a href="https://github.com/tyronejosee/project_code_atlas" target="_blank">
3-
<img src="./.github/logo.svg" width="80">
2+
<a href="https://github.com/tyronejosee/project_code_atlas#gh-light-mode-only" target="_blank">
3+
<img src="./.github/logo-light.svg" alt="logo-light" width="80">
4+
</a>
5+
<a href="https://github.com/tyronejosee/project_new_store#gh-dark-mode-only" target="_blank">
6+
<img src="./.github/logo-dark.svg" alt="logo-dark" width="80">
47
</a>
58
</div>
69
<div align="center">
710
<h1><strong>Code Atlas</strong></h1>
811
</div>
912
<p align="center">
10-
Pending...
13+
A social app to discover and share helpful resources for developers.
14+
Find blogs, articles, tools, and other tech-related content. Save favorites, leave comments, and contribute your own discoveries.
1115
<p>
1216

1317
<p align="center">
1418
<a href="https://www.typescriptlang.org/">
1519
<img src="https://img.shields.io/badge/typescript-5.7.3-007ACC" alt="typescript-version">
1620
</a>
17-
<a href="https://www.typescriptlang.org/">
21+
<a href="https://nextjs.org/">
1822
<img src="https://img.shields.io/badge/nextjs-15.2.4-000000" alt="nextjs-version">
1923
</a>
20-
<a href="https://www.python.org/">
21-
<img src="https://img.shields.io/badge/python-3.13.1-3572A5" alt="python-version">
22-
</a>
23-
<a href="https://www.djangoproject.com/">
24-
<img src="https://img.shields.io/badge/django-5.1.6-092E20" alt="django-version">
25-
</a>
26-
<a href="https://www.django-rest-framework.org/">
27-
<img src="https://img.shields.io/badge/drf-3.15.2-A30000" alt="drf-version">
28-
</a>
29-
<a href="https://www.docker.com/">
30-
<img src="https://img.shields.io/badge/docker-26.0.0-0db7ed" alt="docker-version">
31-
</a>
32-
<a href="https://www.postgresql.org/">
33-
<img src="https://img.shields.io/badge/postgresql-16.4-336791" alt="postgresql-version">
34-
</a>
3524
</p>
3625

3726
## 💻 General

0 commit comments

Comments
 (0)