login website
This commit is contained in:
parent
5aa45faa0c
commit
5ef2c107cb
@ -2651,7 +2651,18 @@ a.text-light:hover {
|
||||
visibility: inherit;
|
||||
z-index: 20;*/
|
||||
}
|
||||
|
||||
.eduimgbg{
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(../images/eduimg.png);
|
||||
background-size: cover;
|
||||
background-position: center top;
|
||||
|
||||
/*width: 100%;
|
||||
height: 100%;*/
|
||||
/*opacity: 0.9;
|
||||
visibility: inherit;
|
||||
z-index: 20;*/
|
||||
}
|
||||
.bg-black {
|
||||
background: #2C2F3B !important;
|
||||
color: #ffffff;
|
||||
|
||||
BIN
Apollo/assets/images/eduimg.png
Normal file
BIN
Apollo/assets/images/eduimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 280 KiB |
@ -8,11 +8,11 @@
|
||||
/*.carousel-indicators li {
|
||||
border:1px solid #000 !important;
|
||||
}*/
|
||||
.carousel-indicators
|
||||
/*.carousel-indicators
|
||||
{
|
||||
position:fixed !important;
|
||||
|
||||
}
|
||||
}*/
|
||||
.glyphicon-chevron-right:before{
|
||||
margin-left: -16px;
|
||||
}
|
||||
@ -20,14 +20,14 @@
|
||||
margin-top: 67px;
|
||||
margin-bottom: 90px;
|
||||
}
|
||||
.carousel-control.right{
|
||||
/*.carousel-control.right{
|
||||
position: fixed;
|
||||
right: 428px;
|
||||
}
|
||||
.carousel-control.left{
|
||||
position: fixed;
|
||||
left: 95px;
|
||||
}
|
||||
}*/
|
||||
.carousel-inner {
|
||||
position: inherit !important;
|
||||
/*overflow:visible !important;*/
|
||||
@ -52,15 +52,208 @@
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
||||
/**********navbar css start*************/
|
||||
/* Add a black background color to the top navigation */
|
||||
.topnav {
|
||||
height: 80px;
|
||||
top:0;
|
||||
/*background-color: #333;*/
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
background: rgba(34,34,34,0.9);
|
||||
/*box-shadow: 0 10px 20px rgba(50,50,50,.95);*/
|
||||
}
|
||||
|
||||
/* Style the links inside the navigation bar */
|
||||
.topnav a {
|
||||
margin-right: 30px;
|
||||
float: right;
|
||||
display: block;
|
||||
color: #f2f2f2;
|
||||
text-align: center;
|
||||
padding: 28px 15px;
|
||||
text-decoration: none;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
/* Change the color of links on hover */
|
||||
.topnav a:hover {
|
||||
background-color: #ddd;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Add an active class to highlight the current page */
|
||||
.active {
|
||||
background-color: rgba(31, 27, 24, 0.72);
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Hide the link that should open and close the topnav on small screens */
|
||||
.topnav .icon {
|
||||
display: none;
|
||||
}
|
||||
/*********** navbar css end************/
|
||||
/*
|
||||
.footer1 {
|
||||
background: #fff url("../images/footer/footer-bg.png") repeat scroll left top;
|
||||
padding-top: 40px;
|
||||
padding-right: 0;
|
||||
padding-bottom: 20px;
|
||||
padding-left: 0;
|
||||
}*/
|
||||
|
||||
|
||||
/*
|
||||
.title-widget {
|
||||
color: #898989;
|
||||
font-size: 20px;
|
||||
font-weight: 300;
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
font-family: 'Fjalla One', sans-serif;
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 25px;
|
||||
margin-left: 0;
|
||||
padding-left: 28px;
|
||||
}
|
||||
|
||||
.title-widget::before {
|
||||
background-color: #ea5644;
|
||||
content: "";
|
||||
height: 22px;
|
||||
left: 0px;
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.widget_nav_menu ul {
|
||||
list-style: outside none none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.widget_archive ul li {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
content: "";
|
||||
height: 3px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
|
||||
.widget_nav_menu ul li {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
line-height: 20px;
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
||||
margin-bottom: 7px;
|
||||
padding-bottom: 7px;
|
||||
width:95%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.title-median {
|
||||
color: #636363;
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
margin: 0 0 15px;
|
||||
text-transform: uppercase;
|
||||
font-family: 'Fjalla One', sans-serif;
|
||||
}
|
||||
|
||||
.footerp p {font-family: 'Gudea', sans-serif; }
|
||||
|
||||
|
||||
#social:hover {
|
||||
-webkit-transform:scale(1.1);
|
||||
-moz-transform:scale(1.1);
|
||||
-o-transform:scale(1.1);
|
||||
}
|
||||
#social {
|
||||
-webkit-transform:scale(0.8);*/
|
||||
/* Browser Variations: */
|
||||
/*-moz-transform:scale(0.8);
|
||||
-o-transform:scale(0.8);
|
||||
-webkit-transition-duration: 0.5s;
|
||||
-moz-transition-duration: 0.5s;
|
||||
-o-transition-duration: 0.5s;
|
||||
} */
|
||||
/*
|
||||
Only Needed in Multi-Coloured Variation
|
||||
*/
|
||||
/*.social-fb:hover {
|
||||
color: #3B5998;
|
||||
}
|
||||
.social-tw:hover {
|
||||
color: #4099FF;
|
||||
}
|
||||
.social-gp:hover {
|
||||
color: #d34836;
|
||||
}
|
||||
.social-em:hover {
|
||||
color: #f39c12;
|
||||
}
|
||||
.nomargin { margin:0px; padding:0px;}*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.footer-bottom {
|
||||
background-color: rgba(34,34,34,0.9);
|
||||
min-height: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
.copyright {
|
||||
color: #fff;
|
||||
line-height: 30px;
|
||||
min-height: 30px;
|
||||
padding: 7px 0;
|
||||
}
|
||||
.design {
|
||||
color: #fff;
|
||||
line-height: 30px;
|
||||
min-height: 30px;
|
||||
padding: 7px 0;
|
||||
text-align: right;
|
||||
}
|
||||
.design a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<header>
|
||||
|
||||
<div class="topnav" id="myTopnav">
|
||||
|
||||
<a href="#contact">Contact</a>
|
||||
<a href="#about">About Us</a>
|
||||
<a href="#home" class="active">Home</a>
|
||||
<!--<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||
<i class="fa fa-bars"></i>
|
||||
</a>-->
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div ng-controller="loginCtrl">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="row" style="margin-top: 50px;" id="home">
|
||||
|
||||
|
||||
<!-- Start: View Of Announcement -->
|
||||
@ -149,11 +342,298 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--abouts starts-->
|
||||
<section id="about" style="margin-left: 110px; margin-right: 110px;">
|
||||
|
||||
<div class="row" style="background-color:burlywood;">
|
||||
<div>
|
||||
<h1 style="text-align:center;font-weight: 400;margin-top: 40px;color: rgb(24, 24, 25);"><b style="border-bottom: 3px solid #8183cc;width:30px;">About Us</b></h1>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<div class="eduimgbg" style="height:500px;margin-top: 58px;"></div>
|
||||
</div>
|
||||
<div class="col-md-7" style="line-height:18px;padding:35px;color: white;
|
||||
text-align: justify;">
|
||||
<div>
|
||||
Education is the only way to abolish poverty in our nation.
|
||||
There are several educationists that have fought a good fight
|
||||
against illiteracy. Although the battle is still on, there are miles to go.
|
||||
Gone are the days when education was viewed as a service to the mankind.
|
||||
Today the <span style="color:black;">Distance Education in India</span>
|
||||
is one of the largest industries with a very high turnover.
|
||||
The changes in foreign policies of the country
|
||||
have also attracted several foreign investors to invest in India
|
||||
hoping for great returns. <br><br>
|
||||
</div>
|
||||
<div>
|
||||
Apollo is one among the few that consider higher education at low cost through
|
||||
<span style="color:black;">Distance Education</span> Wing still as a service rendered to mankind.
|
||||
The ISO 9001:2008 certified institution strives to provide quality higher
|
||||
education to the Indian students via <span style="color:black;">distance learning</span> mode. With its head
|
||||
quarters in Chennai, it is best institute for <span style="color:black;">Distance Education in India,</span>
|
||||
the institution offers various <span style="color:black;">B Tech Distance Education, M Tech Distance Education,
|
||||
Diploma Distance Education</span> and<span style="color:black;"> MBA Correspondence </span> and <span style="color:black;">MCA Correspondence courses </span>
|
||||
accredited by various universities in india with the view of empowering students
|
||||
with the best of knowledge and enhance their employability.<br><br>
|
||||
</div>
|
||||
<div>
|
||||
Apollo offered the disciplines <span style="color:black;"> B Tech and M Tech distance education</span>
|
||||
courses is wide and students can choose the one which best suits for them.
|
||||
Top engineering courses like Electronics and Communication Engineering,
|
||||
Electronics and Electrical Engineering, Computer Science Engineering,
|
||||
Information Technology, Mechanical Engineering,
|
||||
Civil Engineering and much more are offered at top distance education
|
||||
universities in India. The range of courses is even wider in case of
|
||||
<span style="color:black;"> M Tech Distance education</span>. Apart from regular courses, research
|
||||
course is also offered under part time education.<br>
|
||||
<br>
|
||||
</div>
|
||||
<div>
|
||||
Apollo was established in the year 1999,
|
||||
in order to provide high quality education under
|
||||
the <span style="color:black;">distance education / distance learning / correspondence</span> method to
|
||||
students. The college focuses on students that wish to pursue higher
|
||||
education but are unable to attend the regular colleges due to various
|
||||
reasons. One other lot that benefits from the institution is the employed
|
||||
ones that look forward to qualify themselves for promotions and gain additional
|
||||
knowledge over their domain.
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!--abouts ends-->
|
||||
|
||||
<!--Contact Us starts-->
|
||||
<section id="contact" style="margin:20px 95px 30px 95px;line-height:30px;">
|
||||
<div>
|
||||
<h1 style="text-align:center;font-weight: 400;margin-top: 40px;color: rgb(24, 24, 25);"><b style="border-bottom: 3px solid #8183cc;width:30px;">Contact Us</b></h1>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-md-offset-2">
|
||||
<div>
|
||||
<h4 style="font-weight: 400;margin-top: 40px;color: rgb(24, 24, 25);"><b style="border-bottom: 3px solid #8183cc;width:30px;">Anna Salai Branch</b></h4>
|
||||
</div>
|
||||
<span><i class="fa fa-location-arrow"></i> Centre Plaza, Second Floor,<br>
|
||||
Near Anna Statue in Mount Road<br>
|
||||
No.7, Anna Salai, Chennai - 600 002.</span><br>
|
||||
<span><i class="fa fa-mobile-phone"></i> 6936548452</span><br>
|
||||
<span><i class="fa fa-envelope"></i> apollo@gmail.com</span><br>
|
||||
<span><i class="fa fa-link"></i> http://apollo.com</span>
|
||||
</div>
|
||||
<div class="col-md-4 col-md-offset-2">
|
||||
<div>
|
||||
<h4 style="font-weight: 400;margin-top: 40px;color: rgb(24, 24, 25);"><b style="border-bottom: 3px solid #8183cc;width:30px;">Guindy Branch</b></h4>
|
||||
</div>
|
||||
<span><i class="fa fa-location-arrow"></i> Centre Plaza, Second Floor,<br>
|
||||
Near Guindy in Mount Road<br>
|
||||
No.7, Anna Salai, Chennai - 600 002.</span><br>
|
||||
<span><i class="fa fa-mobile-phone"></i> 6936548452</span><br>
|
||||
<span><i class="fa fa-envelope"></i> apollo@gmail.com</span><br>
|
||||
<span><i class="fa fa-link"></i> http://apollo.com</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin-top:10px;">
|
||||
<div class="col-md-4 col-md-offset-2">
|
||||
<div>
|
||||
<h4 style="font-weight: 400;margin-top: 40px;color: rgb(24, 24, 25);"><b style="border-bottom: 3px solid #8183cc;width:30px;">Saidapet Branch</b></h4>
|
||||
</div>
|
||||
<span><i class="fa fa-location-arrow"></i> Centre Plaza, Second Floor,<br>
|
||||
Near Saidapet in Mount Road<br>
|
||||
No.7, Anna Salai, Chennai - 600 002.</span><br>
|
||||
<span><i class="fa fa-mobile-phone"></i> 6936548452</span><br>
|
||||
<span><i class="fa fa-envelope"></i> apollo@gmail.com</span><br>
|
||||
<span><i class="fa fa-link"></i> http://apollo.com</span>
|
||||
</div>
|
||||
<div class="col-md-4 col-md-offset-2">
|
||||
<div>
|
||||
<h4 style="font-weight: 400;margin-top: 40px;color: rgb(24, 24, 25);"><b style="border-bottom: 3px solid #8183cc;width:30px;">Tambaram Branch</b></h4>
|
||||
</div>
|
||||
<span><i class="fa fa-location-arrow"></i> Centre Plaza, Second Floor,<br>
|
||||
Near Tambaram in Mount Road<br>
|
||||
No.7, Anna Salai, Chennai - 600 002.</span><br>
|
||||
<span><i class="fa fa-mobile-phone"></i> 6936548452</span><br>
|
||||
<span><i class="fa fa-envelope"></i> apollo@gmail.com</span><br>
|
||||
<span><i class="fa fa-link"></i> http://apollo.com</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Contact Us ends-->
|
||||
|
||||
|
||||
<!--footer-->
|
||||
<!--<footer class="footer1">
|
||||
<div class="container">
|
||||
|
||||
<div class="row">-->
|
||||
<!-- widgets column left -->
|
||||
<!--<div class="col-lg-3 col-md-3">
|
||||
<ul class="list-unstyled clear-margins">
|
||||
|
||||
<li class="widget-container widget_nav_menu">
|
||||
|
||||
<h1 class="title-widget">Useful links</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> About Us</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Contact Us</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Success Stories</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> PG Courses</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Achiever's Batch</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Regular Batch</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Test & Discussion</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Fast Track T & D</a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>-->
|
||||
<!-- widgets column left end -->
|
||||
|
||||
|
||||
|
||||
<!-- widgets column left -->
|
||||
<!--<div class="col-lg-3 col-md-3">
|
||||
|
||||
<ul class="list-unstyled clear-margins">
|
||||
|
||||
<li class="widget-container widget_nav_menu">
|
||||
|
||||
<h1 class="title-widget">Useful links</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Test Series Schedule</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Postal Coaching</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> PG Dr. Bhatia Books</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> UG Courses</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Satellite Education</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Study Centres</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> State P.G. Mocks</a></li>
|
||||
<li><a href="#" target="_blank"><i class="fa fa-angle-double-right"></i> Results</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>-->
|
||||
<!-- widgets column left end -->
|
||||
|
||||
|
||||
|
||||
<!-- widgets column left -->
|
||||
<!--<div class="col-lg-3 col-md-3">
|
||||
|
||||
<ul class="list-unstyled clear-margins">
|
||||
|
||||
<li class="widget-container widget_nav_menu">
|
||||
|
||||
<h1 class="title-widget">Useful links</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Enquiry Form</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Online Test Series</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Grand Tests Series</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Subject Wise Test Series</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Smart Book</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Test Centres</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Admission Form</a></li>
|
||||
<li><a href="#"><i class="fa fa-angle-double-right"></i> Computer Live Test</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>-->
|
||||
<!-- widgets column left end -->
|
||||
|
||||
|
||||
<!--widgets column center--> <!--<div class="col-lg-3 col-md-3">
|
||||
|
||||
|
||||
|
||||
<ul class="list-unstyled clear-margins">
|
||||
|
||||
<li class="widget-container widget_recent_news">
|
||||
|
||||
<h1 class="title-widget">Contact Detail </h1>
|
||||
|
||||
<div class="footerp">
|
||||
|
||||
<h2 class="title-median">Webenlance Pvt. Ltd.</h2>
|
||||
<p><b>Email id:</b> <a href="mailto:info@webenlance.com">info@webenlance.com</a></p>
|
||||
<p><b>Helpline Numbers </b>
|
||||
|
||||
<b style="color:#ffc106;">(8AM to 10PM):</b> +91-8130890090, +91-8130190010 </p>
|
||||
|
||||
<p><b>Corp Office / Postal Address</b></p>
|
||||
<p><b>Phone Numbers : </b>7042827160, </p>
|
||||
<p> 011-27568832, 9868387223</p>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
|
||||
<ul class="nomargin">
|
||||
|
||||
<a href="https://www.facebook.com/bootsnipp"><i class="fa fa-facebook-square fa-3x social-fb" id="social"></i></a>
|
||||
<a href="https://twitter.com/bootsnipp"><i class="fa fa-twitter-square fa-3x social-tw" id="social"></i></a>
|
||||
<a href="https://plus.google.com/+Bootsnipp-page"><i class="fa fa-google-plus-square fa-3x social-gp" id="social"></i></a>
|
||||
<a href="mailto:bootsnipp@gmail.com"><i class="fa fa-envelope-square fa-3x social-em" id="social"></i></a>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>-->
|
||||
<!--header-->
|
||||
|
||||
<div class="footer-bottom">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
|
||||
|
||||
<div class="copyright">
|
||||
|
||||
© 2018 VENBA INFORMATION TECHNOLOGY. All rights reserved
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!--<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
|
||||
|
||||
<div class="design">
|
||||
|
||||
<a href="#">Franchisee </a> | <a target="_blank" href="http://www.webenlance.com">Web Design & Development by Webenlance</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>-->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user