Browse Source

Merge pull request #3 from SilberWitch/master

Fixed the main page, removed the icon, and added more repos
master
Silberengel 1 year ago committed by GitHub
parent
commit
6d00a774fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 58
      src/404.html
  2. 58
      src/app.html
  3. 2
      src/lib/components/Navbar.svelte
  4. 38
      src/routes/+page.svelte
  5. 0
      static/favicon.ico
  6. BIN
      static/favicon.png_old
  7. BIN
      static/icons/icon-120x120.png
  8. BIN
      static/icons/icon-152x152.png
  9. BIN
      static/icons/icon-180x180.png
  10. BIN
      static/icons/icon-192x192.png
  11. BIN
      static/icons/icon-48x48.png
  12. BIN
      static/icons/icon-512x512.png
  13. BIN
      static/icons/icon-57x57.png
  14. BIN
      static/icons/icon-60x60.png
  15. BIN
      static/icons/icon-76x76.png

58
src/404.html

@ -11,64 +11,6 @@ @@ -11,64 +11,6 @@
sizes="32x32"
type="image/png"
/>
<link
rel="icon"
href="/icons/icon-16x16.png?v=1"
sizes="16x16"
type="image/png"
/>
<!-- Apple Touch Icons -->
<link
rel="apple-touch-icon"
href="/icons/icon-180x180.png?v=1"
sizes="180x180"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-192x192.png?v=1"
sizes="192x192"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-120x120.png?v=1"
sizes="120x120"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-76x76.png?v=1"
sizes="76x76"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-152x152.png?v=1"
sizes="152x152"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-512x512.png?v=1"
sizes="512x512"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-60x60.png?v=1"
sizes="60x60"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-57x57.png?v=1"
sizes="57x57"
/>
<!-- Fallback without sizes -->
<link rel="apple-touch-icon" href="/icons/icon-180x180.png?v=1" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json?v=1" />
<!-- Open Graph and Twitter Card -->
<meta property="og:image" content="/icons/icon-512x512.png?v=1" />
<meta name="twitter:image" content="/icons/icon-512x512.png?v=1" />
<!-- SvelteKit Head -->
%sveltekit.head%

58
src/app.html

@ -11,64 +11,6 @@ @@ -11,64 +11,6 @@
sizes="32x32"
type="image/png"
/>
<link
rel="icon"
href="/icons/icon-16x16.png?v=1"
sizes="16x16"
type="image/png"
/>
<!-- Apple Touch Icons -->
<link
rel="apple-touch-icon"
href="/icons/icon-180x180.png?v=1"
sizes="180x180"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-192x192.png?v=1"
sizes="192x192"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-120x120.png?v=1"
sizes="120x120"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-76x76.png?v=1"
sizes="76x76"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-152x152.png?v=1"
sizes="152x152"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-512x512.png?v=1"
sizes="512x512"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-60x60.png?v=1"
sizes="60x60"
/>
<link
rel="apple-touch-icon"
href="/icons/icon-57x57.png?v=1"
sizes="57x57"
/>
<!-- Fallback without sizes -->
<link rel="apple-touch-icon" href="/icons/icon-180x180.png?v=1" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json?v=1" />
<!-- Open Graph and Twitter Card -->
<meta property="og:image" content="/icons/icon-512x512.png?v=1" />
<meta name="twitter:image" content="/icons/icon-512x512.png?v=1" />
<!-- SvelteKit Head -->
%sveltekit.head%

2
src/lib/components/Navbar.svelte

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
</div>
<div class="navbar-center">
<a class="align-middle text-lg" href="/">
<img src="./icons/icon-32x32.png" alt="GC icon">
GitCitadel
</a>
</div>
<div class="navbar-end gap-4">

38
src/routes/+page.svelte

@ -37,10 +37,16 @@ @@ -37,10 +37,16 @@
ensureRepo(
`${repo_kind}:fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1:Alexandria`
).subscribe(updateRepos)
ensureRepo(
`${repo_kind}:fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1:eBookUtility`
).subscribe(updateRepos)
ensureRepo(
`${repo_kind}:70122128273bdc07af9be7725fa5c4bc0fc146866bec38d44360dc4bc6cc18b9:aedile-ndk`
).subscribe(updateRepos)
</script>
<svelte:head>
<title>gitcitadel.eu</title>
<title>GitCitadel</title>
</svelte:head>
<Container>
@ -68,7 +74,7 @@ @@ -68,7 +74,7 @@
<h3>Alexandria</h3>
</div>
<div class="prose">
The Nostr <a href="https://alexandria.gitcitadel.eu/">eReader</a> and publisher.
The Nostr <a href="https://alexandria.gitcitadel.eu/">Alexandria</a> e-reader and publisher, for <a href="https://github.com/nostr-protocol/nips/pull/1600">NIP-62 Curated Publications</a> has not yet been released, but you can try it out in our <a href="https://next-alexandria.gitcitadel.eu/">dev environment</a>.
</div>
</div>
</div>
@ -84,16 +90,30 @@ @@ -84,16 +90,30 @@
</div>
</div>
</div>
<div class="card col-span-2 bg-base-300">
<div class="card-body">
<div class="card-title">
<h3>
About GitCitadel
</h3>
</div>
<div class="prose">
You can find out more about our project, on our wiki pages: <a href="https://wikistr.com/gitcitadel-project*dd664d5e4016433a8cd69f005ae1480804351789b59de5af06276de65633d319">project docs</a>
</div>
</div>
</div>
<div class="card col-span-2 bg-base-300">
<div class="card-body">
<div class="card-title">
<h3>Noscrypt</h3>
</div>
<div class="prose">
One of the C-libraries that the Aedile NDK uses is <a href="https://www.vaughnnugent.com/resources/software/modules/noscrypt">Noscrypt</a>, which handles the cryptography operations.
</div>
</div>
</div>
</Container>
<Container>
<div class="prose m-auto mb-6 mt-6">
<h2>About us</h2>
You can find out more about our project, on our wiki pages: <a href="https://wikistr.com/gitcitadel-project*dd664d5e4016433a8cd69f005ae1480804351789b59de5af06276de65633d319" class="btn btn-secondary text-right">project docs</a>
</div></Container
>
<Container>
<div class="prose m-auto mb-6 mt-6">
<h2>GitCitadel Repositories</h2>

0
static/favicon.png → static/favicon.ico

Before

Width:  |  Height:  |  Size: 882 B

After

Width:  |  Height:  |  Size: 882 B

BIN
static/favicon.png_old

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
static/icons/icon-120x120.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
static/icons/icon-152x152.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

BIN
static/icons/icon-180x180.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

BIN
static/icons/icon-192x192.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

BIN
static/icons/icon-48x48.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

BIN
static/icons/icon-512x512.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
static/icons/icon-57x57.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

BIN
static/icons/icon-60x60.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

BIN
static/icons/icon-76x76.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Loading…
Cancel
Save