-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
48 lines (29 loc) · 1.22 KB
/
home.html
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
<!DOCTYPE html>
<html lang="en-US">
<style>
</style>
<head>
<link rel="stylesheet" href="style.css">
<i class="fa fa-user"></i>
</head>
<body>
<div class="tabs">
<ul class="tabs-list">
<p>
<h1>Infinite Diabolo</h1>
<a href="home.html"> Home | </a>
<a href="about.html"> About | </a>
<a href="performances.html"> Performances </a>
<h1>What is Infinite Diabolo?</h1>
Infinite Diabolo is an organization that aspires to spark an interest to expand the world of diabolo!
Founded in 2019 and based in MD.
</p>
<img src= "final pose.jpg" height=200 width= 300 alt= "final pose">
<img src= "infinite diabolo banner.png" height=180 width= 300 alt= "banner">
</ul>
</div>
<div class="footer">
<a href="https://www.instagram.com/infinite.diabolo/"> Instagram: @infinite.diabolo </a>
</div>
</body>
</html>