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

chore: change name to reflect branding #19

Merged
merged 3 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Website
taciturnaxolotl marked this conversation as resolved.
Show resolved Hide resolved

[![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