-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsubmission.php
115 lines (95 loc) · 4.66 KB
/
submission.php
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
<?php include "includes/header.php" ?>
<link rel="stylesheet" href="css/styles/submission.css">
<script src="https://kit.fontawesome.com/c2ebb912f1.js" crossorigin="anonymous"></script>
<body>
<div class="contenuu">
<h1 class="text-center mt-5 Nexa-Bold">PULCHART Submission Conditions</h1>
<div class="sub_para Nexa-Bold">
<p>
1-We occasionally accept submissions from<br> Photographers, Videographers, Stylists,<br>
2-The owner of the images has the full <br>ownership of the photos after they are published and we assure him of that <br>
3-You must be the copyright holder of the <br>submitted images,Either having permission by the copyright holder to submit those images.<br>
4-We do not pay for submissions, publications,<br> full or partial content of any kind. <br>
5-Any content submitted for EXCLUSIVE must not be <br>previously published in any other magazine or any web platforms. <br>
6-We reserve all the rights to pull your<br> story form our website and social
Without your consent.
</p>
</div>
<div class="ligne"></div>
<div class="sub_para">
<p class="Nexa-Light">
<span class="titree">EXCLUSIVE</span><br><br>
We would like to remind you that you can submit EXCLUSIVE photos <br>
Submissions opened From Monday to Wednesday.<br>
2 images MAX<br>
JPG format only<br>
At least 6500 pixels 300dpi <br>
<i class="fas fa-exclamation-circle"></i> English text only.<br>
<i class="fas fa-exclamation-circle"></i> Credits should contain everyone’s INSTAGRAM tags.<br>
<i class="fas fa-exclamation-circle"></i> Images must be EXCLUSIVE and UNPUBLISHED<br>
<i class="fas fa-exclamation-circle"></i> Submitting more than 2 photos will automatically declined without explanation<br>
</p>
</div>
<div class="portfolio">
<a href="submission_off.php">
<div class="container">
<div class="overlayy">
<h2 class="text-center Nexa-Bold">Exclusive</h2>
</div>
</div>
</a>
<div class="btn"><button>close</button></div>
</div>
<div class="ligne"></div>
<div class="sub_para">
<p class="Nexa-Light">
<span class="titree">Editorial</span><br><br>
We would like to remind you that you can submit Editorial photos <br>
Submissions opened From Monday to Wednesday.<br>
3 images required <br>
JPG format only<br>
At least 6500 pixels 300dpi <br>
<i class="fas fa-exclamation-circle"></i> English text only.<br>
<i class="fas fa-exclamation-circle"></i> Credits should contain everyone’s INSTAGRAM tags.<br>
</p>
</div>
<div class="portfolio">
<a href="submission_off.php">
<div class="container">
<div class="overlayy">
<h2 class="text-center Nexa-Bold">Editorial</h2>
</div>
</div>
</a>
<div class="btn"><button>close</button></div>
</div>
<div class="ligne"></div>
<div class="sub_para ">
<p class="Nexa-Light">
<span class="titree">Submission</span><br><br>
We would like to remind you that you can submit photos <br>
Submissions opened From Monday to Wednesday.<br>
2 images MAX <br>
JPG format only<br>
At least 6500 pixels 300dpi <br>
<i class="fas fa-exclamation-circle"></i> English text only.<br>
<i class="fas fa-exclamation-circle"></i> Credits should contain everyone’s INSTAGRAM tags.<br>
<i class="fas fa-exclamation-circle"></i> Submitting more than 2 photos will automatically declined without explanation<br>
</p>
</div>
<div class="portfolio">
<a href="submission_off.php">
<div class="container">
<div class="overlayy">
<h2 class="text-center Nexa-Bold">Submission</h2>
</div>
</div>
</a>
<div class="btn"><button>close</button></div>
</div>
<div class="ligne"></div>
</div>
<?php include "./includes/footer.php" ?>
</body>
</html>
<!-- footer start -->