diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 3c11bdc..897a6db 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -6,8 +6,8 @@

Blockcore Notes instructions will come here later on.

- Licenses: Third Party Licenses
- Source Code: github.com/block-core/blockcore-notes + Third Party Licenses
+ Source Code

Support development

diff --git a/src/app/connect/connect.component.css b/src/app/connect/connect.component.css index 7874fff..e39087b 100644 --- a/src/app/connect/connect.component.css +++ b/src/app/connect/connect.component.css @@ -82,6 +82,14 @@ margin-left: 1em; } */ +.connect-container { + background-image: url("/assets/bg.jpg"); + background-repeat: no-repeat; + background-attachment: local, scroll; + background-size: cover; + background-position: center top; +} + .container { max-width: 1024px; height: 100vh; @@ -89,11 +97,7 @@ overflow-x: hidden; /* scroll-snap-type: y mandatory; */ - background-image: url("/assets/connect-bg.jpg"); - background-repeat: no-repeat; - background-attachment: local, scroll; - background-size: cover; - background-position: center top; + margin: auto; } diff --git a/src/app/connect/connect.component.html b/src/app/connect/connect.component.html index 5daff83..608dfb6 100644 --- a/src/app/connect/connect.component.html +++ b/src/app/connect/connect.component.html @@ -1,85 +1,86 @@ -
-
- - - -

Blockcore Notes

-

Experience the world of Nostr. Nostr is a uncensorable protocol for communication with your friends and the world.

-

PROTOTYPE: This app is currently under development and should be considered prototype-quality.

+
+
+
+ + + +

Blockcore Notes

+

Experience the world of Nostr. Nostr is a uncensorable protocol for communication with your friends and the world.

+

PROTOTYPE: This app is currently under development and should be considered prototype-quality.

-
- Learn more -
-
-
+
+ Learn more +
+
+
+
-
- - - -
-
- - -

More ways to connect with humanity

-

Share your thoughts and interact with others in a fully transparent and open manner that is not restricted by any boundries.

-
-
-

- - -

Be gentle and kind

-

Being uncensorable and uncancellable means more responsibility is on you, you are in control and you are responsible.

- -
-
-
-
- - -

Your approval is needed

-

Thank you!

-
-

- Nostr is a decentralized and distributed network of relays that relays data by users. That means there is no centralized service where filtering or censoring is occurring. You may be exposed to content that will be disturbing - and against your morality and world views. -

-

Content you publish are your responsibility and you cannot undo/delete after you publish. Don't publish or share a note (post) you wouldn't say to your neighbour.

+ + +
+
+ + +

Your approval is needed

+

Thank you!

+
+

+ Nostr is a decentralized and distributed network of relays that relays data by users. That means there is no centralized service where filtering or censoring is occurring. You may be exposed to content that will be disturbing + and against your morality and world views. +

+

Content you publish are your responsibility and you cannot undo/delete after you publish. Don't publish or share a note (post) you wouldn't say to your neighbour.

-

Blockcore has no involvement in the type of content being produced and shown to you in this app.

+

Blockcore has no involvement in the type of content being produced and shown to you in this app.

-

You accept that all usage of Blockcore Notes, Blockcore infrastructure and software must be the result of peaceful voluntary human interactions.

+

You accept that all usage of Blockcore Notes, Blockcore infrastructure and software must be the result of peaceful voluntary human interactions.

-

If you're young and still living with your parents, consider asking them for permission before you continue.

+

If you're young and still living with your parents, consider asking them for permission before you continue.

-

To continue you must agree with our Privacy Policy and Terms & Conditions.

-
- I have read and agree to this notice -
-
- - - -

Login

-
-
-
- -
-

Want to view the app first?

- -
+

To continue you must agree with our Privacy Policy and Terms & Conditions.

-
- -
-

- You must use a browser extension to manage your Nostr identities. You can choose to use any third party extension or install the - Blockcore Wallet (Chrome, Edge, Brave extension) provided by the same team behind Blockcore Notes. -

-
-
+ I have read and agree to this notice + + + + + +

Login

+
+
+
+ +
+

Want to view the app first?

+
+
+
+ +
+

+ You must use a browser extension to manage your Nostr identities. You can choose to use any third party extension or install the + Blockcore Wallet (Chrome, Edge, Brave extension) provided by the same team behind Blockcore Notes. +

+
+
+
diff --git a/src/app/shared/profile-header/profile-header.component.html b/src/app/shared/profile-header/profile-header.component.html index 83efe16..79d02c8 100644 --- a/src/app/shared/profile-header/profile-header.component.html +++ b/src/app/shared/profile-header/profile-header.component.html @@ -34,6 +34,30 @@

{{ profile.about }}

+ +
diff --git a/src/assets/bg.jpg b/src/assets/bg.jpg new file mode 100644 index 0000000..9993a11 Binary files /dev/null and b/src/assets/bg.jpg differ