-
Notifications
You must be signed in to change notification settings - Fork 0
/
writeForUs.html
262 lines (250 loc) · 15.4 KB
/
writeForUs.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,0">
<meta http-equiv="X-UV-Compatible" content="IE-edge">
<title>Write For Us</title>
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap" rel="stylesheet">
<!-- CSS FILES-->
<link rel="stylesheet" href="css/slick-theme.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/meanmenu.css">
<link rel="stylesheet" href="css/style.css">
<!-- JS SCRIPTS -->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="js/slick.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script src="js/jquery.meanmenu.js"></script>
</head>
<body>
<div class="container">
<aside>
<nav>
<ul class="main-menu">
<li class="home-menu"><a href="index.html"><span><img src="img/home.png"></span>Home</a></li>
<li class="menu-cricket">
<a href="#"><span><img src="img/stamp.png"></span>Cricket</a>
<ul class="sub-menu sub-cricket">
<li><a href="matches.html"><span><img src="img/XMLID_462_.png"></span>Matches</a></li>
<li><a href="series.html"><span><img src="img/stamp.png"></span>Series</a></li>
<li><a href="team.html"><span><img src="img/group.png"></span>Teams</a></li>
<li><a href="live-match.html"><span><img src="img/cricket%20(1).png"></span>Live Match</a></li>
<li><a href="ranking.html"><span><img src="img/podium.png"></span>Ranking</a></li>
<li><a href="photos.html"><span><img src="img/photo.png"></span>Photos</a></li>
</ul>
</li>
<li class="menu-football">
<a href="#"><span><img src="img/ball.png"></span>Football</a>
<ul class="sub-menu sub-football">
<li><a href="matches.html"><span><img src="img/kick-off.png"></span>Matches</a></li>
<li><a href="series.html"><span><img src="img/football.png"></span>Series</a></li>
<li><a href="team.html"><span><img src="img/group.png"></span>Teams</a></li>
<li><a href="live-match.html"><span><img src="img/football-player.png"></span>Live Match</a></li>
<li><a href="ranking.html"><span><img src="img/podium.png"></span>Ranking</a></li>
<li><a href="photos.html"><span><img src="img/photo.png"></span>Photos</a></li>
</ul>
</li>
<li class="menu-entertainment">
<a href="entertainment.html"><span><img src="img/face.png"></span>Enter tainment</a>
<ul class="sub-menu sub-entertainment">
<li><a href="twitter.html"><span><img src="img/script.png"></span>Stories</a></li>
<li><a href="videos.html"><span><img src="img/video.png"></span>Videos</a></li>
</ul>
</li>
<li><a href="opinion.html"><span><img src="img/msg.png"></span>Opinion</a></li>
<li><a href="writer-profile.html"><span><img src="img/mic.png"></span>Podcast</a></li>
<li><a href="videos.html"><span><img src="img/video.png"></span>Videos</a></li>
<li><a href="interview.html"><span><img src="img/hand.png"></span>Interviews</a></li>
<li><a href="twitter.html"><span><img src="img/twit.png"></span>Twiter reactions</a></li>
<li><a href="writeForUs.html"><span><img src="img/write.png"></span>Write here</a></li>
<li ><a href="about.html"><span><img src="img/acc.png"></span>About us</a></li>
<li ><a href="contact.html"><span><img src="img/phone.png"></span>Contact us</a></li>
</ul>
</nav>
</aside>
<main>
<header>
<div class="head header-logo">
<img class="logo-light" src="img/logo.png">
<img class="logo-dark" src="img/Dark-logo.png">
</div>
<div class="head header-form">
<form>
<input type="text" placeholder="Search Here"><input type="submit" value="Search">
</form>
</div>
<div class="head header-button">
<button></button>
</div>
<div class="clear-element"></div>
</header>
<div class="responsive-nav"></div>
<div class="clear-element"></div>
<div class="pages-body WriteForUs">
<div class="write">
<h1>Write for us</h1>
<div class="write-content">
<p>Are you passionate about cricket and have deep understanding of the game? Always wanted to become a writer or have sports journalism aspirations? We have a platform that gives you the opportunity to reach millions of readers across the globe.</p>
<div class="pg-two">
<p> CricTracker, the new-age cricket platform with ever growing readership is constantly looking for Content writers, Guest Authors and Freelance writers, experienced and freshers who can enrich the audience with high-quality, well researched pieces of content across various categories.</p>
</div>
</div>
</div>
<div class="publish">
<h1>What we publish?</h1>
<div class="publish-content">
<p>Cricket Fun publishes News articles, Trending stories, Match Reports, Feature articles, Interviews, Analysis, Match predication, Cricket fantasy guide, Statistical pieces as well as</p>
<p>Listicles and a lot more.</p>
</div>
</div>
<div class="guideline">
<h1>Content writing Guidelines:</h1>
<div class="guideline-content">
<ul>
<div class="content-one">
<div class="content-header" >
<li>A. The content should be minimum 350 words (for News and Trending stories)</li>
</div>
<div class="list-content">
<li>i)If it is a news piece try to not stretch it beyond 500, in case there is a lot of content cut down the less
important parts and just describe it in your own language.
</li>
<li>(ii)Your content should dominate the article and not quotes, It is important to extend the description
beyond the initial paras and maintain uniformity until the end.
</li>
<li>(iii)The introductory para should be used as a lead, put out some part of the information and talk about
that in detail. It is important to ensure a reader reads through the entire article. At the same time also take
care that it is not too vague, would kill the interest otherwise.
</li>
</div>
</div>
<div class="content-two">
<div class="content-header">
<li>B. The paragraph length for all the articles should be 4-5 lines consistent through the entire
article, less or more than that disturbs the reader flow. </li>
</div>
<div class="list-content" >
<li>i)If it is a News the first two paras should be your description and should not include "quotes". You can describe the quotes there but avoid using them directly.
</li>
<li>(ii)Mention the source of quotes, if it is from any other portal. In case of pre/post-match press conference mention that.</li>
</div>
</div>
<div class="content-header last-content">
<li>C. Do not repeat lines or parts from a previous article on the same subject, you can convey the
same information but use a new pattern to describe. Doing that with the content is distasteful.</li>
<li>D. Use subheadings in all the articles</li>
<li>E. Revisit and copy edit the article before submitting it for review.</li>
<li>F. While writing long posts try to define an outline before you start, take it steps wise to the
main subject and then paint the picture. Think of it from a story teller's perspective, you have
to create that interest amongst the readers, eagerness to know what is there in it now, and then
a sense of satisfaction at the end.</li>
</div>
</ul>
</div>
</div>
<div class="apply">
<h1>How to Apply?</h1>
<div class="apply-content">
<p>To become an Author for CricTracker write to us on contact@DhakaBreak.com on an original topic that
is the best example of your writing abilities and conveys your understanding of the game.</p>
</div>
</div>
<div class="contact-form write-form">
<div class="form-heading">
<h1>write here</h1>
</div>
<form action="">
<label for="fname">Name*</label>
<input type="text" id="fname" name="fname">
<label for="fphone">Phone No</label>
<input type="text" id="fphone" name="fphone">
<label for="femail">Email Address*</label>
<input type="text" id="femail" name="femail">
<label for="fmeg">Message*</label>
<br>
<textarea id="fmeg" name="fmeg" rows="10" ></textarea>
<!-- <textarea id="fmeg" name="fmeg" rows="6"></textarea>-->
<!-- <input type="text" id="fmeg" name="fmeg">-->
<input type="submit" id="submit" name="submit" value="SUBMIT">
</form>
</div>
</div>
</main>
<div class="clear-element"></div>
</div>
<footer>
<div class="footer-container">
<div class="footer-column">
<h5>T20 LEAGUES</h5>
<a href="#">Caribbean Premier League</a>
<a href="#">T20 Blast</a>
<a href="#">Indian Premier League</a>
<a href="#">Pakistan Super League</a>
</div>
<div class="footer-column">
<h5>NEWS</h5>
<a href="#">Latest News</a>
<a href="#">Press Release</a>
<a href="#">Interviews</a>
</div>
<div class="footer-column">
<h5>MUST READ</h5>
<a href="#">Interviews</a>
<a href="#">Cricket Poll</a>
<a href="#">Editor’s Pick</a>
</div>
<div class="footer-column">
<h5>LEGAL</h5>
<a href="#">Copyright Notice</a>
<a href="#">DMCA</a>
<a href="#">Disclaimer</a>
<a href="#">Terms & Conditions</a>
</div>
<div class="footer-column">
<h5>Contact Us</h5>
<a href="#">About Us</a>
<a href="#">Write for Us</a>
<a href="#">Internship</a>
<a href="#">Advertise With Us</a>
</div>
<div class="clear-element"></div>
</div>
<hr>
<div class="footer-container">
<div class="footer-left">
<ul>
<li>Find us elsewhere</li>
<li><a href="#"><img src="img/Icon awesome-facebook-f.png"></a></li>
<li><a href="#"><img src="img/Icon awesome-twitter.png"></a></li>
<li><a href="#"><img src="img/Icon awesome-linkedin-in.png"></a></li>
<li><a href="#"><img src="img/Icon metro-youtube2.png"></a></li>
</ul>
<div class="clear-element"></div>
</div>
<div class="footer-right">
<a href="#"><span><img src="img/Icon awesome-pen-nib.png"></span>Write for us</a>
<a href="#"><span><img src="img/Icon awesome-lock.png"></span>Privacy Policy</a>
</div>
<div class="clear-element"></div>
</div>
<hr>
<hr>
<div class="footer-container">
<div class="footer-copyright">
<ul>
<li class="footer-logo"><a href="#"><img src="img/footer-logo.png"></a></li>
<li class="copyright-text">© 2021-2025 Cricket Fun All rights reserved.</li>
<li class="demo-logo"><a href="https://www.linkedin.com/in/a-owadud-bhuiyan-695631122/" target="_blank"><p>Developed & Managed By A Owadud Bhuiyan</p> </a></li>
</ul>
<div class="clear-element"></div>
</div>
</div>
</footer>
</body>
</html>