aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-18 23:28:14 +0200
committerMateja <mail@matejamaric.com>2020-10-18 23:28:14 +0200
commit1f1cc4ae5facaac11a9e95dcc4cdfd3ae67dd788 (patch)
tree4946864931e2c0b89aee6cd1d3756f379c99f2f1 /resources
parent78735f8d478ea2c472f8a9b62cb2dc2586982176 (diff)
downloadyota-laravel-1f1cc4ae5facaac11a9e95dcc4cdfd3ae67dd788.tar.gz
yota-laravel-1f1cc4ae5facaac11a9e95dcc4cdfd3ae67dd788.zip
add pictures
Diffstat (limited to 'resources')
-rw-r--r--resources/views/pages/gallery.blade.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/views/pages/gallery.blade.php b/resources/views/pages/gallery.blade.php
index b4a9f19..7b29580 100644
--- a/resources/views/pages/gallery.blade.php
+++ b/resources/views/pages/gallery.blade.php
@@ -1,4 +1,10 @@
@extends('layouts.app')
@section('content')
+ <img src="/imgs/camp.png" alt="YOTA camp"/>
+ <img src="/imgs/yota.jpg" alt="YOTA"/>
+
+ <h1>Sponsors: </h1>
+ <img src="/imgs/4o3a.png" alt="4o3a"/>
+ <img src="/imgs/spiderbeam.gif" alt="Spiderbeam"/>
@endsection()