-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
77 lines (73 loc) · 2.57 KB
/
about.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>MY WEBSITE</title>
</head>
<body>
<div class="nav">
<img class="logo" src="images/birds.jpg" alt="logo">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="contact us.html">CONTACT US</a>
<a href="gallery.html">GALLERY</a>
</div>
<div class="cont">
<p>
<h1>SQACUS DANCE CREW</h1>
Sqacus dance crew is a crew that was started in the year 2020 <br>This was the period when there was a Covid 19 pandemic <br> and most of the activities were at a stand still.
It started with six members but has now risen <br> to approximately fifty members.
Dance claases are located at Kabarak University <br>FEEL FREE TO JOIN US AND HAVE FUN. <br>
our slogan is; <b> ANYONE CAN DANCE SO EVERYBODY IS A DANCER!!</b> <br>
Our weekly program goes as follows: </p>
<br><br>
<div class="table-container">
<table border="1">
<tr>
<th colspan="4">SQACUS DANCE CREW PROGRAM</th>
</tr>
<tr>
<td>TIME/DAY</td>
<td>8:00 AM-10:00 AM</td>
<td> 1:00 PM-4:00PM</td>
<td>4:00PM-6:00PM</td>
</tr>
<tr>
<td>MONDAY</td>
<td>1st routine</td>
<td></td>
<td></td>
</tr>
<tr>
<td>WEDNESDAY</td>
<td></td>
<td>2nd routine</td>
<td></td>
</tr>
<tr>
<td>FRIDAY</td>
<td></td>
<td></td>
<td>routine rehearsals</td>
</tr>
<tr>
<td>SUNDAY</td>
<td></td>
<td>videography</td>
<td></td>
</tr>
</div>
</div>
<div class="dev">
<img style="width: 300px; height: 400px;" src="images/abby.jpg">
<p style="font-size: 25px;">I'm a third year student at kabarak university taking BBIT <br> and this is my first personal website
for technical assistance <br> you can reach me through <a href="contact us.html">click here</a>
<br>
Copy © [email protected]
</p>
</div>
</body>
</html>