-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
195 lines (162 loc) · 7.22 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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uni-demo</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="header" style="background-image: url(images/course-header.jpg);">
<nav>
<a href="index.html"><img src="images/logo.jpg" alt="" srcset=""></a>
<div class="nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./course.html">Course</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<div class="text-box">
<h1>Leading educational institute</h1>
<p>
We are the leading private sector educational institute for marine scienses in the country.
</p>
<a href="./about.html"class="hero-btn">Visit us to know more</a>
</div>
</section>
<!-- ---course--- -->
<section class="course">
<h1>Courses we offer</h1>
<p>we are now offering classes for Bachelor Degrees , Diplomas and NVQ Certificate Level course subjects.</p>
<div class="row">
<div class="course-col">
<h3>Bachelors Degree</h3>
<p>all marine programs in Bachelor's Degree level are conducted.</p>
</div>
<div class="course-col">
<h3>Diploma Level</h3>
<p>all marine programs in Higher National Diploma level are conducted.</p>
</div>
<div class="course-col">
<h3>Certificate Level</h3>
<p>all marine programs in Sri Lankan Government NVQ certified level are conducted.</p>
</div>
</div>
</section>
<!-- ---campus -->
<section class="campus">
<h1>Our Institute Branches</h1>
<p>
Our institute has currently opened and operating branches in falowing areas.
</p>
<div class="row">
<div class="campus-col">
<img src="images/matara.jpg" alt="institute image" >
<div class="layer">
<h3> MATARA </h3>
</div>
</div>
<div class="campus-col">
<img src="images/kalpitiya.jpg" alt="institute image" >
<div class="layer">
<h3> KALPITIYA</h3>
</div>
</div>
<div class="campus-col">
<img src="images/trinco.jpg" alt="institute image" >
<div class="layer">
<h3> TRINCOMALEE </h3>
</div>
</div>
</div>
</section>
<!-- facilities -->
<section class="facilities">
<h1>Our Facilities</h1>
<p>We provides unparallel level facilities to our students including class rooms, laborataries, accomodation and food.</p>
<div class="row">
<div class="facilities-col">
<img src="images/library.jpg" alt="library">
<h3>World Class Libary</h3>
<p>A large 4 story library building is situated in the institute premises. It contains vast amount of boks ,papers ,researches and digital media covering all subjects. Its capable of accomodating upto 2000 students at once.</p>
</div>
<div class="facilities-col">
<img src="images/lab.jpg" alt="library">
<h3>Premium Laboratary</h3>
<p>4 main laborataries with latest technology and modern laboratary equipments provides research and testing facilities to the students.</p>
</div>
<div class="facilities-col">
<img src="images/gym.jpg" alt="library">
<h3>Larger Gymnasium</h3>
<p>With the intensions to keep students life more balanced and aactive one, We provides facilities to engage in sport activities.</p>
</div>
</div>
</section>
<section class="testimonials">
<h1>What our Students Say</h1>
<p>here are some thoughts of our students about the institute.</p>
<div class="row">
<div class="testimonials-col">
<img src="images/user1.jpg" alt="user">
<div>
<p> B.Sc (Hons) in Maritime Transport Management and Logistics Degree Program provided not only the academic rigor but also professional escalation which helped me to kick-start my career at Port Industry which I adorned the most. <br> <br> I got confident with the eminent panel of lecturers both from the academic sector as well as from the industry.</p>
<h3>Lele Pons</h3>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
</div>
<div class="testimonials-col">
<img src="images/user2.jpg" alt="user">
<div>
<p>The practical knowledge and industry exposure along with the diverse modules taught enhanced my acumen in aspects of oceangraphy . <br> As the graduates from the first batch of the degree program, I sincerely thank Ocean Acedamy for the tremendous efforts put forth to narrate us in the beauty of the Maritime and Logistics Industry.</p>
<h3>Inana Sirkis</h3>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
</div>
</div>
</div>
</section>
<!-- call to action -->
<section class="cta" style="background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/cta.jpg);">
<h1>Enroll For Our Courses</h1>
<a href="./course.html" class="hero-btn">CONTACT US</a>
</section>
<!-- --------footer -->
<section class="footer">
<h4>About Us</h4>
<p>This is a demo web site built for learning purpose only</p>
<p>All the images included are taken from -<a href="http://www.google.com"> www.google.com</a></p>
<div class="icons">
<a href="https://[email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="https://github.com/theekshanamadumal" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/theekshana-madumal-047261177" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/theekshana.madumal" target="_blank"><i class="fa fa-facebook"></i></a>
</div>
<p>made with <i class="fa fa-heart-o"></i> by theekshana</p>
</section>
<!-- ----js for toggle navbar------ -->
<script>
var navLinks=document.getElementById("navLinks") ;
function showMenu() {
navLinks.style.right="0"
}
function hideMenu() {
navLinks.style.right="-200px"
}
</script>
</body>
</html>