-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwork.html
67 lines (64 loc) · 1.64 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
html {
background-color: black;
}
.navbar {
top: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
padding: 20px;
}
.navbar a {
color: white;
text-decoration: none;
padding: 10px 10px;
}
.navbar a:hover {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 5px;
}
p{
color: white;
}
</style>
</head>
<body>
<div class="navbar">
<a href="./index.html">Home</a>
<a href="#contact">About</a>
<a href="./members.html">Members</a>
<a href="./work.html">Our works</a>
<a href="./our.html">Contact Us</a>
<a href="./adoconnect.html">AdoConnect</a>
<a href="./login.html">Connect with us</a>
</div>
<div class="header">
<div class="img-parent">
<div class="img">
<video
src="./Help them Help us.mp4"
autoplay
loop
muted
width="100%"
></video>
</div>
</div>
<p>
<video src="./p.mp4" autoplay loop muted height="150px"></video>
</p>
<p>
<video src="./A Pawsitive Change in Our Neighborhood.mp4" autoplay loop muted height="550px"></video>
</p>
<p>
<video src="./CAT.mp4" autoplay loop muted height="500px"></video>
</p>
</div>
</body>
</html>