This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from thepurplebubble/name-change
chore: change name to reflect branding
- Loading branch information
Showing
3 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|