aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/sponsoring.blade.php
blob: 431cc7e7a2d4d1a15cfe2102be35253a6d4670dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@extends('layouts.app')

@section('title', 'Sponsoring')

@section('content')
<p>If you are willing to be one of the sponsors of the event and help us set the high standards for Balkan YOTA camp, feel free to contact Goran YT7AW hajosevic at gmail . com</p>
<p>As part of the camp and presentations will be dedicated to already experienced HAM radio operators, this is a great opportunity to present your company and products in the region. Additionally a banner and link to your website will be made available here.</p>

<h3 class="mt-3">Sponsors: </h1>

<div class="row">
    <div class="col-md-2">
        <a href="https://4o3a.com/" target="_blank">
            <img src="/imgs/4o3a.png" class="img-fluid" alt="4o3a"/>
        </a>
    </div>
    <div class="col-md-2">
        <a href="https://www.spiderbeam.com/" target="_blank">
            <img src="/imgs/spiderbeam.gif" class="img-fluid" alt="Spiderbeam"/>
        </a>
    </div>
</div>
@endsection()