-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathBSSI.html
167 lines (139 loc) · 7.42 KB
/
BSSI.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<title>InternO</title>
<link rel="icon"
type="image/png"
href="images/favicon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap" id="home-section">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-4 js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-md-3 col-xl-4 d-block">
<a href="https://www.ecellvssut.in/interno/"><img src="images/logo.png" alt="" width="157" height="65"></a>
</div>
<div class="col-12 col-md-9 col-xl-8 main-menu">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block ml-0 pl-0">
<li><a href="https://www.ecellvssut.in/interno/" class="nav-link">Home</a></li>
</ul>
</nav>
</div>
<div class="col-6 col-md-9 d-inline-block d-lg-none ml-md-0" ><a href="#" class="site-menu-toggle js-menu-toggle text-black float-right"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div class="site-section bg-light" id="about-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center"><br><br><br>
<img src="images/bssi.png" alt="bssi" class="img-fluid">
</div>
</div>
<div class="row mb-5">
<div class="col-lg-6" data-aos="fade-right">
<h2 class="text-black mb-4 h3 font-weight-bold">What's BSSITECH?</h2>
<p class="mb-4">BSSI Technology Private Limited is a business enterprise based in Bhubaneswar, India. They are dedicated towards providing Web and Android related services to customers across the globe. They are specialised with developing software, mobile applications, website, research, training and on-line marketing. They primarily develop applications which automates day to day work flow of a company or organization and makes their growth easier and focus generating ideas, concept testing, business and market analysis, actual development of the product.
</p>
<h2 class="text-black mb-4 h3 font-weight-bold">Types of role available:</h2>
<p class="mb-4">Web and App Development , UI/UX Design, Graphic designing, Content development, Product Development, web development, Digital marketing .
</p>
<h2 class="text-black mb-4 h3 font-weight-bold">Duration:</h2>
<p class="mb-4">2-4 Months.
</p>
</div>
<div class="col-lg-5 ml-auto pl-lg-5" data-aos="fade-left">
<h2 class="text-black mb-4 h3 font-weight-bold">Why Choose Us?</h2>
<ul class="ul-check mb-5 list-unstyled success">
<li>Have economical solutions based on detailed study and well-designed strategy </li>
<li>Use the combination of creativity & technology to attain preferable outcome</li>
<li>Use the latest technologies integrated with customized applications, web-friendly colors, quality animation s, flash movies and exclusive graphics while rendering complete, concrete & perfect web solutions.</li>
</ul>
<h2 class="text-black mb-4 h3 font-weight-bold">Types of internship:</h2>
<p class="mb-4">Offline</p>
<h2 class="text-black mb-4 h3 font-weight-bold">Stipend:</h2>
<p class="mb-4">paid (varies from intern to intern).
</p>
</div>
<div class="col-12 text-center"><br><br><br>
<p class="mb-4">Visit us at: <a href="http://www.bssitech.com/" target="_blank">http://www.bssitech.com/</a></p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSebdbjcTaSdxWMNNV9g7061VLbldXY_y-VRL_D7QqhMJaqK7g/viewform?usp=sf_link" class="btn btn-primary mr-2 mb-2" target="_blank">Apply Here</a>
</div>
</div>
</div>
</div>
<div class="footer py-5 text-center">
<div class="container">
<div class="row mb-5">
<div class="col-lg-6 col-md-6 footer-info">
<a href="https://www.ecellvssut.in/interno/">
<h1 style="color: #35bf64; font-weight: bolder;font-size: 100px">InternO</h1></a>
</div>
<div class="col-lg-6 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Veer Surendra Sai University of Technology, Burla <br>
Sambalpur, Odisha 768018<br>
India <br>
<strong>Phone:</strong> +91 80185 55755 , +91 91772 15606<br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="mb-0">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | InternO
<br>
Designed by <a href="https://www.ecellvssut.in" target="_blank">E-CELL VSSUT, Burla</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/main.js"></script>
</body>
</html>