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 #38 from thepurplebubble/tagline
Browse files Browse the repository at this point in the history
feat: change tagline of site
  • Loading branch information
taciturnaxolotl authored Jan 2, 2024
2 parents 40acfe5 + 8f1bf47 commit b352d98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 65 deletions.
61 changes: 0 additions & 61 deletions src/components/Card.astro

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<h1>Welcome To Purple Bubble!</h1>
<span class="home-text1">
<span>
A Free and OpenSource Project Created and Maintained By The
Community
An open-source matrix client and cell phone carrier focused on privacy and security in an increasingly censored world
</span>
</span>
<div class="home-btn-group">
Expand Down
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. A brand new alternative to both iMessage and RCS. Coming Soon!"
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!"
/>
<meta property="og:title" content="Purple Bubble" />
<meta
property="og:description"
content="We're high schoolers across the world building something new. A brand new alternative to both iMessage and RCS. Coming Soon!"
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!"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
Expand Down

0 comments on commit b352d98

Please sign in to comment.