Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Apr 8, 2024
1 parent 79fe9e8 commit fea4c77
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<a name="readme-top"></a>

<div align="center">
<img src="https://img.shields.io/github/contributors/don-cryptus/privnote.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/forks/don-cryptus/privnote.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/stars/don-cryptus/privnote.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/issues/don-cryptus/privnote.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/contributors/0-don/privnote.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/forks/0-don/privnote.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/stars/0-don/privnote.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/issues/0-don/privnote.svg?style=for-the-badge" />
</div>

<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/don-cryptus/privnote">
<a href="https://github.com/0-don/privnote">
<img src="web/static/privnote-logo.svg" alt="Logo" width="200" height="80">
</a>

Expand All @@ -23,10 +23,10 @@
<br />
Privnote is a secure, open source and zero javascript note sharing service inspired by PrivNote written in rust & svelte.
<br />
<!-- <a href="https://github.com/don-cryptus/privnote"><strong>Explore the docs »</strong></a> -->
<a href="https://github.com/don-cryptus/privnote/issues">Report Bug</a>
<!-- <a href="https://github.com/0-don/privnote"><strong>Explore the docs »</strong></a> -->
<a href="https://github.com/0-don/privnote/issues">Report Bug</a>
·
<a href="https://github.com/don-cryptus/privnote/issues">Request Feature</a>
<a href="https://github.com/0-don/privnote/issues">Request Feature</a>
</p>
</div>

Expand Down Expand Up @@ -59,7 +59,7 @@

## About The Project

[Privnote](https://github.com/don-cryptus/privnote) is a secure, open-source note sharing service inspired by PrivNote. This project is unique because it's built with Svelte but emits zero JavaScript, ensuring a lightweight and fast user experience. The backend is powered by Axum, a highly performant web application framework.
[Privnote](https://github.com/0-don/privnote) is a secure, open-source note sharing service inspired by PrivNote. This project is unique because it's built with Svelte but emits zero JavaScript, ensuring a lightweight and fast user experience. The backend is powered by Axum, a highly performant web application framework.

Here's why you should consider using or contributing to Privnote:

Expand Down Expand Up @@ -99,7 +99,7 @@ To get a local copy of Privnote up and running, follow these steps:

1. Clone the repo
```
git clone https://github.com/don-cryptus/privnote.git
git clone https://github.com/0-don/privnote.git
```
2. Change directory to the cloned repo
```
Expand All @@ -125,7 +125,7 @@ Privnote is a secure, open-source note sharing service. You can use it to share

## Roadmap

See the [open issues](https://github.com/don-cryptus/privnote/issues) for a list of proposed features and known issues.
See the [open issues](https://github.com/0-don/privnote/issues) for a list of proposed features and known issues.

## Contributing

Expand All @@ -139,7 +139,7 @@ Contributions are what make the open-source community such an amazing place to l

## Contact

Project Link: [https://github.com/don-cryptus/privnote](https://github.com/don-cryptus/privnote)
Project Link: [https://github.com/0-don/privnote](https://github.com/0-don/privnote)

## Acknowledgments

Expand Down
4 changes: 2 additions & 2 deletions web/src/lib/components/container/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<div>
<span>©</span>
<span> {new Date().getFullYear()} By</span>
<a class="font-bold" href="https://github.com/Don-Cryptus" aria-label="Link to my Github" target="_blank"
>Don-Cryptus</a
<a class="font-bold" href="https://github.com/0-don" aria-label="Link to my Github" target="_blank"
>0-don</a
>
</div>
</div>
Expand Down
7 changes: 3 additions & 4 deletions web/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<script>
import 'uno.css';
import '../app.css';
import Footer from '$lib/components/container/Footer.svelte';
import Discord from '$lib/svg/Discord.svelte';
import Github from '$lib/svg/Github.svelte';
import PrivnoteLogo from '$lib/svg/PrivnoteLogo.svelte';
import 'uno.css';
import '../app.css';
</script>

<header class="bg-main">
Expand All @@ -17,7 +16,7 @@
</section>
<section class="flex flex-col justify-between items-center h-full space-y-4 md:flex-row md:space-y-0 md:space-x-4">
<a aria-label="Our Discord Server" href="https://discord.gg/coding" target="_blank"><Discord /></a>
<a aria-label="Github Repository" href="https://github.com/Don-Cryptus/privnote" target="_blank"><Github /></a>
<a aria-label="Github Repository" href="https://github.com/0-don/privnote" target="_blank"><Github /></a>
</section>
</div>
</header>
Expand Down

0 comments on commit fea4c77

Please sign in to comment.