diff --git a/db.sqlite3 b/db.sqlite3 index 01fde18..13ae496 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/gallery/__pycache__/__init__.cpython-311.pyc b/gallery/__pycache__/__init__.cpython-311.pyc index a8bc414..93e1e0a 100644 Binary files a/gallery/__pycache__/__init__.cpython-311.pyc and b/gallery/__pycache__/__init__.cpython-311.pyc differ diff --git a/gallery/__pycache__/settings.cpython-311.pyc b/gallery/__pycache__/settings.cpython-311.pyc index 5d288a5..6aea796 100644 Binary files a/gallery/__pycache__/settings.cpython-311.pyc and b/gallery/__pycache__/settings.cpython-311.pyc differ diff --git a/gallery/__pycache__/urls.cpython-311.pyc b/gallery/__pycache__/urls.cpython-311.pyc index eeb557c..c593b0b 100644 Binary files a/gallery/__pycache__/urls.cpython-311.pyc and b/gallery/__pycache__/urls.cpython-311.pyc differ diff --git a/gallery/__pycache__/wsgi.cpython-311.pyc b/gallery/__pycache__/wsgi.cpython-311.pyc index d01e7d0..103c061 100644 Binary files a/gallery/__pycache__/wsgi.cpython-311.pyc and b/gallery/__pycache__/wsgi.cpython-311.pyc differ diff --git a/gallery/urls.py b/gallery/urls.py index c316e51..aa922ee 100644 --- a/gallery/urls.py +++ b/gallery/urls.py @@ -21,7 +21,7 @@ from django.conf.urls.static import static urlpatterns = [ - path("admin/", admin.site.urls), + path("admin", admin.site.urls), path('', include('main.urls')) ] diff --git a/landimages/gaming1_clHLrwn.jpeg b/landimages/gaming1_clHLrwn.jpeg new file mode 100644 index 0000000..1611745 Binary files /dev/null and b/landimages/gaming1_clHLrwn.jpeg differ diff --git a/landimages/gaming2_PJ2qrs3.jpeg b/landimages/gaming2_PJ2qrs3.jpeg new file mode 100644 index 0000000..fffefde Binary files /dev/null and b/landimages/gaming2_PJ2qrs3.jpeg differ diff --git a/landimages/gaming3_iUTfyIu.jpeg b/landimages/gaming3_iUTfyIu.jpeg new file mode 100644 index 0000000..82b5b4d Binary files /dev/null and b/landimages/gaming3_iUTfyIu.jpeg differ diff --git a/landimages/gaming4_3B7e5hI.jpeg b/landimages/gaming4_3B7e5hI.jpeg new file mode 100644 index 0000000..fd2a440 Binary files /dev/null and b/landimages/gaming4_3B7e5hI.jpeg differ diff --git a/landimages/gaming5_L9zPJfa.jpeg b/landimages/gaming5_L9zPJfa.jpeg new file mode 100644 index 0000000..7435d78 Binary files /dev/null and b/landimages/gaming5_L9zPJfa.jpeg differ diff --git a/landimages/king2.jpeg b/landimages/king2.jpeg new file mode 100644 index 0000000..64f4773 Binary files /dev/null and b/landimages/king2.jpeg differ diff --git a/landimages/king4_pef7NjJ.jpeg b/landimages/king4_pef7NjJ.jpeg new file mode 100644 index 0000000..0a1e4cf Binary files /dev/null and b/landimages/king4_pef7NjJ.jpeg differ diff --git a/landimages/kingg.webp b/landimages/kingg.webp new file mode 100644 index 0000000..fcb54b9 Binary files /dev/null and b/landimages/kingg.webp differ diff --git a/landimages/tech1_E0iwx5l.jpeg b/landimages/tech1_E0iwx5l.jpeg new file mode 100644 index 0000000..30adb10 Binary files /dev/null and b/landimages/tech1_E0iwx5l.jpeg differ diff --git a/landimages/tech1_Jc5ZNLs.jpeg b/landimages/tech1_Jc5ZNLs.jpeg new file mode 100644 index 0000000..c6fa223 Binary files /dev/null and b/landimages/tech1_Jc5ZNLs.jpeg differ diff --git a/landimages/tech2_PBfDnwd.jpeg b/landimages/tech2_PBfDnwd.jpeg new file mode 100644 index 0000000..cfd10dd Binary files /dev/null and b/landimages/tech2_PBfDnwd.jpeg differ diff --git a/landimages/tech2_cxwqtR1.jpeg b/landimages/tech2_cxwqtR1.jpeg new file mode 100644 index 0000000..cfd10dd Binary files /dev/null and b/landimages/tech2_cxwqtR1.jpeg differ diff --git a/landimages/tech2_jFEac2y.jpeg b/landimages/tech2_jFEac2y.jpeg new file mode 100644 index 0000000..26e79a2 Binary files /dev/null and b/landimages/tech2_jFEac2y.jpeg differ diff --git a/landimages/tech3_8QJq4Rb.jpeg b/landimages/tech3_8QJq4Rb.jpeg new file mode 100644 index 0000000..7eb34a8 Binary files /dev/null and b/landimages/tech3_8QJq4Rb.jpeg differ diff --git a/landimages/tech3_l8cWIx5.jpeg b/landimages/tech3_l8cWIx5.jpeg new file mode 100644 index 0000000..7eb34a8 Binary files /dev/null and b/landimages/tech3_l8cWIx5.jpeg differ diff --git a/landimages/tech4_mogE0rF.jpeg b/landimages/tech4_mogE0rF.jpeg new file mode 100644 index 0000000..7c17b59 Binary files /dev/null and b/landimages/tech4_mogE0rF.jpeg differ diff --git a/landimages/tech4_qhxwmjO.jpeg b/landimages/tech4_qhxwmjO.jpeg new file mode 100644 index 0000000..7c17b59 Binary files /dev/null and b/landimages/tech4_qhxwmjO.jpeg differ diff --git a/landimages/teddy_BW9aSIT.jpeg b/landimages/teddy_BW9aSIT.jpeg new file mode 100644 index 0000000..358f664 Binary files /dev/null and b/landimages/teddy_BW9aSIT.jpeg differ diff --git a/main/__pycache__/__init__.cpython-311.pyc b/main/__pycache__/__init__.cpython-311.pyc index 4b65f14..e1bde04 100644 Binary files a/main/__pycache__/__init__.cpython-311.pyc and b/main/__pycache__/__init__.cpython-311.pyc differ diff --git a/main/__pycache__/admin.cpython-311.pyc b/main/__pycache__/admin.cpython-311.pyc index 8120522..b3c2e2c 100644 Binary files a/main/__pycache__/admin.cpython-311.pyc and b/main/__pycache__/admin.cpython-311.pyc differ diff --git a/main/__pycache__/apps.cpython-311.pyc b/main/__pycache__/apps.cpython-311.pyc index 000b6d2..8d0916f 100644 Binary files a/main/__pycache__/apps.cpython-311.pyc and b/main/__pycache__/apps.cpython-311.pyc differ diff --git a/main/__pycache__/models.cpython-311.pyc b/main/__pycache__/models.cpython-311.pyc index 6412f46..8bd1e54 100644 Binary files a/main/__pycache__/models.cpython-311.pyc and b/main/__pycache__/models.cpython-311.pyc differ diff --git a/main/__pycache__/urls.cpython-311.pyc b/main/__pycache__/urls.cpython-311.pyc index 3a3b264..4101f8b 100644 Binary files a/main/__pycache__/urls.cpython-311.pyc and b/main/__pycache__/urls.cpython-311.pyc differ diff --git a/main/__pycache__/views.cpython-311.pyc b/main/__pycache__/views.cpython-311.pyc index 926af39..6fd0462 100644 Binary files a/main/__pycache__/views.cpython-311.pyc and b/main/__pycache__/views.cpython-311.pyc differ diff --git a/main/migrations/0001_initial.py b/main/migrations/0001_initial.py index f1818f5..bd75d91 100644 --- a/main/migrations/0001_initial.py +++ b/main/migrations/0001_initial.py @@ -1,99 +1,45 @@ -# Generated by Django 5.0.6 on 2024-05-22 08:46 +# Generated by Django 3.2.8 on 2024-06-16 09:30 +from django.db import migrations, models import django.db.models.deletion +import django.utils.timezone import django_resized.forms -from django.db import migrations, models class Migration(migrations.Migration): + initial = True - dependencies = [] + dependencies = [ + ] operations = [ migrations.CreateModel( - name="Category", + name='Category', fields=[ - ( - "id", - models.BigAutoField( - auto_created=True, - primary_key=True, - serialize=False, - verbose_name="ID", - ), - ), - ("title", models.CharField(blank=True, max_length=200, null=True)), - ("uniqueId", models.CharField(blank=True, max_length=100, null=True)), - ( - "slug", - models.SlugField( - blank=True, max_length=500, null=True, unique=True - ), - ), - ("date_created", models.TimeField(blank=True, null=True)), - ("last_updated", models.TimeField(blank=True, null=True)), + ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), + ('title', models.CharField(blank=True, max_length=200, null=True)), + ('uniqueId', models.CharField(blank=True, max_length=100, null=True)), + ('slug', models.SlugField(blank=True, max_length=500, null=True, unique=True)), + ('date_created', models.DateTimeField(blank=True, default=django.utils.timezone.now, null=True)), + ('last_updated', models.DateTimeField(auto_now=True, null=True)), ], ), migrations.CreateModel( - name="Image", + name='Image', fields=[ - ( - "id", - models.BigAutoField( - auto_created=True, - primary_key=True, - serialize=False, - verbose_name="ID", - ), - ), - ("description", models.TextField(blank=True, null=True)), - ("altText", models.TextField(blank=True, null=True)), - ("hashtags", models.CharField(blank=True, max_length=300, null=True)), - ( - "landImage", - django_resized.forms.ResizedImageField( - crop=["middle", "center"], - default="default_land.jpg", - force_format=None, - keep_meta=True, - quality=-1, - scale=None, - size=[2878, 1618], - upload_to="landimages", - ), - ), - ( - "squareImage", - django_resized.forms.ResizedImageField( - crop=["middle", "center"], - default="default_tall.jpg", - force_format=None, - keep_meta=True, - quality=-1, - scale=None, - size=[1618, 2878], - upload_to="tallimages", - ), - ), - ("uniqueId", models.CharField(blank=True, max_length=100, null=True)), - ( - "slug", - models.SlugField( - blank=True, max_length=500, null=True, unique=True - ), - ), - ("date_created", models.TimeField(blank=True, null=True)), - ("last_updated", models.TimeField(blank=True, null=True)), - ( - "category", - models.ForeignKey( - blank=True, - null=True, - on_delete=django.db.models.deletion.CASCADE, - to="main.category", - ), - ), + ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), + ('description', models.TextField(blank=True, null=True)), + ('altText', models.TextField(blank=True, null=True)), + ('hashtags', models.CharField(blank=True, max_length=300, null=True)), + ('squareImage', django_resized.forms.ResizedImageField(crop=['middle', 'center'], default='default_square.jpg', force_format=None, keep_meta=True, quality=0, size=[700, 700], upload_to='squareimages')), + ('landImage', django_resized.forms.ResizedImageField(crop=['middle', 'center'], default='default_land.jpg', force_format=None, keep_meta=True, quality=0, size=[500, 300], upload_to='landimages')), + ('tallImage', django_resized.forms.ResizedImageField(crop=['middle', 'center'], default='default_tall.jpg', force_format=None, keep_meta=True, quality=0, size=[300, 500], upload_to='tallimages')), + ('uniqueId', models.CharField(blank=True, max_length=100, null=True)), + ('slug', models.SlugField(blank=True, max_length=500, null=True, unique=True)), + ('date_created', models.DateTimeField(auto_now_add=True, null=True)), + ('last_updated', models.DateTimeField(auto_now=True, null=True)), + ('category', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='main.category')), ], ), ] diff --git a/main/migrations/0002_image_tallimage_alter_image_squareimage.py b/main/migrations/0002_image_tallimage_alter_image_squareimage.py deleted file mode 100644 index 5176e61..0000000 --- a/main/migrations/0002_image_tallimage_alter_image_squareimage.py +++ /dev/null @@ -1,41 +0,0 @@ -# Generated by Django 5.0.6 on 2024-05-22 09:46 - -import django_resized.forms -from django.db import migrations - - -class Migration(migrations.Migration): - dependencies = [ - ("main", "0001_initial"), - ] - - operations = [ - migrations.AddField( - model_name="image", - name="tallImage", - field=django_resized.forms.ResizedImageField( - crop=["middle", "center"], - default="default_tall.jpg", - force_format=None, - keep_meta=True, - quality=-1, - scale=None, - size=[1618, 2878], - upload_to="tallimages", - ), - ), - migrations.AlterField( - model_name="image", - name="squareImage", - field=django_resized.forms.ResizedImageField( - crop=["middle", "center"], - default="default_square.jpg", - force_format=None, - keep_meta=True, - quality=-1, - scale=None, - size=[1000, 1000], - upload_to="squareimages", - ), - ), - ] diff --git a/main/migrations/0003_alter_category_date_created_and_more.py b/main/migrations/0003_alter_category_date_created_and_more.py deleted file mode 100644 index 61bfb42..0000000 --- a/main/migrations/0003_alter_category_date_created_and_more.py +++ /dev/null @@ -1,22 +0,0 @@ -# Generated by Django 5.0.6 on 2024-05-23 18:25 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - dependencies = [ - ("main", "0002_image_tallimage_alter_image_squareimage"), - ] - - operations = [ - migrations.AlterField( - model_name="category", - name="date_created", - field=models.DateTimeField(blank=True, null=True), - ), - migrations.AlterField( - model_name="category", - name="last_updated", - field=models.DateTimeField(auto_now=True, null=True), - ), - ] diff --git a/main/migrations/0004_alter_category_date_created_alter_image_date_created_and_more.py b/main/migrations/0004_alter_category_date_created_alter_image_date_created_and_more.py deleted file mode 100644 index 4797fd2..0000000 --- a/main/migrations/0004_alter_category_date_created_alter_image_date_created_and_more.py +++ /dev/null @@ -1,30 +0,0 @@ -# Generated by Django 5.0.6 on 2024-05-24 05:52 - -import django.utils.timezone -from django.db import migrations, models - - -class Migration(migrations.Migration): - dependencies = [ - ("main", "0003_alter_category_date_created_and_more"), - ] - - operations = [ - migrations.AlterField( - model_name="category", - name="date_created", - field=models.DateTimeField( - blank=True, default=django.utils.timezone.now, null=True - ), - ), - migrations.AlterField( - model_name="image", - name="date_created", - field=models.DateTimeField(auto_now_add=True, null=True), - ), - migrations.AlterField( - model_name="image", - name="last_updated", - field=models.DateTimeField(auto_now=True, null=True), - ), - ] diff --git a/main/migrations/__pycache__/0001_initial.cpython-311.pyc b/main/migrations/__pycache__/0001_initial.cpython-311.pyc index b6df90d..62a709f 100644 Binary files a/main/migrations/__pycache__/0001_initial.cpython-311.pyc and b/main/migrations/__pycache__/0001_initial.cpython-311.pyc differ diff --git a/main/migrations/__pycache__/0002_image_tallimage_alter_image_squareimage.cpython-311.pyc b/main/migrations/__pycache__/0002_image_tallimage_alter_image_squareimage.cpython-311.pyc index 4ffa3fc..6418ff0 100644 Binary files a/main/migrations/__pycache__/0002_image_tallimage_alter_image_squareimage.cpython-311.pyc and b/main/migrations/__pycache__/0002_image_tallimage_alter_image_squareimage.cpython-311.pyc differ diff --git a/main/migrations/__pycache__/__init__.cpython-311.pyc b/main/migrations/__pycache__/__init__.cpython-311.pyc index 62d99cc..e1610e0 100644 Binary files a/main/migrations/__pycache__/__init__.cpython-311.pyc and b/main/migrations/__pycache__/__init__.cpython-311.pyc differ diff --git a/main/models.py b/main/models.py index 4f2c2e1..4dff118 100644 --- a/main/models.py +++ b/main/models.py @@ -39,9 +39,9 @@ class Image(models.Model): hashtags = models.CharField(null=True, blank=True, max_length=300) ##ImageFields - squareImage = ResizedImageField(size=[1000, 1000], crop=['middle', 'center'], default='default_square.jpg', upload_to='squareimages') - landImage = ResizedImageField(size=[2878, 1618], crop=['middle', 'center'], default='default_land.jpg', upload_to='landimages') - tallImage = ResizedImageField(size=[1618, 2878], crop=['middle', 'center'], default='default_tall.jpg', upload_to='tallimages') + squareImage = ResizedImageField(size=[700, 700], crop=['middle', 'center'], default='default_square.jpg', upload_to='squareimages') + landImage = ResizedImageField(size=[700, 300], crop=['middle', 'center'], default='default_land.jpg', upload_to='landimages') + tallImage = ResizedImageField(size=[600, 1024], crop=['middle', 'center'], default='default_tall.jpg', upload_to='tallimages') ##Related Fields category = models.ForeignKey(Category, null=True, blank=True, on_delete=models.CASCADE) diff --git a/squareimages/gaming1_UUauGCF.jpeg b/squareimages/gaming1_UUauGCF.jpeg new file mode 100644 index 0000000..d67b1f9 Binary files /dev/null and b/squareimages/gaming1_UUauGCF.jpeg differ diff --git a/squareimages/gaming2_Zo8O4Vc.jpeg b/squareimages/gaming2_Zo8O4Vc.jpeg new file mode 100644 index 0000000..029d677 Binary files /dev/null and b/squareimages/gaming2_Zo8O4Vc.jpeg differ diff --git a/squareimages/gaming3_sdoGasm.jpeg b/squareimages/gaming3_sdoGasm.jpeg new file mode 100644 index 0000000..25f4ec4 Binary files /dev/null and b/squareimages/gaming3_sdoGasm.jpeg differ diff --git a/squareimages/gaming4_qU4TVe7.jpeg b/squareimages/gaming4_qU4TVe7.jpeg new file mode 100644 index 0000000..fbb3076 Binary files /dev/null and b/squareimages/gaming4_qU4TVe7.jpeg differ diff --git a/squareimages/gaming5_PZL1kZ3.jpeg b/squareimages/gaming5_PZL1kZ3.jpeg new file mode 100644 index 0000000..4683e3c Binary files /dev/null and b/squareimages/gaming5_PZL1kZ3.jpeg differ diff --git a/squareimages/king2_GV7JRzj.jpeg b/squareimages/king2_GV7JRzj.jpeg new file mode 100644 index 0000000..689b53d Binary files /dev/null and b/squareimages/king2_GV7JRzj.jpeg differ diff --git a/squareimages/king4_11SbIoO.jpeg b/squareimages/king4_11SbIoO.jpeg new file mode 100644 index 0000000..5d6deb4 Binary files /dev/null and b/squareimages/king4_11SbIoO.jpeg differ diff --git a/squareimages/kingg.webp b/squareimages/kingg.webp new file mode 100644 index 0000000..9ff8b92 Binary files /dev/null and b/squareimages/kingg.webp differ diff --git a/squareimages/tech1_55WH5cK.jpeg b/squareimages/tech1_55WH5cK.jpeg new file mode 100644 index 0000000..f1c9d94 Binary files /dev/null and b/squareimages/tech1_55WH5cK.jpeg differ diff --git a/squareimages/tech1_tpBZS0H.jpeg b/squareimages/tech1_tpBZS0H.jpeg new file mode 100644 index 0000000..f1c9d94 Binary files /dev/null and b/squareimages/tech1_tpBZS0H.jpeg differ diff --git a/squareimages/tech2_GDbrTWU.jpeg b/squareimages/tech2_GDbrTWU.jpeg new file mode 100644 index 0000000..f788d38 Binary files /dev/null and b/squareimages/tech2_GDbrTWU.jpeg differ diff --git a/squareimages/tech2_Rg3uWih.jpeg b/squareimages/tech2_Rg3uWih.jpeg new file mode 100644 index 0000000..f788d38 Binary files /dev/null and b/squareimages/tech2_Rg3uWih.jpeg differ diff --git a/squareimages/tech2_q8s4pZG.jpeg b/squareimages/tech2_q8s4pZG.jpeg new file mode 100644 index 0000000..f788d38 Binary files /dev/null and b/squareimages/tech2_q8s4pZG.jpeg differ diff --git a/squareimages/tech3_JDFr94T.jpeg b/squareimages/tech3_JDFr94T.jpeg new file mode 100644 index 0000000..dd9895e Binary files /dev/null and b/squareimages/tech3_JDFr94T.jpeg differ diff --git a/squareimages/tech3_eMP4UpU.jpeg b/squareimages/tech3_eMP4UpU.jpeg new file mode 100644 index 0000000..dd9895e Binary files /dev/null and b/squareimages/tech3_eMP4UpU.jpeg differ diff --git a/squareimages/tech4_VpFZcpD.jpeg b/squareimages/tech4_VpFZcpD.jpeg new file mode 100644 index 0000000..4a74016 Binary files /dev/null and b/squareimages/tech4_VpFZcpD.jpeg differ diff --git a/squareimages/tech4_zA5kAgM.jpeg b/squareimages/tech4_zA5kAgM.jpeg new file mode 100644 index 0000000..4a74016 Binary files /dev/null and b/squareimages/tech4_zA5kAgM.jpeg differ diff --git a/squareimages/teddy_aYtUUex.jpeg b/squareimages/teddy_aYtUUex.jpeg new file mode 100644 index 0000000..085008d Binary files /dev/null and b/squareimages/teddy_aYtUUex.jpeg differ diff --git a/tallimages/gaming1_EsZKLfx.jpeg b/tallimages/gaming1_EsZKLfx.jpeg new file mode 100644 index 0000000..3a5a43c Binary files /dev/null and b/tallimages/gaming1_EsZKLfx.jpeg differ diff --git a/tallimages/gaming2_qKOcayW.jpeg b/tallimages/gaming2_qKOcayW.jpeg new file mode 100644 index 0000000..ea5d323 Binary files /dev/null and b/tallimages/gaming2_qKOcayW.jpeg differ diff --git a/tallimages/gaming3_I8UIZri.jpeg b/tallimages/gaming3_I8UIZri.jpeg new file mode 100644 index 0000000..ff5c069 Binary files /dev/null and b/tallimages/gaming3_I8UIZri.jpeg differ diff --git a/tallimages/gaming4_QPwVHPp.jpeg b/tallimages/gaming4_QPwVHPp.jpeg new file mode 100644 index 0000000..1afc453 Binary files /dev/null and b/tallimages/gaming4_QPwVHPp.jpeg differ diff --git a/tallimages/gaming5_T71LPlu.jpeg b/tallimages/gaming5_T71LPlu.jpeg new file mode 100644 index 0000000..9e92b7d Binary files /dev/null and b/tallimages/gaming5_T71LPlu.jpeg differ diff --git a/tallimages/king2.jpeg b/tallimages/king2.jpeg new file mode 100644 index 0000000..a83e278 Binary files /dev/null and b/tallimages/king2.jpeg differ diff --git a/tallimages/king4_czaYaCh.jpeg b/tallimages/king4_czaYaCh.jpeg new file mode 100644 index 0000000..e7f6284 Binary files /dev/null and b/tallimages/king4_czaYaCh.jpeg differ diff --git a/tallimages/kingg.webp b/tallimages/kingg.webp new file mode 100644 index 0000000..5a38388 Binary files /dev/null and b/tallimages/kingg.webp differ diff --git a/tallimages/tech1_25Len4P.jpeg b/tallimages/tech1_25Len4P.jpeg new file mode 100644 index 0000000..6de8c5e Binary files /dev/null and b/tallimages/tech1_25Len4P.jpeg differ diff --git a/tallimages/tech1_xSwz1f8.jpeg b/tallimages/tech1_xSwz1f8.jpeg new file mode 100644 index 0000000..fbf64ac Binary files /dev/null and b/tallimages/tech1_xSwz1f8.jpeg differ diff --git a/tallimages/tech2_5SVkYnI.jpeg b/tallimages/tech2_5SVkYnI.jpeg new file mode 100644 index 0000000..b14f508 Binary files /dev/null and b/tallimages/tech2_5SVkYnI.jpeg differ diff --git a/tallimages/tech2_GFg9GDq.jpeg b/tallimages/tech2_GFg9GDq.jpeg new file mode 100644 index 0000000..b4df15b Binary files /dev/null and b/tallimages/tech2_GFg9GDq.jpeg differ diff --git a/tallimages/tech3_HiosgMe.jpeg b/tallimages/tech3_HiosgMe.jpeg new file mode 100644 index 0000000..f3d5947 Binary files /dev/null and b/tallimages/tech3_HiosgMe.jpeg differ diff --git a/tallimages/tech3_ZbY3hSR.jpeg b/tallimages/tech3_ZbY3hSR.jpeg new file mode 100644 index 0000000..bc5d7b4 Binary files /dev/null and b/tallimages/tech3_ZbY3hSR.jpeg differ diff --git a/tallimages/tech3_xTmHPi6.jpeg b/tallimages/tech3_xTmHPi6.jpeg new file mode 100644 index 0000000..bc5d7b4 Binary files /dev/null and b/tallimages/tech3_xTmHPi6.jpeg differ diff --git a/tallimages/tech4_1vJCrT1.jpeg b/tallimages/tech4_1vJCrT1.jpeg new file mode 100644 index 0000000..9292685 Binary files /dev/null and b/tallimages/tech4_1vJCrT1.jpeg differ diff --git a/tallimages/tech4_54JVO6Y.jpeg b/tallimages/tech4_54JVO6Y.jpeg new file mode 100644 index 0000000..cc30e8a Binary files /dev/null and b/tallimages/tech4_54JVO6Y.jpeg differ diff --git a/tallimages/teddy_VdcKHm0.jpeg b/tallimages/teddy_VdcKHm0.jpeg new file mode 100644 index 0000000..91fa47b Binary files /dev/null and b/tallimages/teddy_VdcKHm0.jpeg differ