Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from thepurplebubble/jdogcoder-patch-2
Browse files Browse the repository at this point in the history
Update with new branding slogan
  • Loading branch information
jaspermayone authored Feb 24, 2024
2 parents 5bb59da + b3002bc commit a37fc01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>Welcome To Purple Bubble!</h1>
<span class="home-text1">
<span>
An open-source matrix client and cell phone carrier focused on privacy and security in an increasingly censored world
An open-source, next-generation messaging protocol with foundations in security and accessibility. Fostering secure and efficient communication and nurturing better connectivity, particularly in underdeveloped areas.
</span>
</span>
<div class="home-btn-group">
Expand All @@ -21,4 +21,4 @@
form-button>Sign Up For Newsletter</button
>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import "../styles/globals.css";
<head>
<meta
name="description"
content="We're high schoolers across the world building something new - an open-source matrix client and cell phone carrier focused on privacy and security in an increasingly censored world. Coming soon!"
content="An open-source, next-generation messaging protocol with foundations in security and accessibility. Fostering secure and efficient communication and nurturing better connectivity, particularly in underdeveloped areas."
/>
<meta property="og:title" content="Purple Bubble" />
<meta
property="og:description"
content="We're high schoolers across the world building something new - an open-source matrix client and cell phone carrier focused on privacy and security in an increasingly censored world. Coming soon!"
content="An open-source, next-generation messaging protocol with foundations in security and accessibility. Fostering secure and efficient communication and nurturing better connectivity, particularly in underdeveloped areas."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
Expand Down

0 comments on commit a37fc01

Please sign in to comment.