-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSponsors.php
More file actions
executable file
·115 lines (66 loc) · 4.25 KB
/
Copy pathSponsors.php
File metadata and controls
executable file
·115 lines (66 loc) · 4.25 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.png">
<title>Speakers </title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style-sheet.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700,700i" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<?php include("header.php") ;?>
<section class="speaker-sec sponser-bg" >
<div class="container">
<div class="spekader-head" style=" padding-bottom:0">
<h3> Sponsors</h3>
<p> Thanks to our sponsors for their ♥ and support! </p>
<div class="sponser-list">
<div class="spon-1">
<h3> Platinum Sponsor </h3>
<img src="img/tripadvisor.png" alt="tripadvisor"/>
</div>
<div class="spon-1">
<h3> Gold Sponsor </h3>
<img src="img/double_espresso.png" alt="double_espresso"/>
<img src="img/spotify.png" alt="double_espresso"/>
</div>
<div class="spon-1 Silverspon">
<h3> Silver Sponsor </h3>
<img src="img/zeroturnaround.png" alt="zeroturnaround"/>
<img src="img/facebook.png" alt="facebook"/>
<img src="img/firebase (1).png" alt="firebase (1)"/>
<img src="img/lyft.png" alt="firebase (1)"/>
</div>
<style>
.spons-1{}
.spons-1 img{ width: 202px; margin: 0 9px;}
.spons-1{}
</style>
<div class="spon-1 spons-1">
<h3> Bronze Sponsor </h3>
<img src="img/button.png" alt="jana"/>
<img src="img/jana.png" alt="jana"/>
<img src="img/runkeeper.png" alt="jana"/>
<img src="img/square.png" alt="jana"/>
</div>
</div>
</div>
</div> <!-- container -->
</section>
<?php include("footer.php") ;?>
</body>
</html>