-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
39 lines (39 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<?php $title = 'Apache HTTP server'; include './header.inc' ?>
<body>
<?php $select = 1; include './menu.inc' ?>
<div class="index-container-intro">
<h1>Apache HTTP Server</h1>
<img class="index-container-img" src="images/server-icon.png" alt="Server icon">
</div>
<div class="index-background-image">
<div class="index-container">
<p>Apache is a free and open-source software that allows users to deploy their websites on the internet. It is one of the oldest and most reliable web server software maintained by the Apache Software Foundation, with the first version released in 1995.<br></p>
<div class="index-video">
<div>
<a class="show-tooltip" href="https://www.youtube.com/watch?v=vYuctGw5dBc" target="_blank">Part A Video Tour</a>
<p class="tooltip">Project Video Part A</p>
</div>
<div>
<a class="show-tooltip" href="https://www.youtube.com/watch?v=IRkolhiP04k" target="_blank">Part B Video Tour</a>
<p class="tooltip">Project Video Part B</p>
</div>
</div>
</div>
<div class="index-flex-container">
<div class="box-index">
<h1 class="ee">Secure, Fast.</h1>
<h2>Packed with features to speed up you'r server</h2>
<img class="index-bottom-image" src="images/Lock.png" alt="Security Image">
</div>
<div class="box-index">
<h1 class="rightflxbx">Free to use and highly reliable</h1>
<h2>The most popular open source software web server</h2>
<img class="index-bottom-image" src="images/handshake.png" alt="Apache Graphic2">
</div>
</div>
</div>
<?php include './footer.inc'; ?>
</body>
</html>