-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
52 lines (49 loc) · 1.77 KB
/
index.php
File metadata and controls
52 lines (49 loc) · 1.77 KB
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
<?php include "root/db.php" ?>
<?php include "root/header.php" ?>
<!-- Preloader -->
<div class="preeloader">
<div class="preloader-spinner"></div>
</div>
<!-- End Preloader -->
<!-- Color Plate -->
<div class="color-plate ">
<a class="color-plate-icon"><i class="fa fa-cog fa-spin"></i></a>
<h4>Pantheon Deepsight</h4>
<p>Here are same other awesome theme colors.</p>
<span class="color1"></span>
<span class="color2"></span>
<span class="color3"></span>
<span class="color4"></span>
</div>
<!-- /End Color Plate -->
<!--Navigation-->
<?php include "root/nav.php" ?>
<!--Hero header start-->
<section class="hero-header primary-header slider-header" id="home">
<div class="container">
<div class="row">
<div class="col-lg-5 col-12">
<div class="hero-header-content">
<p><b>Join Pantheon if you already haven't!</b></p>
<h1>Welcome Back to <b>Pantheon.</b></h1>
<p style="font-size: large;">
A simple, fun & creative way to capture, share & post photos, information & messages with the community.<br>
We strive to bring technical people from all fields together in a safe and supportive community.
</p>
<div class="button">
<a href="login.php" class="btn primary"><i class="lni-play"></i> Login</a>
<a href="register.php" class="btn btn-secondary">Register</a>
</div>
</div>
</div>
<div class="col-lg-7 col-12">
<div class="hero-header-image">
<img class="img-responsive" src="img/hero-image.jpg" alt="#">
</div>
</div>
</div>
</div>
</section>
<!--Hero header end-->
<!--Footer-->
<?php include "root/footer.php" ?>