Skip to content

Commit

Permalink
Clean up unused directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
natebass committed Nov 15, 2023
1 parent 9a7507d commit 9ee749e
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 117 deletions.
4 changes: 0 additions & 4 deletions data/bitly.yml

This file was deleted.

13 changes: 0 additions & 13 deletions data/featured-apps.yml

This file was deleted.

12 changes: 0 additions & 12 deletions data/pastsupporters.yml

This file was deleted.

3 changes: 0 additions & 3 deletions data/supporters.yml

This file was deleted.

33 changes: 0 additions & 33 deletions public/documentation/Add_third-party_libraries.md

This file was deleted.

14 changes: 0 additions & 14 deletions public/documentation/Adding_new_images.md

This file was deleted.

36 changes: 0 additions & 36 deletions public/documentation/Eleventy_configuration.md

This file was deleted.

2 changes: 1 addition & 1 deletion public/documentation/Layouts_pages_and_components.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Application Layouts, Pages, and Components for the Open Sacramento Website

Reusable components and layouts are in the [_includes](/_includes) folder. The pages for the website are in the [content](/content) folder.
Reusable components and layouts are in the [components](/src/components/) folder. The pages for the website are in the [app](/src/app/) folder.

## Application Navbar

Expand Down
62 changes: 61 additions & 1 deletion data/core_team.yml → public/documentation/Old_data.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# Old Data

Data files from the old website codeforsac.org.

### pastsupporters.yml

```yaml
- name: Trinity Technology Group
logo: trinity_technology_group.png
website: http://trinitytg.com/
- name: Symsoft
logo: symsoft.png
website: http://www.symsoftsolutions.com/
- name: Hacker Lab
logo: hacker_lab.png
website: http://hackerlab.org/
- name: The Urban Hive
logo: the_urban_hive.png
website: http://www.theurbanhive.com/
```
### supporters.yml
```yaml
- name: City of Sacramento
logo: city_of_sacramento.png
website: http://www.cityofsacramento.org/
```
### featured-apps.yml
```yaml
# Featured apps
- name: Open Budget Sacramento
description: Visualize where the money comes from and how it's spent. Drill into the details of income and spending.
image: openbudget.png
url: http://openbudgetsac.org/
- name: Trash-AI
description: Developing machine learning technology to identify trash in images.
image: trashai.png
url: http://trashai.org/
- name: Learning Blocks
description: API assisting the gathering and reporting of student grant data.
image: learningBlocks.png
url: https://github.com/code4sac/learning-blocks
```
### core_team.yml
```yaml
# Open Sacramento core team members
# See: https://drive.google.com/drive/folders/0B5cI7rQXjIbbZS1lNWtjNUlvZFU?resourcekey=0-pkCVfUUUX-L6d2Rh274Agg
- name: Dan Fey
Expand Down Expand Up @@ -38,4 +88,14 @@
bio: Nate is a software developer who is always learning new and better ways to improve his craft. An advocate for free (as in libre) software, he is passionate about sharing knowledge with other people who are just beginning their journey.
email: [email protected]
twitter:
linkedin: https://www.linkedin.com/in/natebassfish/
linkedin: https://www.linkedin.com/in/natebassfish/
```
### bitly.yml
```yaml
# Bitly links used by application.
# See: https://bitly.com
- shortlink: "bit.ly/asdf"
name: "contact"
```
Empty file removed src/pages/README.md
Empty file.

0 comments on commit 9ee749e

Please sign in to comment.