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 #19 from thepurplebubble/name-change
Browse files Browse the repository at this point in the history
chore: change name to reflect branding
  • Loading branch information
taciturnaxolotl authored Dec 13, 2023
2 parents b771f09 + d107eab commit 2dbdd29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

# site
# Purple Bubble's Website

[![Netlify Status](https://api.netlify.com/api/v1/badges/405c64d7-3e5c-41c6-8577-13298a2edcf7/deploy-status?branch=main)](https://app.netlify.com/sites/chimerical-fox-6d9845/deploys)

This is the repo for @thepurplebubble's website.

The site is written in Astro and deployed via Netlify.
To start developing localy:
1. clone the repo
2. install node modules
- `npm install`
3. make changes and preview them with the dev server
- `ntl dev`

Copyright (C) 2023 Purple Bubble
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { title } = Astro.props;
<html lang="en">
<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!" />
<meta property="og:title" content="The Purple Bubble" />
<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!" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import Layout from '../layouts/Layout.astro';
import '../styles/style.css';
---

<Layout title="The Purple Bubble!">
<Layout title="Purple Bubble!">
<main>
<div>
<script type="text/javascript"
src="https://unpkg.com/@lottiefiles/[email protected]/dist/lottie-player.js"></script>

<div class="home-container">
<div class="home-hero">
<h1 class="home-text">Welcome To The Purple Bubble!</h1>
<h1 class="home-text">Welcome To Purple Bubble!</h1>
<span class="home-text1">
<span>
A Free and OpenSource Project Created and Maintained By The
Expand Down

0 comments on commit 2dbdd29

Please sign in to comment.