-
Notifications
You must be signed in to change notification settings - Fork 0
/
campusLife.html
127 lines (106 loc) · 4.97 KB
/
campusLife.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Translate includes -->
<!-- End Google Translate Includes -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/utilities.css">
<title>Greenhill | Bilingual College</title>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<div class="container flex">
<img class="logo"src="images/logos/logo.png" alt="Greenhill logo">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="campusLife.html">Campus</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
</div>
</div>
<!-- END Navbar -->
<!-- Head -->
<section class="features-head bg-primary py-3">
<div class="container grid">
<div>
<h1 class="xl">Facilities</h1>
<p class="lead">
View our top of the line amenities that distinguish Greenhill from other bilingual schools, located in the beautiful region of Huila Colombia.
</p>
</div>
<img src="images/server.png" alt="">
</div>
</section>
<!-- Sub Head -->
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">English +++</h1>
<p>
Here at Greenhill, we believe that language is the <strong>Heart</strong> of education. Our Students include Language acquisition in all areas of study. Discover English, Manderin and German in an immerssive environment today!
</p>
</div>
<img src="images/server2.png" alt="">
</div>
</section>
<!-- Third Section -->
<section class="features-main my-2">
<div class="container grid grid-3">
<div class="card flex">
<i class="fas fa-server fa-3x"></i>
<p>This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!</p>
</div>
<div class="card flex">
<i class="fas fa-database fa-3x"></i>
<p>This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!</p>
</div>
<div class="card flex">
<i class="fas fa-power-off fa-3x"></i>
<p>This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!</p>
</div>
<div class="card flex">
<i class="fas fa-network-wired fa-3x"></i>
<p>This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!</p>
</div>
<div class="card flex">
<i class="fas fa-laptop-medical fa-3x"></i>
<p>This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!</p>
</div>
<div class="card flex">
<i class="fas fa-leaf fa-3x"></i>
<p>This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!This is going to be some awesome text!</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-dark py-5">
<div class="container grid grid-3">
<div>
<h1>Greenhill Bilingual School</h1>
<p>Copyright © 2021</p>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="campusLife.html">Campus</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<div class="social">
<a href="#"><i class="fab fa-github fa-2x"></i></a>
<a href="#"><i class="fab fa-facebook fa-2x"></i></a>
<a href="#"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#"><i class="fab fa-twitter fa-2x"></i></a>
</div>
</div>
</footer>
</body>
</html>