-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (76 loc) · 3.91 KB
/
index.html
File metadata and controls
85 lines (76 loc) · 3.91 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bpixel.in - a single place for your photos, videos and audios.</title>
<link rel="icon" type="image/x-icon" href="/Resource/Data/favicon.png">
<link rel="stylesheet" href="/Resource/Style/body.css">
<link rel="stylesheet" href="/Resource/Style/headerfooter.css">
</head>
<body>
<header class="header">
<img src="/Resource/Data/Logosvg.svg" alt="Logo" width="60px" class="logo" title="Home" >
<nav class="navbar">
<a class="navbar__link navbar__link--active" href="#home">Home</a>
<a class="navbar__link" href="#contact">Gallery</a>
<a class="navbar__link" href="#about">Price</a>
<a class="navbar__link" href="#services">Booking</a>
</nav>
</header>
<section class="main-section">
<div class="main-section__intro">
<h1>Dynamic Photo & Video Solution.</h1>
<h6>We provide all kinds of Photo, Video, and Editing Solutions. Our expert team is always ready to uplift your desires.</h6>
</div>
<div class="event-capture">
<h2>Event Capture</h2>
<div class="event-capture__container">
<div class="event-capture__item">
<img class="event-capture__image" src="/Resource/Data/weddingsq.jpeg" alt="Wedding">
<h4 class="event-capture__title">Wedding</h4>
<h5 class="event-capture__description">Best quality wedding photos and videos for your happy marriage life.</h5>
</div>
<div class="event-capture__item">
<img class="event-capture__image" src="/Resource/Data/birthdaysq.jpg" alt="Birthday">
<h4 class="event-capture__title">Birthday</h4>
<h5 class="event-capture__description">Best quality birthday photos and videos for your special happy birthday.</h5>
</div>
<div class="event-capture__item">
<img class="event-capture__image" src="/Resource/Data/annaprasansq.jpg" alt="Annaprasan">
<h4 class="event-capture__title">Annaprasan</h4>
<h5 class="event-capture__description">Best quality Annaprasan photos and videos for your happy marriage life.</h5>
</div>
</div>
</div>
<div class="model-photography">
<div class="model-photography__container">
<div class="model-photography__details">
<h2>Model Photography</h2>
<div class="model-photography__list">
<div>
<h3>Fashion</h3>
<h5>Best quality fashion photos and videos for your special moments.</h5>
</div>
<div>
<h3>Fashion</h3>
<h5>Best quality fashion photos and videos for your special moments.</h5>
</div>
<div>
<h3>Fashion</h3>
<h5>Best quality fashion photos and videos for your special moments.</h5>
</div>
<div>
<h3>Fashion</h3>
<h5>Best quality fashion photos and videos for your special moments.</h5>
</div>
</div>
</div>
<div class="model-photography__image-container">
<img class="model-photography__image" src="/Resource/Data/model.jpeg" alt="Model" width="101%" height="101%">
</div>
</div>
</div>
</section>
</body>
</html>