forked from mriyaspp/packapeer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
admission.html
114 lines (106 loc) · 4.78 KB
/
admission.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
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<title>Packapeer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="image/packapeer-favicon.ico">
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/cssBenifits.css">
<link rel="stylesheet" type="text/css" href="css/styleLoader.css">
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<link rel="stylesheet" type="text/css" href="css/util.css">
<script src="vendor/wow/wow.min.js"></script>
<style>
button {
border: 2px solid #fcc017;
border-radius: 30px;
padding: 12px 35px;
margin-top: 23px;
font-size: .9rem;
background: #191919;
color: #FFF;
font-weight: 700;
margin-bottom: 25px;
}
button:hover{
border: 2px solid #fcc017;
background: #fcc017;
color: #191919 ;
}
</style>
</head>
</head>
<body>
<div class="sticky-top navgray">
<nav class="navbar navbar-expand-md navbar-dark">
<div class="container-fluid">
<a class="navbar-brand w-75" href="index.html"><img class="logo float-left wow zoomIn" src="image/whitelogo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto wow zoomIn">
<li class="nav-item">
<a href="index.html" class="nav-link">Why are you here?</a>
</li>
<li class="nav-item">
<a href="course.html" class="nav-link">Course Plan</a>
</li>
<li class="nav-item">
<a href="benifits.html" class="nav-link">Benefits of our program</a>
</li>
<li class="nav-item">
<a href="apply-now.html" class="nav-link">Apply Now</a>
</li>
<li class="nav-item">
<a href="fee.html" class="nav-link">Fee Structure</a>
</li>
<li class="nav-item">
<a href="" class="nav-link active">Admission Procedure</a>
</li>
<li class="nav-item">
<a href="skillsets.html" class="nav-link">Skill Set</a>
</li>
<li class="nav-item">
<a href="terms.html" class="nav-link">Terms and Conditions</a>
</li>
<li class="nav-item">
<a href="whoweare.html" class="nav-link">Who We Are</a>
</li>
<li class="nav-item">
<a href="contact-us.html" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<section class="module">
<div class="container">
<div class="row">
<div class="col-md-8 m-l-auto m-r-auto" style="margin-top: -16%; text-align: justify;">
<div class="special-heading">
<h1>Admission Procedure</h1>
</div>
<div style="color: #FFFFFF">
<p>All a candidate need to be part of this program is basic English writing and reading skills, simple mathematical operation and common sense :)
</p></br>
<h4>Step 1: </h4><a href="apl-form.html" style="margin-left: 40%;"> <button>Register Here</button></a>
</br>
<p><h4>Step 2: </h4>Based on registration, we will contact for screening test. Screening test will be face to face interview with a duration of 30 minutes to one hour. Based on the test result, candidates will be shortlisted.
</p></br>
<p>20 Seats Only</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>