-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapeture.php
More file actions
86 lines (69 loc) · 3.79 KB
/
apeture.php
File metadata and controls
86 lines (69 loc) · 3.79 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
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Apeture</title>
<link rel="shortcut icon" href="images/star.png" type="favicon/ico" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="nivo-lightbox/nivo-lightbox.css">
<link rel="stylesheet" href="nivo-lightbox/nivo-lightbox-theme.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body class="rule-body">
<section class="rules" id="works"> <!-- .rules-->
<div class="wrapper"><!-- .wrapper-->
<center>
<img src="images/logo/Aperture.png" class="section-title wow bounceInRight animated custom-black" title="Crackode" height="240px" width="320px"/> <!-- Event logo-->
</center>
<div class="container" ><!-- container-->
<center> <h3 class="meet-item-content custom-white wow bounceInUp animated">Instructions</h3></center>
<ul class="section-paragraph wow pulse animated custom-white">
<strong>
<li>Submitted entries must illustrate the above mentioned themes.</li>
<li>Photos must be submitted in JPEG format and should not be more than 10Mb. We
advise you to submit the image with a minimum resolution of 300 dpi and a minimum
dimension of 1280 x 720 pixels.</li>
<li>Entries should include camera make and photo details like shutter speed, aperture, ISO.
<li>Maximum three photos per theme can be submitted.</li>
<li>For this contest photos should take Inside the University campus on the day .</li>
<li>Photographs published in any book or photography magazine both online and in print
should not be submitted.</li>
<li>Minor digital retouching on density, contrast adjustments, cropping will be allowed.</li>
<li>Major manipulation of main images through adding or subtracting are not allowed.</li>
<li>Entries must not contain obscene, provocative, defamatory or inappropriate content.</li>
<li>The name or face of the participant should not appear on the entry.</li>
<li> Each photo must be accompanied with an appropriate caption and a brief text that best
describes the photograph.</li>
<li>The best entries for each category will be selected and exhibited during the symposium.</li>
</strong>
</ul>
<center> <h3 class="meet-item-content custom-white wow bounceInUp animated">Themes</h3></center>
<ul class="section-paragraph wow pulse animated custom-white">
<li><strong>Inspiration</strong></li>
<li> <strong> Diversity</strong></li>
<li> <strong>Joy</strong></li>
<li> <strong>Nature’s Gift</strong></li>
</ul>
<center> <h3 class="meet-item-content custom-white wow bounceInUp animated">For Any Queries</h3>
<ul class="section-paragraph wow pulse animated custom-white">
<strong>
Arun kumar:+919688146787
</ul></center>
</div>
</div>
</section>
<script src="js/jquery-1.11.2.min.js"></script>
<script src="/js/jquery.circlechart.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="nivo-lightbox/nivo-lightbox.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>