forked from fahlap/sponsted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (73 loc) · 1.85 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="UTF-8">
<meta name="description" content="TedXcusat TEDxCUSAT -Event Html ">
<meta name="keywords" content="TedX, TedXCUSAT, CUSAT, TED CUSAT , Event , Html, ">
<meta name="author" content="TEDxCUSAT, CUSAT">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:image" content="images/og.png" />
<!-- ========== Title ========== -->
<title>SPONSORSHIP|TEDxCUSAT</title>
<link rel="stylesheet" href="css/spons.css" type="text/css" />
</head>
<body>
<!--header starts here-->
<header>
<section class="wrapper">
<h1>
OUR SPONSERS
</h1>
</section>
</header>
<!--header ends here-->
<!--section main starts here-->
<section id="main">
<section class="content-item">
<section class="wrapper">
<img src="images/Hotel Beith.jpg" class="left">
<div class="right">
<h3>
BEITH
<br>
HOTEL
</h3>
<p>FOOD PARTNER</p>
</div>
<br class="clear">
</section>
</section>
<section class="content-item middle"><!--red section-->
<section class="wrapper">
<img src="images/RedTeam.jpg" class="right">
<div class="left">
<h3>
REDTEAM
<br>
HACKER
<br>
ACADEMY
</h3>
<p>TECHNOLOGY AND SECURITY PARTNER</p>
</div>
<br class="clear">
</section>
</section>
</section>
<!--section main ends here-->
<!--footer starts here-->
<footer>
<section id="top">
<section class="wrapper">
<button class="move">
<a href="#">BACK</a>
</button>
</section>
</section>
<section id="bottom">
<p>This independent TEDx event is operated under license from TED.</p>
</section>
</footer>
</body>
</html>