Skip to content

Commit 55d4632

Browse files
authored
Update submission.html
1 parent ba98b03 commit 55d4632

File tree

1 file changed

+125
-132
lines changed

1 file changed

+125
-132
lines changed

submission.html

Lines changed: 125 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,66 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
43
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Submissions</title>
8-
<link rel="stylesheet" href="submission.css">
9-
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
10-
<!-- <link rel="stylesheet" href="style.css"> -->
11-
<link rel="preconnect" href="https://fonts.googleapis.com">
12-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13-
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,700&display=swap" rel="stylesheet">
14-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
15-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
16-
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
17-
crossorigin="anonymous" referrerpolicy="no-referrer" />
18-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Submissions</title>
7+
<link rel="stylesheet" href="submission.css">
8+
<!-- <link rel="stylesheet" href="style.css"> -->
9+
<link rel="preconnect" href="https://fonts.googleapis.com">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,700&display=swap" rel="stylesheet">
12+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
13+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
14+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
15+
/>
1916
</head>
20-
2117
<body>
22-
<div class="progress-container">
23-
<div class="progress-bar" id="progressBar"></div>
24-
</div>
25-
26-
<section class="header">
27-
<nav role="navigation" aria-label="Main Menu">
28-
<div class="nav-links" id="navLinks">
29-
<i class="fa fa-times" onclick="hideMenu()"></i>
30-
<ul>
31-
32-
<li><a href="index.html">HOME</a></li>
33-
<li><a href="about.html">ABOUT</a></li>
34-
<li><a href="submission.html">SUBMIT</a></li>
35-
<li><a href="issue.html">ISSUE</a></li>
36-
<li><a href="masthead.html">MASTHEAD</a></li>
37-
<li><a href="faq.html">FAQ</a></li>
38-
<li><a href="open-source.html">OPEN SOURCE</a></li>
39-
40-
</ul>
41-
</div>
42-
43-
<i class="fa fa-bars" onclick="showMenu()"></i>
44-
</nav>
45-
</section>
46-
47-
<div class="text-box">
48-
<h1>Submissions</h1>
49-
<p>The Cawnpore</p>
50-
<h2>THEME for Issue-04: "Between Here and There"</h2>
51-
</div>
52-
18+
<div class="progress-container">
19+
<div class="progress-bar" id="progressBar"></div>
20+
</div>
21+
<section class="header">
22+
<nav>
23+
<div class = "nav-links" id="navLinks">
24+
<i class="fa fa-times" onclick="hideMenu()"></i>
25+
<ul>
26+
27+
<li><a href="index.html">HOME</a></li>
28+
<li><a href="about.html">ABOUT</a></li>
29+
<li><a href="submission.html">SUBMIT</a></li>
30+
<li><a href="issue.html">ISSUE</a></li>
31+
<li><a href="masthead.html">MASTHEAD</a></li>
32+
<li><a href="open-source.html">Open Source</a></li>
33+
34+
</ul>
35+
</div>
36+
<i class="fa fa-bars" onclick="showMenu()"></i>
37+
</nav>
38+
39+
</section>
40+
<section class="header1">
41+
42+
<div class="text-box1">
43+
<h1>Submissions</h1>
44+
<p>The Cawnpore</p>
45+
<h2>THEME for Issue-04: "Between Here and There"</h2>
46+
<br>
47+
<br>
48+
<br>
49+
</div>
5350

54-
<section class="submit">
55-
<h1 class="h1k">Submission Guidelines
51+
</section>
5652

57-
<div class="mh10">
53+
<section class="submit">
54+
<h1 class="h1k">Submission Guidelines
5855

59-
<p class="intro">
60-
<strong>Submissions are now closed.</strong>
61-
Thank you to everyone who shared their work with us!
62-
Further updates will be shared via email.
63-
<br>
64-
<!-- We understand that following submission guidelines can be crucial and sometimes challenging. Your attention to these guidelines will greatly assist us in reviewing your work effectively and maintaining the quality of our publication.
56+
<div class="mh10">
57+
58+
<p class="intro">
59+
<strong>Submissions are now closed.</strong>
60+
Thank you to everyone who shared their work with us!
61+
Further updates will be shared via email.
62+
<br>
63+
<!-- We understand that following submission guidelines can be crucial and sometimes challenging. Your attention to these guidelines will greatly assist us in reviewing your work effectively and maintaining the quality of our publication.
6564
<br>
6665
<br>
6766
1. We kindly ask that you refrain from submitting works that have been previously published or are being simultaneously considered elsewhere.
@@ -96,88 +95,82 @@ <h1 class="h1k">Submission Guidelines
9695
<br>
9796
11. If you have anything else you'd like to submit, such as a book or movie review, just send it to thecawnporemagofficial@gmail.com.
9897
<br> -->
99-
<br>
100-
*Should you wish to partake in an interview to discuss your professional endeavors or accomplishments, or any
101-
other subject matter, kindly forward your name and the topic of interest to thecawnporemagofficial@gmail.com.
102-
We commit to responding to your inquiry within one week.
103-
<br>
104-
<br>
105-
*The rights to all content published and submitted are vested with The Cawnpore and the respective authors..
106-
<br>
107-
<br>
108-
*Unfortunately, we're not able to compensate our contributors at the moment.
109-
<br>
110-
<br>
111-
*Upon thorough review of all submissions, our response time may be extended, so if you don't hear from us
112-
within one month, please feel free to follow up by sending an email to thecawnporemagofficial@gmail.com. We
113-
always appreciate your patience and understanding!
114-
</p>
115-
116-
<!-- <p class="intro">
98+
<br>
99+
*Should you wish to partake in an interview to discuss your professional endeavors or accomplishments, or any other subject matter, kindly forward your name and the topic of interest to thecawnporemagofficial@gmail.com. We commit to responding to your inquiry within one week.
100+
<br>
101+
<br>
102+
*The rights to all content published and submitted are vested with The Cawnpore and the respective authors..
103+
<br>
104+
<br>
105+
*Unfortunately, we're not able to compensate our contributors at the moment.
106+
<br>
107+
<br>
108+
*Upon thorough review of all submissions, our response time may be extended, so if you don't hear from us within one month, please feel free to follow up by sending an email to thecawnporemagofficial@gmail.com. We always appreciate your patience and understanding!</p>
109+
110+
<!-- <p class="intro">
117111
*Want to learn more about the theme? Visit our Instagram post <a href="https://www.instagram.com/p/DJrNiZ7zSRM/?utm_source=ig_web_button_share_sheet&igsh=MzRlODBiNWFlZA%3D%3D" target="_blank">here</a>.
118112
</p> -->
119-
</div>
120-
</section>
121-
122-
<!-- Footer -->
123-
<footer class="site-footer">
124-
<a class="back-to-top" href="#">
125-
<i class="fa-solid fa-chevron-up"></i>
126-
</a>
127-
<div class="footer-top">
128-
<div class="footer-about">
129-
<h3>The Cawnpore</h3>
130-
<p>An independent magazine celebrating literary voices and untold stories.</p>
131-
</div>
132-
<div class="footer-links">
133-
<h3>Quick Links</h3>
134-
<ul>
135-
<li><a href="index.html">Home</a></li>
136-
<li><a href="about.html">About</a></li>
137-
<li><a href="submission.html">Submit</a></li>
138-
<li><a href="issue.html">Issue</a></li>
139-
<li><a href="masthead.html">Masthead</a></li>
140-
<li><a href="faq.html">FAQ</a></li>
141-
<li><a href="open-source.html">Open Source</a></li>
142-
</ul>
143-
</div>
144-
<div class="footer-contact">
145-
<h3>Contact Us</h3>
146-
<div class="social-icons">
147-
<a href="mailto:thecawnporemagofficial@gmail.com" target="_blank">
148-
<i class="fa-solid fa-envelope"></i>
149-
</a>
150-
<a href="https://www.instagram.com/thecawnporemagazine/?igsh=MWQzcXkxeGNkd29oeA%3D%3D" target="_blank">
151-
<i class="fa-brands fa-instagram"></i>
152-
</a>
153-
<a href="https://www.linkedin.com/company/the-cawnpore-magazine/" target="_blank">
154-
<i class="fa-brands fa-linkedin"></i>
155-
</a>
156-
<a href="https://x.com/TheCawnporeMag?s=09" target="_blank">
157-
<i class="fa-brands fa-x-twitter"></i>
158-
</a>
159-
<a href="https://www.tumblr.com/thecawnporemagazine?source=share" target="_blank">
160-
<i class="fa-brands fa-tumblr"></i>
161-
</a>
113+
</div>
114+
</section>
115+
116+
<!-- Footer -->
117+
<footer class="site-footer">
118+
<a class="back-to-top" href="#">
119+
<i class="fa-solid fa-chevron-up"></i>
120+
</a>
121+
<div class="footer-top">
122+
<div class="footer-about">
123+
<h3>The Cawnpore</h3>
124+
<p>An independent magazine celebrating literary voices and untold stories.</p>
125+
</div>
126+
<div class="footer-links">
127+
<h3>Quick Links</h3>
128+
<ul>
129+
<li><a href="index.html" >Home</a></li>
130+
<li><a href="about.html">About</a></li>
131+
<li><a href="submission.html">Submit</a></li>
132+
<li><a href="issue.html">Issue</a></li>
133+
<li><a href="masthead.html">Masthead</a></li>
134+
<li><a href="faq.html">FAQ</a></li>
135+
<li><a href="open-source.html">Open Source</a></li>
136+
</ul>
137+
</div>
138+
<div class="footer-contact">
139+
<h3>Contact Us</h3>
140+
<div class="social-icons">
141+
<a href="mailto:thecawnporemagofficial@gmail.com" target="_blank">
142+
<i class="fa-solid fa-envelope"></i>
143+
</a>
144+
<a href="https://www.instagram.com/thecawnporemagazine/?igsh=MWQzcXkxeGNkd29oeA%3D%3D" target="_blank">
145+
<i class="fa-brands fa-instagram"></i>
146+
</a>
147+
<a href="https://www.linkedin.com/company/the-cawnpore-magazine/" target="_blank">
148+
<i class="fa-brands fa-linkedin"></i>
149+
</a>
150+
<a href="https://x.com/TheCawnporeMag?s=09" target="_blank">
151+
<i class="fa-brands fa-x-twitter"></i>
152+
</a>
153+
<a href="https://www.tumblr.com/thecawnporemagazine?source=share" target="_blank">
154+
<i class="fa-brands fa-tumblr"></i>
155+
</a>
156+
</div>
157+
</div>
158+
<div class="subscription-box">
159+
<h3>Subscribe to our Newsletter</h3>
160+
<form action="/subscribe" method="post">
161+
<input type="email" name="email" placeholder="Enter your email" required>
162+
<button type="submit">Subscribe</button>
163+
</form>
162164
</div>
163165
</div>
164-
<div class="subscription-box">
165-
<h3>Subscribe to our Newsletter</h3>
166-
<form action="/subscribe" method="post">
167-
<input type="email" name="email" placeholder="Enter your email" required>
168-
<button type="submit">Subscribe</button>
169-
</form>
166+
<div class="footer-bottom">
167+
<p>Made with &#x2665; by Kritika Singh</p>
168+
<p>&copy; 2024 THE CAWNPORE — ALL RIGHTS RESERVED</p>
170169
</div>
171-
</div>
172-
<div class="footer-bottom">
173-
<p>Made with &#x2665; by Kritika Singh</p>
174-
<p>&copy; 2024 THE CAWNPORE — ALL RIGHTS RESERVED</p>
175-
</div>
176-
</footer>
170+
</footer>
177171

178172

179-
<script src="index.js"></script>
173+
<script src="index.js" ></script>
180174

181175
</body>
182-
183-
</html>
176+
</html>

0 commit comments

Comments
 (0)