diff --git a/public/.well-known/nostr.json b/public/.well-known/nostr.json index ca19f7c..4983442 100644 --- a/public/.well-known/nostr.json +++ b/public/.well-known/nostr.json @@ -1,6 +1,28 @@ { "names": { + //Official "degmods": "f4bf1fb5ba8be839f70c7331733e309f780822b311f63e01f9dc8abbb428f8d5", - "freakoverse": "3cea4806b1e1a9829d30d5cb8a78011d4271c6474eb31531ec91f28110fe3f40" + "degmodsreposter": "7382a4cc21742ac3e3581f1c653a41f912e985e6a941439377803b866042e53f", + + //Primary + "freakoverse": "3cea4806b1e1a9829d30d5cb8a78011d4271c6474eb31531ec91f28110fe3f40", + + //Secondary + "nostrdev": "27487c9600b16b24a1bfb0519cfe4a5d1ad84959e3cce5d6d7a99d48660a1f78", + + //Contributors + + //Backers + "Merlin": "76dd32f31619b8e35e9f32e015224b633a0df8be8d5613c25b8838a370407698", + "makano": "fd5989ddfadd9e2af6ceb8b63942a9e31b37367e89917931ede3b2ea76823f10", + "reya": "126103bfddc8df256b6e0abfd7f3797c80dcc4ea88f7c2f87dd4104220b4d65f", + "podcast_at_melonmancy.net": "4f66998fc435425257e5672a58b5c6fefda86a8b33514780e52d024a54f50ede" + + //Subscribers + + //Subscribers_Permanent + + //Other + } } \ No newline at end of file diff --git a/src/components/ProfileSection.tsx b/src/components/ProfileSection.tsx index 60acad7..0b15bad 100644 --- a/src/components/ProfileSection.tsx +++ b/src/components/ProfileSection.tsx @@ -179,17 +179,17 @@ const posts: Post[] = [ { name: 'User name', link: `feed-note.html`, - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts` + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts` }, { - name: 'Freakoverse', + name: 'User name', link: 'feed-note.html', - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts` + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts` }, { - name: 'Freakoverse', + name: 'User name', link: `feed-note.html`, - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts`, + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts`, imageUrl: '/assets/img/DEGMods%20Placeholder%20Img.png' } ] diff --git a/src/index.css b/src/index.css index 96e9696..0f79a1a 100644 --- a/src/index.css +++ b/src/index.css @@ -43,10 +43,12 @@ a:hover { color: #535bf2; } +/* h1 { font-size: 3.2em; line-height: 1.1; } +*/ button { border-radius: 8px; diff --git a/src/layout/header.tsx b/src/layout/header.tsx index d2e2a8d..690cc84 100644 --- a/src/layout/header.tsx +++ b/src/layout/header.tsx @@ -481,10 +481,10 @@ const RegisterButtonWithDialog = () => { - Alby Browser Extension + Nostr Connect { href='https://keys.band/' target='_blank' > - Keys.Band Browser Extension + Keys.Band + + + nos2x
{
return (
@@ -108,7 +120,7 @@ export const AboutPage = () => {
imposing their ideals. DEG Mods aims to change that
narrative by being developed on Nostr, a revolutionary new
communications protocol.{' '}
-
+
Learn more about Nostr here.
@@ -159,7 +171,9 @@ export const AboutPage = () => {
on this platform/site. Pretend its not even there. We're not
even making any money out of this project/site, in-fact,
we're running at a loss (unless direct donations/tips covers
- it). This is just a passion project to help free (liberate)
+ it, and/or we managed to add reasonable monetization systems
+ to help cover further development and maintenance costs).
+ This is just a passion project to help free (liberate)
game mods and their creators, and this part potentially
helps them financially, even those in other countries where
"normal" methods of money payment/transfer are not an
diff --git a/src/styles/author.css b/src/styles/author.css
index 78a2865..8fe56dc 100644
--- a/src/styles/author.css
+++ b/src/styles/author.css
@@ -157,6 +157,7 @@
}
.IBMSMSMSSS_Author_Top_Handle {
+ color: rgba(255,255,255,0.5);
}
.IBMSMSMSSS_Author_Top_NostrLinksLink.IBMSMSMSSS_A_T_NLL_IBMSMSMSSSFollow {
diff --git a/src/styles/styles.css b/src/styles/styles.css
index 8250b51..412c8b4 100644
--- a/src/styles/styles.css
+++ b/src/styles/styles.css
@@ -46,6 +46,30 @@ h6 {
margin: 0;
}
+h1 {
+ font-size: 38px
+}
+
+h2 {
+ font-size: 32px
+}
+
+h3 {
+ font-size: 24px
+}
+
+h4 {
+ font-size: 20px
+}
+
+h5 {
+ font-size: 18px
+}
+
+h6 {
+ font-size: 16px
+}
+
.IBMSecMain {
width: 100%;
display: flex;
@@ -292,6 +316,7 @@ h6 {
justify-content: start;
align-items: center;
grid-gap: 10px;
+ cursor: pointer;
}
.dropdownMainMenuItem:hover {