-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
40 lines (36 loc) · 1.54 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
<?php $active=1; ?>
<?php require("htmlhead.php"); ?>
<section class="cover">
<!-- <img src="img/img_homescreen.jpg"> -->
<!-- carousel -->
<div id="carousel-home" class="carousel slide" data-ride="carousel">
<!-- <ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul> -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/img_homescreen.jpg" alt="Aragani 1" width="1920" height="500">
</div>
<div class="carousel-item">
<img src="img/img_homescreen2.jpg" alt="Aragani 2" width="1920" height="500">
</div>
<!-- <div class="carousel-item">
<img src="img/img_homescreen.jpg" alt="Aragani 3" width="1100" height="500">
</div> -->
</div>
<a class="carousel-control-prev" href="#carousel-home" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#carousel-home" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</section>
<section class="isi row justify-content-center no-gutters">
<h1 class="title orange text-center">Selamat datang!</h1>
<div class="w-100"></div>
<p class="penjelasan col-md-8 align-self-center text-center">Ajang Olahraga dan Seni (Aragani) oleh Universitas Ciputra. Lomba di berbagai bidang untuk pelajar tingkat SMA dan Universitas sebagai wadah kreativitas anak muda yang positif.</p>
</section>
<?php require("htmlfooter.php") ?>