Skip to content

Commit

Permalink
Merge pull request #130 from sfbrigade/fix/images
Browse files Browse the repository at this point in the history
Fix/images
  • Loading branch information
nickvisut authored May 29, 2024
2 parents 6577d1c + 8201873 commit f5300e0
Show file tree
Hide file tree
Showing 82 changed files with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function main() {
address: "1000 Cayuga Ave, San Francisco, CA",
neighborhood: "Excelsior",
priority: false,
img: "balboa.png",
img: "balboa.jpeg",
latitude: "37.722",
longitude: "-122.44041",
profile: {
Expand Down Expand Up @@ -127,7 +127,7 @@ async function main() {
address: "400 Mansell St, San Francisco, CA",
neighborhood: "Portola",
priority: true,
img: "burton.png",
img: "burton.jpeg",
latitude: "37.72126",
longitude: "-122.4063",
profile: {
Expand Down Expand Up @@ -248,7 +248,7 @@ async function main() {
address: "693 Vermont St, San Francisco, CA",
neighborhood: "Potrero Hill",
priority: false,
img: "downtown.png",
img: "downtown.jpeg",
latitude: "37.761565",
longitude: "-122.40394",
profile: {
Expand Down Expand Up @@ -354,7 +354,7 @@ async function main() {
address: "1150 Francisco St, San Francisco, CA",
neighborhood: "Russian Hill",
priority: false,
img: "galileo.png",
img: "galileo.jpeg",
latitude: "37.80379",
longitude: "-122.424145",
profile: {
Expand Down Expand Up @@ -469,7 +469,7 @@ async function main() {
address: "1099 Hayes St, San Francisco, CA",
neighborhood: "Lower Haight",
priority: false,
img: "idabwells.png",
img: "idabwells.jpeg",
latitude: "37.7751",
longitude: "-122.433985",
profile: {
Expand Down Expand Up @@ -579,7 +579,7 @@ async function main() {
address: "1350 7th Ave, San Francisco, CA",
neighborhood: "Inner Sunset",
priority: false,
img: "independence.png",
img: "independence.jpeg",
latitude: "37.76309",
longitude: "-122.46388",
profile: {
Expand Down Expand Up @@ -687,7 +687,7 @@ async function main() {
address: "655 De Haro St, San Francisco, CA",
neighborhood: "Potrero Hill",
priority: false,
img: "international.png",
img: "international.jpeg",
latitude: "37.76169",
longitude: "-122.40082",
profile: {
Expand Down Expand Up @@ -794,7 +794,7 @@ async function main() {
address: "325 La Grande Ave, San Francisco, CA",
neighborhood: "Excelsior",
priority: true,
img: "junejordan.png",
img: "junejordan.jpeg",
latitude: "37.7195",
longitude: "-122.42539",
profile: {
Expand Down Expand Up @@ -898,7 +898,7 @@ async function main() {
address: "2162 24th Ave, San Francisco, CA",
neighborhood: "Parkside/Sunset",
priority: false,
img: "lincoln.png",
img: "lincoln.jpeg",
latitude: "37.74729",
longitude: "-122.48109",
profile: {
Expand Down Expand Up @@ -1022,7 +1022,7 @@ async function main() {
address: "1101 Eucalyptus Dr, San Francisco, CA",
neighborhood: "Lakeshore",
priority: false,
img: "lowell.png",
img: "lowell.jpeg",
latitude: "37.73068",
longitude: "-122.48392",
profile: {
Expand Down Expand Up @@ -1135,7 +1135,7 @@ async function main() {
address: "3750 18th St, San Francisco, CA",
neighborhood: "Mission",
priority: true,
img: "mission.png",
img: "mission.jpeg",
latitude: "37.7616",
longitude: "-122.42698",
profile: {
Expand Down Expand Up @@ -1249,7 +1249,7 @@ async function main() {
address: "2355 Folsom St, San Francisco, CA",
neighborhood: "Mission",
priority: true,
img: "johnoconnell.png",
img: "johnoconnell.jpeg",
latitude: "37.75956",
longitude: "-122.41454",
profile: {
Expand Down Expand Up @@ -1361,7 +1361,7 @@ async function main() {
address: "555 Portola Dr, San Francisco, CA",
neighborhood: "Diamond Heights",
priority: false,
img: "ruthasawa.png",
img: "ruthasawa.jpeg",
latitude: "37.74538",
longitude: "-122.44965",
profile: {
Expand Down Expand Up @@ -1476,7 +1476,7 @@ async function main() {
address: "550 Portola Dr #250, San Francisco, CA",
neighborhood: "Diamond Heights",
priority: false,
img: "theacademy.png",
img: "theacademy.jpeg",
latitude: "37.745499",
longitude: "-122.451563",
profile: {
Expand Down Expand Up @@ -1589,7 +1589,7 @@ async function main() {
address: "45 Conkling St, San Francisco, CA",
neighborhood: "Bayview",
priority: true,
img: "thurgood.png",
img: "thurgood.jpeg",
latitude: "37.73609",
longitude: "-122.40211",
profile: {
Expand Down Expand Up @@ -1705,7 +1705,7 @@ async function main() {
address: "40 Vega St, San Francisco, CA",
neighborhood: "Western Addition",
priority: false,
img: "wallenberg.png",
img: "wallenberg.jpeg",
latitude: "37.780365",
longitude: "-122.44621",
profile: {
Expand Down Expand Up @@ -1828,7 +1828,7 @@ async function main() {
address: "600 32nd Ave, San Francisco, CA",
neighborhood: "Richmond",
priority: false,
img: "washington.png",
img: "washington.jpeg",
latitude: "37.77784",
longitude: "-122.49174",
profile: {
Expand Down
Binary file added public/school_img/balboa.jpeg
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 public/school_img/balboa.png
Binary file not shown.
Binary file added public/school_img/burton.jpeg
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 public/school_img/burton.png
Binary file not shown.
Binary file added public/school_img/downtown.jpeg
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 public/school_img/downtown.png
Binary file not shown.
Binary file added public/school_img/galileo.jpeg
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 public/school_img/galileo.png
Binary file not shown.
Binary file added public/school_img/idabwells.jpeg
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 public/school_img/idabwells.png
Binary file not shown.
Binary file added public/school_img/independence.jpeg
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 public/school_img/independence.png
Binary file not shown.
Binary file added public/school_img/international.jpeg
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 public/school_img/international.png
Binary file not shown.
Binary file added public/school_img/johnoconnell.jpeg
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 public/school_img/johnoconnell.png
Binary file not shown.
Binary file added public/school_img/junejordan.jpeg
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 public/school_img/junejordan.png
Binary file not shown.
Binary file added public/school_img/lincoln.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/school_img/logo/balboa.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/school_img/logo/downtown.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/school_img/logo/galileo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/school_img/logo/idabwells.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/school_img/logo/independence.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/school_img/logo/international.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/school_img/logo/johnoconnell.jpeg
Binary file added public/school_img/logo/junejordan.jpeg
Binary file added public/school_img/logo/lincoln.jpeg
Binary file added public/school_img/logo/lowell.jpeg
Binary file added public/school_img/logo/mission.jpeg
Binary file added public/school_img/logo/ruthasawa.jpeg
Binary file added public/school_img/logo/theacademy.jpeg
Binary file added public/school_img/logo/thurgood.jpeg
Binary file added public/school_img/logo/wallenberg.jpeg
Binary file added public/school_img/logo/washington.jpeg
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added public/school_img/lowell.jpeg
Binary file removed public/school_img/lowell.png
Diff not rendered.
Binary file added public/school_img/mission.jpeg
Binary file added public/school_img/ruthasawa.jpeg
Binary file removed public/school_img/ruthasawa.png
Diff not rendered.
Binary file added public/school_img/theacademy.jpeg
Binary file removed public/school_img/theacademy.png
Diff not rendered.
Binary file added public/school_img/thurgood.jpeg
Binary file removed public/school_img/thurgood.png
Diff not rendered.
Binary file added public/school_img/wallenberg.jpeg
Binary file removed public/school_img/wallenberg.png
Diff not rendered.
Binary file added public/school_img/washington.jpeg
Binary file removed public/school_img/washington.png
Diff not rendered.
Binary file added public/school_img_og/balboa.png
Binary file added public/school_img_og/burton_original.png
Binary file added public/school_img_og/downtown_original.png
Binary file added public/school_img_og/galileo_original.png
Binary file added public/school_img_og/idabwells_original.png
Binary file added public/school_img_og/independence_original.png
Binary file added public/school_img_og/international_original.png
Binary file added public/school_img_og/johnoconnell_original.png
Binary file added public/school_img_og/junejordan_original.png
Binary file added public/school_img_og/lowell.png
Binary file added public/school_img_og/ruthasawa_original.png
Binary file added public/school_img_og/thurgood_original.png
Binary file added public/school_img_og/wallenberg.png
Binary file added public/school_img_og/washington_original.png

0 comments on commit f5300e0

Please sign in to comment.