diff --git a/README.md b/README.md
index f90e449..9737e00 100644
--- a/README.md
+++ b/README.md
@@ -1,133 +1,63 @@
-# UF OSC Website
-[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) ![GitHub issues](https://img.shields.io/github/issues-raw/ufosc/Club_Website_2) ![GitHub](https://img.shields.io/github/license/ufosc/Club_Website_2) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/ufosc/Club_Website_2/node.js.yml) ![GitHub package.json version](https://img.shields.io/github/package-json/v/ufosc/Club_Website_2)
-
-Website for the UF Open Source Club. Started in the Fall semester 2022, this website is built and maintained by club members to serve as a hub of information for the club.
+
+
UF OSC WEBSITE
-## Table of Contents
-- [Install](#install)
-- [Usage](#usage)
-- [Configuring](#configuring)
-- [Maintainers](#maintainers)
-- [Contributing](#contributing)
-- [License](#license)
+
![](https://i.imgur.com/5k2EIUA.png)
-## Install
-This project requires [NodeJS](https://nodejs.org/en/) and [Git](https://git-scm.com). Also, make sure you have `build-essential` (Linux) or `xcode-select` (MacOS).
-```
-sudo apt install build-essential
-// or...
-xcode-select --install
-```
+
+
+[Homepage](https://ufosc.org) | [Documentation](https://docs.ufosc.org/docs/osc-docs) | [Discord](https://discord.com/invite/Gsxej6u)
+
+
+
+![GitHub issues](https://img.shields.io/github/issues-raw/ufosc/Club_Website_2)
+![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ufosc/Club_Website_2/gatsby.yml?label=ghpages)
+![GitHub package.json version](https://img.shields.io/github/package-json/v/ufosc/Club_Website_2)
+![GitHub](https://img.shields.io/github/license/ufosc/Club_Website_2)
-Next, begin by cloning the repository:
+Website for the UF Open Source Club. Started in the Fall semester 2022, this website is built and maintained by club members to serve as a hub of information for the club.
+
+
+## Install
+Clone the repository (requires [git](https://git-scm.com/)):
```
git clone https://github.com/ufosc/Club_Website_2.git
```
-Navigate to the project directory and install the project dependencies:
+Navigate to the project directory and install the project dependencies (requires [Node.js](https://nodejs.org/en)):
```
cd Club_Website_2
npm install
```
## Usage
-