-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsorship.php
125 lines (119 loc) · 4.92 KB
/
sponsorship.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
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
116
117
118
119
120
121
122
123
124
125
<!doctype html>
<html lang="en">
<head>
<title>Sponsorship | SIN 2017</title>
<?php require 'php_includes/imports.php'; ?>
<link href="assets/css/k.css" rel="stylesheet">
<style type="text/css">
.rwd-table {
margin: auto;
}
th, td {
text-align: center !important;
vertical-align: middle !important;
}
.auto-style1 {
font-family: Verdana, sans-serif;
font-weight: bold;
font-size: 15px;
color: #4E4E4E;
letter-spacing: normal;
background-color: #FFFFFF;
}
.auto-style2 {
font-family: Verdana, sans-serif;
font-weight: bold;
font-size: 15px;
color: #4E4E4E;
letter-spacing: normal;
}
</style>
</head>
<body class="profile-page">
<!-- Navbar -->
<?php require 'php_includes/navbar.php'; ?>
<!-- End Navbar -->
<div class="wrapper">
<div class="header header-filter" style="background-image:url(assets/img/background/mujBg.jpg);"></div>
<div class="main main-raised">
<section class="section">
<div class="container">
<div class="row">
<h2 class="title text-center">SPONSORSHIP MODULES</h2>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h4 style="text-align: justify;font-weight: 500;">
ACM SIN conferences have achieved tremendous success over past years and world-wide many companies directly or indirectly communicated and demonstrated their products and services to an increasing number of qualified information security professionals who attend the event each year. This year also we are providing exhibit space to the industries. Don't delay as exhibit space inventory will sell out quickly!!
</h4>
<p style="text-align: justify;font-weight: 500;">
<strong style="box-sizing: inherit; font-weight: 700; color: rgb(78, 78, 78); font-family: Verdana, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;">
For SIN 2017 sponsorship opportunities, please
contact : </strong></p>
<p style="text-align: justify;font-weight: 500;">
<strong><span class="auto-style1">Mr. Ankit Mundra</span></strong></p>
<p style="text-align: justify;" class="auto-style2">
+91 9667604115</p>
<p style="text-align: justify;font-weight: 500;">
<strong style="box-sizing: inherit; font-weight: 700; color: rgb(78, 78, 78); font-family: Verdana, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;">
<em style="box-sizing: inherit;">
[email protected]</em><br style="box-sizing: inherit;">
</strong>
</p>
<p style="text-align: justify;font-weight: 500;">
</p>
<p style="text-align: justify;font-weight: 500;">
</p>
<p style="text-align: justify;font-weight: 500;">
</p>
<br>
<table class="rwd-table table-bordered" style="min-width: 80%;font-size: 15px;">
<tr>
<td>Title</td>
<th>Rs. 2,50,000</th>
</tr>
<tr>
<td>Platinum</td>
<th>Rs. 2,00,000</th>
</tr>
<tr>
<td>Diamond</td>
<th>Rs. 1,50,000</th>
</tr>
<tr>
<td>Gold</td>
<th>Rs. 1,00,000</th>
</tr>
<tr>
<td>Silver</td>
<th>Rs. 50,000</th>
</tr>
<tr>
<td>Bronnze</td>
<th>Rs. 25,000</th>
</tr>
</table>
</div>
</div>
</div>
</section>
<!-- Social Links -->
<?php require 'php_includes/social.php'; ?>
</div>
</div>
<!-- Footer -->
<?php require 'php_includes/footer.php'; ?>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation -->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Control Center for activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script type="text/javascript">
$().ready(function(){
// the body of this function is in assets/material-kit.js
$(window).on('scroll', materialKit.checkScrollForTransparentNavbar);
});
</script>
</html>