-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (107 loc) · 5.01 KB
/
index.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>Kutch Wildlife Week</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<meta name="theme-color" content="#7952b3">
<style>
.feature {
text-align: left;
font-size: smaller;
}
</style>
</head>
<body style="background: url('banner.jpg') top center no-repeat; padding-top: 20%;">
<main>
<div class="my-5">
<div class="text-center">
<div class="col-lg-6 mx-auto">
<p class="lead mb-3">
Celebrate Kutch's wildlife and natural heritage with the Kutch Wildlife Week 2021 competitions.
</p>
<div class="container py-2" id="featured-3">
<div class="row g-4 py-5 row-cols-1 row-cols-lg-2">
<div class="feature col">
<h3>Photography</h3>
<p>Submit up to 2 photos.</p>
<p><strong>Themes:</strong></p>
<ul>
<li>Wildlife of Kutch</li>
</ul>
<p><strong>Submit by 5 Oct 2021 9PM</strong></p>
<br>
<strong>
<a href="https://forms.gle/EbUcfyoyzsQB9gGw5" class="icon-link">
Submit Entry Here
</a>
</strong>
</div>
<div class="feature col">
<h3>Artwork</h3>
<p>Drawing or painting (A3 size)</p>
<p><strong>Themes:</strong></p>
<ul>
<li>Wildlife and its habitat</li>
<li>Save environment to save wildlife</li>
</ul>
<p><strong>Submit between 10AM to 12PM on 5 Oct 2021 at:</strong></p>
<p>
Office of Deputy Conservator of Forests, Kutch West Division, Arihantnagar Road, Bhuj.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mx-auto">
<div class="row py-4 row-cols-1 text-left">
<div class="col text-left">
<h4>Place of Exibition & Result Declaration</h4>
<p>
Exhibition from 10am to 1pm, 7-8 October
</p>
<p>
Van Chetna Kendra, B. Ed College Road, Bhuj
</p>
</div>
</div>
<div class="text-left small">
<p class="text-left">
<strong>Guidelines</strong>
</p>
<ul>
<li>Each photographer can submit 2 maximum photograph.</li>
<li>Photograph must be taken in Kutch.</li>
<li>Photographs should be submitted in JPG format with a minimum resolution of 3000 pixels on the larger side.</li>
<li>Photos should be sent with details of date, place of photography and name of species.</li>
<li>To maintain uniformity, watermark or name of photographer should not be mentioned on photograph.</li>
<li>Drawings must be A3 size or larger.</li>
<li>Selected photographs will be exhibited by the department.</li>
<li>The decision of the department for selection will be final.</li>
<li>Photos should be submitted to www.KutchWildlifeWeek.com by Oct 5 9PM.</li>
<li>Artwork should be submitted at Office of Deputy Conservator of Forests, Kutch West Division, Arihantnagar Road, Bhuj by 12PM noon on Oct 5.</li>
<li>Prize distribution will be for three positions in both photography and artwork.</li>
<li>Best 3 photographs and artworks will be awarded by the department on 06-10-2021, which will be selected by the committee of experts formed by the department.</li>
<li>All participants will receive a certificate.</li>
<li>Prizes will be distributed on Oct 7, at 11AM at the Exhibition.</li>
<li>The copyright of all the photographs will be held by the photographer and the Kutch (West) Forest Division. Kutch (West) Forest Division will be free to use the photos wherever and whenever required.</li>
<li>The department shall have the right to exhibit and use the submitted photos with due photo courtesy given to the photographer.</li>
</ul>
<div class="text-center py-5">
<small>Organized by </small>
<br>
<img src="group6.png" style="width: 33%; height: auto;" alt="Kutch (West) Wildlife Division and Mahim Pandhi Wildlife Foundation">
</div>
</div>
</div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"></script>
</body>
</html>