forked from JituR101/consortium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewsponso.php
More file actions
110 lines (92 loc) · 4.94 KB
/
Copy pathnewsponso.php
File metadata and controls
110 lines (92 loc) · 4.94 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<?php $pagetitle = 'Sponsors | Consortium'; ?>
<!-- Begin Head -->
<?php include("includes/head.php")?>
<!-- End Head -->
<!-- Body -->
<body>
<!--========== HEADER ==========-->
<?php include("includes/header.php")?>
<!--========== END HEADER ==========-->
<!--========== PROMO BLOCK ==========-->
<div class="g-bg-position--center js__parallax-window" style="background: black 50% 0 no-repeat fixed;">
<div class="g-container--md g-text-center--xs g-padding-y-80--xs">
<h1 class="g-font-size-40--xs g-font-size-50--sm g-font-size-60--md g-color--white" style="text-align:center; g-letter-spacing--1">Sponsors</h1>
</div>
</div>
<!--========== END PROMO BLOCK ==========-->
<!--========== PAGE CONTENT ==========-->
<!-- sponsers-->
<!-- !PAGE CONTENT! -->
<div class="w3-content" style="max-width:1500px">
<!-- Photo Grid -->
<div class="w3-row-padding" id="myGrid" style="margin-bottom:0px">
<div class="w3-quarter">
<img src="/img/SponS/temp/aiesec.png" style="width:100%">
<img src="/img/SponS/temp/desi.png" style="width:100%">
<img src="/img/SponS/temp/ecelliitb.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
</div>
<div class="w3-quarter">
<img src="/img/SponS/temp/brainweave.png" style="width:100%">
<img src="/img/SponS/temp/DTDC.png" style="width:100%">
<img src="/img/SponS/temp/ecellnitk.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
</div>
<div class="w3-quarter">
<img src="/img/SponS/temp/chaturideas.png" style="width:100%">
<img src="/img/SponS/temp/E-Cafe.png" style="width:100%">
<img src="/img/SponS/temp/ecellnitraipur.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
</div>
<div class="w3-quarter">
<img src="/img/SponS/temp/civn.png" style="width:100%">
<img src="/img/SponS/temp/e-cellbits.png" style="width:100%">
<img src="/img/SponS/temp/ecelluttrakhand.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
<img src="/img/SponS/temp/.png" style="width:100%">
</div>
</div>
<!-- End Page Content -->
</div>
<!--========== END PAGE CONTENT ==========-->
<!--========== FOOTER ==========-->
<?php include("includes/footer.php");?>
<!--========== END FOOTER ==========-->
<!-- Back To Top -->
<a href="javascript:void(0);" class="s-back-to-top js__back-to-top"></a>
<!--========== JAVASCRIPTS (Load javascripts at bottom, this will reduce page load time) ==========-->
<!-- Vendor -->
<script type="text/javascript" src="vendor/jquery.min.js"></script>
<script type="text/javascript" src="vendor/jquery.migrate.min.js"></script>
<script type="text/javascript" src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="vendor/jquery.smooth-scroll.min.js"></script>
<script type="text/javascript" src="vendor/jquery.back-to-top.min.js"></script>
<script type="text/javascript" src="vendor/scrollbar/jquery.scrollbar.min.js"></script>
<script type="text/javascript" src="vendor/jquery.parallax.min.js"></script>
<script type="text/javascript" src="vendor/jquery.wow.min.js"></script>
<!-- General Components and Settings -->
<script type="text/javascript" src="js/global.min.js"></script>
<script type="text/javascript" src="js/components/header-sticky.min.js"></script>
<script type="text/javascript" src="js/components/scrollbar.min.js"></script>
<script type="text/javascript" src="js/components/wow.min.js"></script>
<!--========== END JAVASCRIPTS ==========-->
</body>
<!-- End Body -->
</html>