Skip to content

Commit

Permalink
chore: adding new images for texas
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Oct 20, 2023
1 parent 461340d commit 3246f25
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thatconference.com",
"version": "5.1.7",
"version": "5.1.8",
"description": "THATConference.com website",
"main": "index.js",
"type": "module",
Expand Down
65 changes: 61 additions & 4 deletions src/routes/(that conferences)/tx/[year]/_components/Gallery.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,66 @@
import ImageGallery from '../../../_components/ImageGallery.svelte';
const items = [
{
src: '/images/gallery/tx/52682420922.jpeg',
url: 'https://flickr.com/thatconference/52682420922'
},
{
src: '/images/gallery/tx/52221125957.jpeg',
url: 'https://flickr.com/thatconference/52221125957'
},
{
src: '/images/gallery/tx/52682422662.jpeg',
url: 'https://flickr.com/thatconference/52682422662'
},
{
src: '/images/gallery/tx/52682929506.jpeg',
url: 'https://flickr.com/thatconference/52682929506'
},
{
src: '/images/gallery/tx/52682413507.jpeg',
url: 'https://flickr.com/thatconference/52682413507'
},
{
src: '/images/gallery/tx/52682425742.jpeg',
url: 'https://flickr.com/thatconference/52682425742'
},
{
src: '/images/gallery/tx/52683217939.jpeg',
url: 'https://flickr.com/thatconference/52683217939'
},
{
src: '/images/gallery/tx/52683232524.jpeg',
url: 'https://flickr.com/thatconference/52683232524'
},
{
src: '/images/gallery/tx/52683359850.jpeg',
url: 'https://flickr.com/thatconference/52683359850'
},
{
src: '/images/gallery/tx/52683376215.jpeg',
url: 'https://flickr.com/thatconference/52683376215'
},
{
src: '/images/gallery/tx/52682924066.jpeg',
url: 'https://flickr.com/thatconference/52682924066'
},
{
src: '/images/gallery/tx/52683376855.jpeg',
url: 'https://flickr.com/thatconference/52683376855'
},
{
src: '/images/gallery/tx/52683380625.jpeg',
url: 'https://flickr.com/thatconference/52683380625'
},
{
src: '/images/gallery/tx/52683441438.jpeg',
url: 'https://flickr.com/thatconference/52683441438'
},
{
src: '/images/gallery/tx/52683450183.jpeg',
url: 'https://flickr.com/thatconference/5268345018'
},
{
src: '/images/gallery/tx/52221053172.jpeg',
url: 'https://flickr.com/thatconference/52221053172'
Expand All @@ -26,10 +86,7 @@
src: '/images/gallery/tx/52221117502.jpeg',
url: 'https://flickr.com/thatconference/52221117502'
},
{
src: '/images/gallery/tx/52221125957.jpeg',
url: 'https://flickr.com/thatconference/52221125957'
},
{
src: '/images/gallery/tx/52221126047.jpeg',
url: 'https://flickr.com/thatconference/52221126047'
Expand Down
Binary file added static/images/gallery/tx/52682413507.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 static/images/gallery/tx/52682420922.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 static/images/gallery/tx/52682422662.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 static/images/gallery/tx/52682425742.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 static/images/gallery/tx/52682924066.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 static/images/gallery/tx/52682929266.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 static/images/gallery/tx/52682929506.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 static/images/gallery/tx/52682944046.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 static/images/gallery/tx/52683217939.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 static/images/gallery/tx/52683232524.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 static/images/gallery/tx/52683359850.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 static/images/gallery/tx/52683376215.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 static/images/gallery/tx/52683376855.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 static/images/gallery/tx/52683380625.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 static/images/gallery/tx/52683441438.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 static/images/gallery/tx/52683450183.jpeg
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 3246f25

Please sign in to comment.