-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsa.html
75 lines (69 loc) · 2.83 KB
/
sa.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
sa
<!DOCTYPE html>
<html >
<head>
<link rel="stylesheet" type="text/css" href="navbar.css">
</head>
<body>
<div class ="video-section">
<video id="video-elem" preload="äuto" sutoplay="true" loop="loop" muted="muted"></video>
<source src="C:\C:\Users\Sajan A\Desktop\video.mp4" type="video/mp4">
</video>
</div>
<ul class="nav">
<div class="logo">
<a href="index.html">Ami de Farmer</a>
</div>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="gallery.html">Types Of Crops</a>
<ul>
<li><a href="#">Rice</a></li>
<li><a href="#">Wheat</a></li>
<li><a href="#">Wheat</a></li>
<li><a href="#">Barley</a></li>
</ul>
</li>
<li><a href="bookings.html">Government Of India</a>
<ul>
<li><a href="#">Prime Minisiter Yojna</a></li>
<li><a href="#">Prime Minisiter Yojna</a></li>
<li><a href="#">Prime Minisiter Yojna</a></li>
<li><a href="#">Prime Minisiter Yojna</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="C:\Users\Sajan A\Desktop\seminar\Login Page\login.html">Login/Register</a></li>
</ul>
<div class="banner">
<img class="banner-image" src="C:\Users\Sajan A\Desktop\ele hamsa cia\farm.jpg">
</div>
<div class="heading">Services</div>
<div align ="center" class="services">
<div class ="service1">
<h1>Working Manuals</h1>
<a href="#"><img class="image" src="C:\Users\Sajan A\Desktop\pic for seminar\slide-2.jpg"></a>
<p>We provide halls for marriages and other functions at <i>The Sea Shore Inn</i>. The hotel also has a boardroom - <i>The Lolite.</i>
</p>
</div>
<div class ="service1">
<h1>Products</h1>
<a href="http://www.thereddoor.com/services"><img class="image" src="C:\Users\Sajan A\Desktop\pic for seminar\rc_powerscourt_espa_serenity_room.jpg"></a>
<p>This iconic red door has a hoslistic approach to skincare and is carried out through innovative treatments,the finest quality products and services and the highest level of technical expertise.
</p>
</div>
<div class ="service1">
<h1>Services</h1>
<a href="http://www.nolimmits.in/"><img class="image" src="C:\Users\Sajan A\Desktop\pic for seminar\private-party-event-20.jpg"></a>
<p>We provide you the Sensational Club Nights for every week with Guest & Celebrity Dj's spinning the mind blowing Music.Dual dance floor,open air arena,variety of food, beverage
</p>
</div>
<div class ="service1">
<h1>Career</h1>
<a href="http://www.fourseasons.com/paris/accommodations/suites/presidential_suite/"><img class="image" src="C:\Users\Sajan A\Desktop\pic for seminar\presedential-bedroom.jpg"></a>
<p>Each Presidential Suite offers its own unique feature: an oversized living room or an expansive office. All three of these luxurious suites include a service pantry and dinner seating for six.
</p>
</div>
</div>
</body>
</html>