-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo page.html
100 lines (88 loc) · 3.8 KB
/
video page.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
ō <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QR WEDS</title>
<link rel="shortcut icon" href="logo 2.png" type="image/x-icon">
<link rel="stylesheet" href="style vid.css">
</head>
<body>
<nav>
<div > <img class="logoph" src="logo 2.png" ></img></div>
<div class="logo"><i>QR WEDS</i></div>
<ul>
<li><a href="index.html" target="main">Home</a></li>
<li><a href="card.html" target="main">Cards</a></li>
<li><a href="video page.html" target="main">Video</a></li>
<li><a href="index qr.html" target="main">Qr Design</a></li>
<li><a href="pho.html" target="main">photography</a></li>
<li><a href="courier.html" target="main">courier</a></li>
<li><a href="registration.html" target="main">Login/Register</a></li>
</ul>
</a>
</nav>
<section class="venue" id="venue">
<div class="title">
<h1><span></span>ideos<span></h1>
</div>
<div class="venue-list">
<div class="venue-box">
<img class="image-item" src="Screenshot (1511).png" ></img>
<div class="venue-info">
<h2>Hindu Videos</h2>
<a href="hindu vid.html"><button class="btn">More Videos</button></a>
</div>
</div>
<div class="venue-box">
<img class="image-item" src="Screenshot (1514).png" ></img>
<div class="venue-info">
<h2>Muslim Videos</h2>
<a href="muslim vid.html"><button class="btn">More Videos</button></a>
</div>
</div>
<div class="venue-box">
<img class="image-item" src="Screenshot (1513).png" ></img>
<div class="venue-info">
<h2>Christian Videos</h2>
<a href="christian vid.html"><button class="btn">More Videos</button></a>
</div>
</div>
<div class="venue-box">
<img class="image-item" src="Screenshot (1512).png" ></img>
<div class="venue-info">
<h2>Buddhist Videos</h2>
<a href=" "><button class="btn">More Videos</button></a>
</div>
</div>
<div class="venue-box">
<img class="image-item" src="Screenshot (1515).png" ></img>
<div class="venue-info">
<h2>Ring Ceremony</h2>
<a href=" "><button class="btn">More Videos</button></a>
</div>
</div>
<div class="venue-box">
<img class="image-item" src="Screenshot (1513).png" ></img>
<div class="venue-info">
<h2>Father's Day</h2>
<a href=" "><button class="btn">More Videos</button></a>
</div>
</div>
<div class="venue-box">
<img class="image-item" src="Screenshot (1515).png" ></img>
<div class="venue-info">
<h2>Mother's Day</h2>
<a href=" "><button class="btn">More Videos</button></a>
</div>
</div>
<div class="venue-box">
<img class="image-item" src="Screenshot (1511).png" ></img>
<div class="venue-info">
<h2>Occassional Event</h2>
<a href=" "><button class="btn">More Videos</button></a>
</div>
</div>
</div>
</body>
</html>