Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #271

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
88 changes: 1 addition & 87 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,87 +1 @@
<div align="center">
<img alt="Logo" src="https://raw.githubusercontent.com/bchiang7/v4/main/src/images/logo.png" width="100" />
</div>
<h1 align="center">
brittanychiang.com - v4
</h1>
<p align="center">
The fourth iteration of <a href="https://brittanychiang.com" target="_blank">brittanychiang.com</a> built with <a href="https://www.gatsbyjs.org/" target="_blank">Gatsby</a> and hosted with <a href="https://www.netlify.com/" target="_blank">Netlify</a>
</p>
<p align="center">
Previous iterations:
<a href="https://github.com/bchiang7/v1" target="_blank">v1</a>,
<a href="https://github.com/bchiang7/v2" target="_blank">v2</a>,
<a href="https://github.com/bchiang7/bchiang7.github.io" target="_blank">v3</a>
</p>
<p align="center">
<a href="https://app.netlify.com/sites/brittanychiang/deploys" target="_blank">
<img src="https://api.netlify.com/api/v1/badges/1963b488-7b78-48c9-9e2d-6fb5e47ab3af/deploy-status" alt="Netlify Status" />
</a>
</p>

![demo](https://raw.githubusercontent.com/bchiang7/v4/main/src/images/demo.png)

## 🚨 Forking this repo (please read!)

Many people have contacted me asking me if they can use this code for their own website, and the answer to that question is usually **yes, with attribution**.

I value keeping my site open source, but as you all know, _**plagiarism is bad**_. It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent a non-trivial amount of effort building and designing this iteration of my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.

Please also note that I did not build this site with the intention of it being a starter theme, so if you have questions about implementation, please refer to the [Gatsby docs](https://www.gatsbyjs.org/docs/).

### TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to [brittanychiang.com](https://brittanychiang.com). Thanks!

## 🛠 Installation & Set Up

1. Install the Gatsby CLI

```sh
npm install -g gatsby-cli
```

2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)

```sh
nvm install
```

3. Install dependencies

```sh
yarn
```

4. Start the development server

```sh
npm start
```

## 🚀 Building and Running for Production

1. Generate a full static production build

```sh
npm run build
```

1. Preview the site as it will appear once deployed

```sh
npm run serve
```

## 🎨 Color Reference

| Color | Hex |
| -------------- | ------------------------------------------------------------------ |
| Navy | ![#0a192f](https://via.placeholder.com/10/0a192f?text=+) `#0a192f` |
| Light Navy | ![#112240](https://via.placeholder.com/10/0a192f?text=+) `#112240` |
| Lightest Navy | ![#233554](https://via.placeholder.com/10/303C55?text=+) `#233554` |
| Slate | ![#8892b0](https://via.placeholder.com/10/8892b0?text=+) `#8892b0` |
| Light Slate | ![#a8b2d1](https://via.placeholder.com/10/a8b2d1?text=+) `#a8b2d1` |
| Lightest Slate | ![#ccd6f6](https://via.placeholder.com/10/ccd6f6?text=+) `#ccd6f6` |
| White | ![#e6f1ff](https://via.placeholder.com/10/e6f1ff?text=+) `#e6f1ff` |
| Green | ![#64ffda](https://via.placeholder.com/10/64ffda?text=+) `#64ffda` |
#### I would like to give credit to Brittney Chiang for Building and Designing this website.
Binary file removed content/featured/HalcyonTheme/demo.png
Binary file not shown.
Binary file removed content/featured/HalcyonTheme/halcyon.png
Binary file not shown.
15 changes: 0 additions & 15 deletions content/featured/HalcyonTheme/index.md

This file was deleted.

Binary file added content/featured/PAWA/PAWA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/featured/PAWA/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
date: '1'
title: 'PAWA'
cover: './PAWA.png'
github: 'https://github.com/CMerenu/PAWA'
external: 'https://halcyon-theme.netlify.com/'
tech:
- PostgreSQL
- Express
- React
- Node
- Tailwind CSS
---

PAWA Fitness Training Coach is designed to help users achieve their fitness goals by providing them with personalized workout plans and nutrition advice. Whether their a beginner or an experienced bodybuilder, PAWA is here to help people reach their full potentials.e With our app, you'll have access to a wide range of exercises that target specific muscle groups, as well as cardio routines to help you burn fat and increase your endurance.
11 changes: 11 additions & 0 deletions content/featured/Paradice9/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
date: '5'
title: 'Paradice9'
cover: './paradice9.png'
github: 'https://github.com/QueenlyCrimson/Unit-3-Tavern-Project'
external: 'https://spotify-profile.herokuapp.com/'
tech:
- JavaScript
---

UNDER CONSTRUCTION
Binary file added content/featured/Paradice9/paradice9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed content/featured/SpotifyProfile/demo.png
Binary file not shown.
15 changes: 0 additions & 15 deletions content/featured/SpotifyProfile/index.md

This file was deleted.

Binary file removed content/featured/SpotifyProfileV2/course-card.png
Binary file not shown.
Binary file removed content/featured/SpotifyProfileV2/demo.png
Binary file not shown.
16 changes: 0 additions & 16 deletions content/featured/SpotifyProfileV2/index.md

This file was deleted.

Binary file added content/featured/Tavern/Tavern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions content/featured/Tavern/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
date: '2'
title: 'Tavern'
cover: './Tavern.png'
github: 'https://github.com/QueenlyCrimson/Unit-3-Tavern-Project'
external: 'https://spotify-profile.herokuapp.com/'
tech:
- Postgres
- Express.js
- React.js
- Node.js
- Tailwind CSS
- Heroku
---

Tavern is a dynamic social media platform that connects users and enables them to share and discover content with their friends, family, and a broader community. It provides a user-friendly interface that allows individuals to create profiles, post photos, videos, and text-based updates, and engage with other users through likes, comments, and sharing. The application offers features such as a news feed, where users can see the latest updates from their connections, personalized recommendations based on their interests, and the ability to follow and be followed by other users.
13 changes: 0 additions & 13 deletions content/jobs/Apple/index.md

This file was deleted.

13 changes: 13 additions & 0 deletions content/jobs/General Assembly/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
date: '2023-01-09'
title: 'Junior Software Engineer'
company: 'General Assembly'
location: 'Atlanta, GA'
range: 'January - April 2023'
url: 'https://www.apple.com/music/'
---

- 12-week, 500+ hour training program focused in Git/Github, HTML, CSS, JavaScript, Node, MongoDB, SQL, and Python. Learned computer science fundamentals while executing software engineering projects in an Agile development workflow.
- Leveraged third-party APIs and integrated them into websites and applications.
- Created full-stack web applications, using recursive algorithms and web forms.
- Leveraged debugging strategies to ensure program integrity.
11 changes: 11 additions & 0 deletions content/jobs/HeartFlow/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
date: '2021-04-11'
title: 'Imaging Case Analyst'
company: 'HeartFlow'
location: 'Austin, TX'
range: 'April 2022 - January 2023'
# url: 'https://us.mullenlowe.com/'
---

- Integrated decision support, clinical pathways and best practices into health information technology to enhance delivery of care and workflows.
- Reduced average case turnaround time by 15% through providing clear and concise consultation to team members on CT image interpretation
12 changes: 0 additions & 12 deletions content/jobs/Mullen/index.md

This file was deleted.

11 changes: 0 additions & 11 deletions content/jobs/Scout2017/index.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/jobs/Scout2018/index.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/jobs/Starry/index.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/jobs/Upstatement/index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/projects/AMFM.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/projects/AlgoliaWordPressMediumPost.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/projects/AppleMusicEmbedPlayer.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/projects/Blistabloc.md

This file was deleted.

15 changes: 0 additions & 15 deletions content/projects/CourseSource.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/projects/CrowdDJ.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/projects/Devoted.md

This file was deleted.

Loading