-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
131 lines (117 loc) · 5.21 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
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
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<head>
<title>InOut 3.0 | Campus Evangelist Program</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="index,follow"/>
<meta name="revisit-after" content="7 days">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<header class="container-fluid header-banner">
<h1 class="main-title">Campus Evangelist Program</h1>
<img class="footer-bubbles" src="images/header-banner/assets-06.png" alt="bubbles" />
<img class="animated-cloud cloud-1" src="images/header-banner/assets-02.png" alt="cloud" />
<img class="animated-cloud cloud-2" src="images/header-banner/assets-02.png" alt="cloud" />
<img class="img-responsive static-image" src="images/header-banner/assets-07.png" alt="Campus Envangelist Program" />
</header>
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-12">
<section class="section-1">
<h2 class="main-title">About</h2>
<p>InOut Campus Evangelist Program is for the students who have a knack in programming and aspire to run or be a part of a club for the same. If you are a passionate individual with ambitious dreams and would like to work with talented group of tech loving people, then the opportunity is right for you. It is a platform where you can make a difference by contributing, but at the same time enhance your marketing skills & expertise.</p>
<p><img class="img-responsive" src="images/header-banner/assets-08.png" alt="about" /></p>
<p>We are in search of a leader with keen interest in starting and building a community.</p>
</section>
</div>
</div>
</div>
</div>
<div class="container-fluid bgl-blue">
<div class="container">
<section class="section-2">
<div class="row">
<div class="col-md-8">
<h2 class="sub-title">InOut Buzz</h2>
<p>Give innovative ideas on your Institute & InOut binding. Engaging in On Ground publicity by putting up the posters in campus. Setting up on-campus activities to spread the word about event.</p>
</div>
<div class="col-md-4 text-right">
<img class="img-responsive" src="images/header-banner/assets-03.png" alt="about" />
</div>
</div>
</section>
</div>
</div>
<div class="container-fluid">
<div class="container">
<section class="section-2">
<div class="row">
<div class="col-md-4">
<img class="img-responsive" src="images/header-banner/assets-04.png" alt="about" />
</div>
<div class="col-md-8 text-right">
<h2 class="sub-title">Find Amazing Hackers</h2>
<p>Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program. Get us the most deserving stream of participants because we make every piece of tech into a plaything.</p>
</div>
</div>
</section>
</div>
</div>
<div class="container-fluid bgl-blue">
<div class="container">
<section class="section-2">
<div class="row">
<div class="col-md-8">
<h2 class="sub-title">Growth Hacking</h2>
<p>Social Media fosters communication. It is an ultimate equalizer giving out a voice and a platform to anyone willing to engage. Create the InOut buzz on Facebook and Twitter handles of your Institute and report to the Student Evangelist Coordinator for feedbacks and insights on every action.</p>
</div>
<div class="col-md-4 text-right">
<img class="img-responsive" src="images/header-banner/assets-05.png" alt="about" />
</div>
</div>
</section>
</div>
</div>
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-12">
<section class="section-1">
<h2 class="main-title">Incentive</h2>
<p><img class="img-responsive" src="images/header-banner/assets-09.png" alt="incentives" /></p>
</section>
</div>
</div>
</div>
</div>
<div class="container-fluid bgl-blue">
<div class="container">
<div class="row">
<div class="col-md-12">
<section class="section-3">
<p class="sub-title">This is your chance, this is your rap.<br/>Stand Out as a leader!</p>
<a href="#" class="btn btn-primary btn-apply">Apply Now</a>
</section>
</div>
</div>
</div>
</div>
<footer id="footer"></footer>
<!-- Java Script -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"
></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Plugins that will be loaded with CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css" />
<script type="text/javascript" src="assets/plugins/ajax-library/jquery.ajaxlibs.js"></script>
<!-- End Plugins that will be loaded with CSS -->
</body>
</html>