-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
38 lines (32 loc) · 1.5 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
<?php include "assets/html/head.html"; ?>
<title>Minimal Website</title>
<?php include "assets/html/menu.html"; ?>
<div class="mid">
<iframe class="youtube" src="https://www.youtube.com/embed/KMU0tzLwhbE?rel=0" frameborder="0" allowfullscreen></iframe>
<div class="project-container">
<a href="#"><div class="project project-left">
<h1>Tile 1</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div></a>
<a href="#" target="_blank"><div class="project">
<h1>Tile 2</h1>
<p>Duis magna ligula, tincidunt vitae rutrum eu, vehicula porttitor ante.</p>
</div></a>
<a href="#" target="_blank"><div class="project project-left">
<h1>Tile 3</h1>
<p>Sed non arcu id libero tristique feugiat a nec nulla.</p>
</div></a>
<a href="#" target="_blank"><div class="project">
<h1>Tile 4</h1>
<p>Sed tellus metus, consequat eget tellus quis, molestie mollis turpis.</p>
</div></a>
<a href="#" target="_blank"><div class="project project-left">
<h1>Tile 5</h1>
<p>Donec ac nisl pulvinar, fringilla metus eget, sodales nunc.</p>
</div></a>
<a href="#" target="_blank"><div class="project">
<h1>Tile 6</h1>
<p>Cras velit orci, dictum eu lacinia vel, bibendum a leo.</p>
</div></a>
</div>
<?php include "assets/html/footer.html"; ?>