forked from ruh32/lekhaniMag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.html
117 lines (112 loc) · 5.95 KB
/
poetry.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="visualArt.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<script src="https://kit.fontawesome.com/807c36c5c2.js" crossorigin="anonymous"></script>
<title>Poetry</title>
</head>
<nav class="navbar">
<!-- LOGO -->
<div class="logo">
<a href="index.html">
<img src="logo.png" alt="Lekhani" style="height: 40px; width: 40px">
</a>
</div>
<!-- NAVIGATION MENU -->
<ul class="nav-links">
<!-- NAVIGATION MENUS -->
<div class="menu">
<li><a href="submissions.html">Submit</a></li>
<li class="services">
<a href="">About</a>
<!-- DROPDOWN MENU -->
<ul class="dropdown">
<li><a href="aboutUs.html">Masthead</a></li>
<li><a href="#">Our Mission</a></li>
</ul>
</li>
<li><a href="journal.html">Journal</a></li>
</div>
</ul>
</nav>
<body style="font-family: 'Poppins';">
<h1 style="text-align: center;padding:50px;">POETRY SUBMISSION GUIDELINES</h1>
<div class="edits">
<h3>In the following section, we have provided a comprehensive guideline for Poetry Submissions with the following sub sections:
<br><br>
Submissions are currently open for poetry.
See our Terms & Conditions
<a href = "T&c.html">here.</a><br>
</h3>
<br>
<h2>Regulations</h2>
<br>
Lekhani only accepts unpublished and original work of the author. Lekhani retains first publication rights, and upon publication, rights revert back to the author. Please credit Lekhani as the first publisher if the piece appears elsewhere after publication, which includes, but isn’t limited to other journals, anthologies, chapbooks, and full-length books. In order to submit to the Poetry form, you must be above 16 years old to submit. The following are guidelines that apply to submissions:
<br><br>
1. Up to four poems submitted within a singular document. The document should be not exceed eight pages
<br>2. Please do not put your name on your submission document. You will be asked to enter your name within the submission form. The document/file you submit should not contain your name.
<br>3. At this time, Lekhani does not accept translations.
<br><br>
NOTE: We are currently not accepting any submissions that incorporate moving components such as in the case of videos, voice recordings, gifs, animations, documentaries, etc. In the future, however, this guideline may change to incorporate moving components.<br><br>
You may use any medium or mediums to create your work provided that it follows the guidelines above and adheres to the theme provided.
<br><br>
<h2>Evaluation Guidelines</h2>
<br>
Lekhani particularly encourages South Asian artists to submit as part of an effort to share their voices on its platform. However, we welcome submissions from those who identify as people of color from all backgrounds and ethnicities!
<br><br>
For the current theme regarding bodies, we hope to evaluate based on the following factors:
<br><br>
1. How closely the submission piece relates to the theme provided
2. How creatively the artist expresses their interpretation of the theme (separate from skill)
<br><br>
We still strongly encourage the writer to think outside the box, and not feel constrained by the theme put forth. We seek exciting and innovative interpretations and are willing to consider pieces that catch our attention even if they stray away from theme.
<br><br>
<h2>Theme/Prompt</h2>
<br>
You are welcome to any interpretation of the theme/prompt. In the Poetry Submission Form, we have provided you with a space to write a description of your work. We prefer that your description is short and concise, not exceeding 5-6 sentences.
<br><br>
<h2>Uploading Your Work</h2>
<br>
You may submit up to 4 submissions, however, should your artwork be selected for our magazine, only one submission will be chosen per person.
<br><br>
Please title your file as such:
FIRSTNAME_LASTNAME_TITLE.png/jpg/jpeg (one of these file formats)
<br><br>
Please use this exact format to title your file as it will make the process of examining submissions much easier. <br><br>
The submissions form will only allow you to submit one file at a time. For multiple submissions, please keep personal information the same so that we may be able to correctly identify you as the creator of the submissions.
<br><br>
NOTE: The email that you will provide when submitting the form will be the email you will be contacted through by Lekhani.
<br><br>
<h2 style="text-align: center;">We are excited to see the wonderful work you do!</h2><br>
<h5>All regulations and prohibitions are defined by Lekahni in its Terms and Conditions, which can be accessed through the following link: Terms and Conditions. Additionally, you will be able to review and accept these conditions when submitting your artwork to our submission form.</h5>
</div>
<br><div class = "submit">
<form action="https://forms.gle/qZNQQvq5Wgk6o6Ek9" style="display: inline;padding: 50px;">
<button class="sup" type="submit" style="font-family: 'Poppins';" class="poetry">
Submit your poetry!!
</button>
</form>
</div>
<div class="footer">
<div class="col-1">
<h3>USEFUL LINKS</h3>
<a href="ourmission.html">Our Mission</a>
<a href="submissions.html">Submit</a>
<a href="aboutUs.html">Masthead</a>
<a href="journal.html">Journal</a>
</div>
<div class="col-2">
</div>
<div class="col-3">
<h3>CONTACT</h3>
<div class="social-icons">
<a href="https://www.instagram.com/lekhani_literary/" class="fa-brands fa-instagram"></a>
</div>
</div>
</div>
</body>
</html>