-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsor.php
50 lines (40 loc) · 1.58 KB
/
sponsor.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
require 'lib/site.inc.php';
$view = new ProximityRacing\GeneralView();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php echo $view->presentHeader("Become a Sponsor | Proximity Racing"); ?>
</head>
<body>
<?php echo $view->presentNavbar(); ?>
<div class="test">
<div class="col-lg-8 col-md-10 mx-auto">
<h1 class="headertext">Become a Sponsor</h1>
<br>
<br>
</div>
</div>
<div class="container-fluid">
<div class="row padding">
<div class="col-md-12">
<p class="lead ps mt-2">
The Proximity Racing team is welcoming any brand or company for potential sponsorship.
We rely on the generosity of sponsors in order to continue to grow our team and complete our mission
of not just developing our drivers on the track, but off as well.
By becoming a sponsor, you will be giving passionate racers an opportunity to get access to the
necessary equipment in order to climb through the rankings. Your brand will be represented by one of
iRacings top teams, featuring some of the most intellectual and professional drivers.
</p>
</div>
</div>
</div>
<hr class="purpleRuler">
<div class="container-fluid">
<h1 class="text-center">Sponsorship Proposal</h1>
<embed src="./Proximity_Racing_Sponsorship_2020.pdf" type="application/pdf" width="100%" height="600px">
</div>
<?php echo $view->footer(); ?>
</body>
</html>