Skip to content

Commit

Permalink
content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceacc committed Apr 20, 2024
1 parent 7def82c commit 32b63da
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Space/ACC

Space/ACC (spaceacc.com) is an open-source directory dedicated to space projects, events, and education. This repository serves as the codebase for the website. Please fork the repo and make changes to the markdown files to contribute.
Space/ACC (spaceacc.com) is an open-source directory website to space projects, events, and education. This repository serves as the codebase for the website. Please fork the repo and make changes to the markdown files to contribute.

## Contribution Guidelines

Expand Down
2 changes: 1 addition & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spaceacc:
name: Space/ACC
title: Core Team
title: Let's Accelerate
url: https://github.com/spaceacc
image_url: https://github.com/spaceacc.png
4 changes: 2 additions & 2 deletions docs/directory/contribute.md → docs/contribute.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 1
title: Add to Directory
sidebar_position: 3
title: Contribute
---

# Contribution Guidelines
Expand Down
6 changes: 0 additions & 6 deletions docs/directory/education.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,11 @@
## Content Creators

* CSI Starbase: CSI Starbase provides detailed analysis and coverage of SpaceX's activities at the Boca Chica launch site, offering in-depth investigations and discussions on Starship development, testing, and innovations.

* Ellie in Space: Ellie in Space is a social media influencer known for her coverage and updates on SpaceX's activities at the Boca Chica launch site, offering engaging content and behind-the-scenes insights into Starship development.

* Everyday Astronaut: Everyday Astronaut, run by Tim Dodd, provides educational content and coverage of various aspects of space exploration, including SpaceX's activities in Boca Chica, through his YouTube channel and social media platforms.

* LabPadre: LabPadre is a YouTube channel and online community dedicated to providing live streams and updates on SpaceX's activities at the Boca Chica launch site, including Starship testing and launches.

* NASASpaceflight.com: NASASpaceflight.com is a community-driven website and forum that covers spaceflight news, offering extensive coverage and analysis of SpaceX's activities in Boca Chica, including Starship development and testing.

* RGV Aerial Photography: RGV Aerial Photography, also known as Nomadd, offers stunning aerial footage and photography of SpaceX's facilities in Boca Chica, providing unique perspectives on Starship development and testing.

* SpaceX Fleet: SpaceX Fleet, operated by Julia Bergeron, offers updates and insights into SpaceX's fleet operations, including support vessels and activities related to Starship testing and launches, providing valuable information for enthusiasts and followers of SpaceX's missions.

## Learning Materials
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'Space/ACC',
tagline: 'Acceleration = Force of Efforts * Critical Mass of People',
tagline: '(A)cceleration = (F)orce of Efforts * Critical (M)ass of People',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down
33 changes: 25 additions & 8 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,31 @@ function Feature({title, Svg, description}: FeatureItem) {

export default function HomepageFeatures(): JSX.Element {
return (
<section className={styles.features}>
<div className="container">
<div className="row">
{FeatureList.map((props, idx) => (
<Feature key={idx} {...props} />
))}
<>
<section className={styles.features}>
<div className="container">
<div className="row">
{FeatureList.map((props, idx) => (
<Feature key={idx} {...props} />
))}
</div>
</div>
</div>
</section>
</section>
<section className={styles.AboutSection}>
<div className="container">
<div className="row">
<div className="col col--12">
<p>
Space/ACC is a global community united by a shared vision: we must
accelerate our multiplanetary future. We want to democratize access
to space exploration through open-source, decentralized tools. Together,
we believe that by harnessing the collective power of the global
community, we can pave the way into the final frontier.
</p>
</div>
</div>
</div>
</section>
</>
);
}
6 changes: 5 additions & 1 deletion src/pages/events/zuvillage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Summit: July 19th - July 20th

Hackathon Demo Day: July 21st

[Visit Website](https://zuvillage-georgia.framer.website/)
## [Visit Website](https://zuvillage-georgia.framer.website/)

## Registration

[Apply here](https://blocksurvey.io/zuvillager-application-form-Ac.exePQQQGs60O9cmJYUg?v=o)

## Track Topics
- Space infra - rockets, satellites, mission control, engineering challenges
Expand Down
Binary file modified static/img/docusaurus-social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/img/undraw_docusaurus_react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/img/undraw_docusaurus_tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32b63da

Please sign in to comment.