-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
61 lines (49 loc) · 2 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
<?php
include ('head.php') ?>
<!-- Header -->
<?php include ('menu.php') ?>
</header>
<!-- Banner -->
<section id="banner">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<header>
<h2>Biologi</h2>
</header>
<p>Segera bergabung dengan kami,<br/> belajar mandiri, dimanapun dan kapanpun, free..!<br />
<footer>
<ul class="buttons vertical">
<li><a href="#main" class="button fit scrolly">Tell Me More</a></li>
</ul>
</footer>
</div>
</section>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-bar-chart-o"></span>
<h2>Kenapa harus bergabung di <strong>Biologi site ?</strong><br />
</h2>
<p>Di <strong>Biologi site</strong> ini kamu bisa belajar secara mandiri, mendownload materi, video, bahkan berdiskusi secara gratis..!<br />
<a href="registrasi.php">Daftar</a> sekarang juga atau<a href="login2.php"> Masuk</a> jika kamu sudah punya akun. Have fun!</p>
</header>
<!-- One -->
<div class="content">
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon circle fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon circle fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon circle fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon circle fa-dribbble"><span class="label">Dribbble</span></a></li>
</ul>
<span class="copyright">© Untitled. All rights reserved. Design: <a href="http://html5up.net">HTML5 UP</a>.</span>
</footer>
</body>
</html>