-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
24 lines (17 loc) · 966 Bytes
/
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
<style type=text/css> .header {
background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/sigiriya.jpg);}
</style>
<?php $title = 'Home - '; ?>
<?php require_once('inc/header.php'); ?>
<div class="text-box">
<h1>Make it simple. But significant</h1>
<p>We are Greenvibes Technologies. A team with a diversified and forward thinking capabilities in the field of software with <br>the elements of creating unique solutions.</p>
<a href="#content" class="visit-btn">Visit us</a>
</div>
</section>
<body>
<section class="content" id="content">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae voluptatum tempore, non, perferendis reiciendis ratione, ut tenetur exercitationem voluptatibus quisquam ex sint veritatis mollitia fugit laudantium. Accusantium, illo! Adipisci, aut!</p>
</section>
<?php require_once('inc/latest-post.php'); ?>
<?php require_once('inc/footer.php'); ?>