-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
183 lines (166 loc) · 7.75 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FCIH Helwan</title>
<!-- Latest compiled and minified CSS -->
<link href="css/bootstrap-5.0.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/e6688e278c.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" href="images/assets/logo.png">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="navbar">
<div class="logo">
<a href=""><img src="images/assets/helwan.jpg" alt="" width="80px"></a>
</div>
<nav class="the rest">
<ul id="MenuItems">
<li><a href="views/register_login_form.php" title="account"><i class="fas fa-user-alt"></i></a></li>
<li><a href="" title="contact us"><i class="fas fa-phone"></i></a></li>
<li><a href="" title="about us"><i class="fas fa-info"></i></a></li>
</ul>
</nav>
</div>
<div class="container-fluid">
<br><br>
<div class="row">
<br>
<!--END OF NAVIGATION-->
</div>
<div class="row section">
<br><br>
<h1>WE ENSURE A BETTER EDUCATION <br> FOR A BETTER WORLD</h1>
<p>The college is working on preparing a distinguished graduate who is able to
compete in the local and regional labor market
in the fields of computers and information, while contributing to serving
the local community and enriching scientific research.</p>
<a href="views/register_login_form.php"><button class="btn-1">GET STARTED</button></a>
<br><br><br><br><br><br>
<hr>
</div>
<div class="row features" align="center">
<!--FEATURES-->
<h1>Some Features We Offer</h1>
<br><br><br>
<div class="col-4"><button type="button">Practical Exposure</button></div>
<div class="col-4"><button type="button">Bridge Courses</button></div>
<div class="col-4"><button type="button">Huge Library</button></div>
<br><br><br>
<!--END OF FEATURES-->
</div>
<!--END OF SECTION-->
<!--END OF WRAPPER-->
<!-----------------------------------SHOWCASE-------------------------->
<div class="row">
<div class="col-12">
<h1>Major Departments We Have</h1>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<!--img 1 -->
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/cse.jpeg" width="50%" alt="cs">
<div class="card-body">
<h3>Computer Science</h3>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="#"><button class="btn-1">Apply Here</button></a>
</div>
</div>
</div>
</div>
</div>
<!--image2 -->
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/Sw.jpg" width="50%" alt="cs">
<div class="card-body">
<h3>Software engineering</h3>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="#"><button class="btn-1">Apply Here</button></a>
</div>
</div>
</div>
</div>
</div>
<!--image 3-->
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/ai.jpg" width="50%" alt="cs">
<div class="card-body">
<h3>artificial intelligence</h3>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="#"><button class="btn-1">Apply Here</button></a>
</div>
</div>
</div>
</div>
</div>
<!--image 4-->
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/information-system.jpeg" width="50%" alt="cs">
<div class="card-body">
<<h3>Information System</h3>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="#"><button class="btn-1">Apply Here</button></a>
</div>
</div>
</div>
</div>
</div>
<!--image 5-->
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/medical.jpeg" width="50%" alt="cs">
<div class="card-body">
<h3>Medical Science</h3>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="#"><button class="btn-1">Apply Here</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<!--END OF SHOWCASE-->
</div>
</showcase>
<!--END OF SHOWCASE-->
<footer class="bg-dark text-center text-white">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-facebook-f"></i></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-twitter"></i></a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-google"></i></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-instagram"></i></a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-linkedin-in"></i></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-github"></i></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
Copyright © 2021, Code Addict
</div>
<!-- Copyright -->
</footer>
</body>
</html>