-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriting.html
More file actions
315 lines (275 loc) · 9.9 KB
/
writing.html
File metadata and controls
315 lines (275 loc) · 9.9 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
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ALL AT ONCE</title>
<link rel="stylesheet" href="stylesheet/styles.css">
<link rel="stylesheet" href="stylesheet/responsive.css">
<link rel="stylesheet" href="stylesheet/writing.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css" rel="stylesheet" />
</head>
<body>
<header>
<div class="container">
<div class="logo">AAO</div>
<!-- <div class="search-bar">
<input type="text" placeholder="Search...">
<img src="img/magnifying-glass.png" alt="Search Icon">
</div> -->
<!-- <div class="github-icon">
<a href="#"><img src="img/github.png" alt="GitHub"></a>
</div> -->
<div class="menu_icon">
<img src="img/menu-fill.png" alt="menu-fill">
</div>`
</div>
</header>
<nav>
<div class="container2">
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="coding.html">coding tools</a></li>
<li><a href="writing.html">writing tools</a></li>
<li><a href="Designtools.html">design tools</a></li>
<li><a href="cc.html">Career Center</a></li>
</ul>
</div>
</div>
</nav>
<div class="container3">
<div class="mobile_nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="coding.html">coding tools</a></li>
<li><a href="writing.html">writing tools</a></li>
<li><a href="Designtools.html">design tools</a></li>
<li><a href="cc.html">Career Center</a></li>
</ul>
</div>
</div>
<div class="pagename_writing">
<h2><span>Writing</span> websites and Tools</h2>
<h3>Craft Your Words, Shape Your Story.</h3>
</div>
<div class="grid-container">
<div class="grid-item">
<img src="https://s3b.cashify.in/gpro/uploads/2023/01/09134210/ginger-grammar-1024x512.jpg">
<h3>Ginger Software</h3>
<p>Grammar and spell checker, translation, sentence rephrasing, personal trainer feature.</p>
<a href="https://www.gingersoftware.com" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://writemonkey.com/img/wm_logo.png" alt="WriteMonkey">
<h3>WriteMonkey</h3>
<p>Distraction-free writing environment, markup language support, customizable interface.</p>
<a href="http://writemonkey.com" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://logos-world.net/wp-content/uploads/2021/03/Evernote-Logo-2018-present.png" alt="Evernote">
<h3>Evernote</h3>
<p>Note-taking and organization tool, supports multimedia notes, real-time collaboration.</p>
<a href="https://www.evernote.com" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://cdn-images.himalayas.app/ricwbntfcrzhr2uw4ybu97ps41gs" alt="copy.ai">
<h3>Copy.ai</h3>
<p>AI-powered copywriting tool, generates marketing copy, blog content, and social media posts.
</p>
<a href="https://www.copy.ai/" class="button-link" target="_blank">
<button>
<span class="box">
explore
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTGyTDq48Q7O7NzIUDja4zKaTC8nGupRcXY6w&s"
alt="Rytr Logo">
<h3>Rytr</h3>
<p>AI writing assistant, creates high-quality content quickly, supports multiple languages and tones.</p>
<a href="https://rytr.me" target="_blank" class="button-link">
<button>
<span class="box">
Explore
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTyb1jxg98WMHMEXaYlM1mB6A2LCbCNdG6b8g&s"
alt="Writesonic Logo">
<h3>Writesonic</h3>
<p>AI-driven content creation, generates articles, ads, product descriptions, and more.</p>
<a href="https://writesonic.com" target="_blank" class="button-link">
<button>
<span class="box">
Explore
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://ps.w.org/content-bot/assets/icon-256x256.png?rev=2781911" alt="Content Bot Logo">
<h3>Content bot</h3>
<p>AI copywriting tool, provides blog posts, ad copy, and email content, offers a variety of templates.</p>
<a href="https://contentbot.ai" target="_blank" class="button-link">
<button>
<span class="box">
Explore
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://lp.simplified.com/siteimages/all/simplified-logo.svg" alt="Simplified Logo"
style="height: auto;">
<h3>Simplified</h3>
<p>All-in-one design and copywriting tool, creates social media posts, blogs, and ads, user-friendly interface.
</p>
<a href="https://simplified.co" target="_blank" class="button-link">
<button>
<span class="box">
Explore
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://logowik.com/content/uploads/images/grammarly3875.jpg" alt="Grammarly">
<h3>Grammarly</h3>
<p>Advanced grammar and spelling checker, style and tone suggestions, plagiarism detection.</p>
<a href="https://www.grammarly.com" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://financesonline.com/uploads/2018/01/Hemingway-logo.png" alt="Hemingway Editor">
<h3>Hemingway Editor</h3>
<p>Highlights complex sentences and common errors, readability score, style suggestions.</p>
<a href="https://www.hemingwayapp.com" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img
src="https://thewritelife.com/wp-content/uploads/2023/12/ProWritingAid-Review_-How-to-Improve-Your-Writing-With-This-Editing-Tool.jpg"
alt="ProWritingAid">
<h3>ProWritingAid</h3>
<p>Comprehensive writing assistant, grammar and style checks, detailed reports on writing.</p>
<a href="https://prowritingaid.com" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://cabinetm-beta.s3.amazonaws.com/00000150-3003-e1c1-1332-0f57719adc13.jpg" alt="Slick Write">
<h3>Slick Write</h3>
<p>Grammar checker, style editor, and writing analysis tool, customizable feedback.</p>
<a href="https://www.slickwrite.com" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://www.zoho.com/favicon.ico" alt="Zoho Writer">
<h3>Zoho Writer</h3>
<p>Online word processor, real-time collaboration, AI-powered grammar and style suggestions.</p>
<a href="https://www.zoho.com/writer" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img src="https://eddym1.sg-host.com/wp-content/uploads/2017/05/Company-Thumbnails-20.png" alt="QuillBot">
<h3>QuillBot</h3>
<p>Paraphrasing tool, grammar checker, summarizer, supports multiple languages.</p>
<a href="https://www.quillbot.com" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<div class="grid-item">
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTO5GHiMktLyu5jfDR0asK-RLUFf6bBPTwTHS35Za9ztNmH5yk0VJc4xjFLgcr9txH2Ib0&usqp=CAU"
alt="Reverso">
<h3>Reverso</h3>
<p>Grammar and spell checker, translation, context-based suggestions.</p>
<a href="https://www.reverso.net" target="_blank" class="button-link">
<button>
<span class="box">
Visit Site
</span>
</button>
</a>
</div>
<!-- Add more grid items here -->
</div>
<script> src = "js/script.js"</script>
</body>
<footer>
<div class="footer">
<div class="row">
<section>
<a href="https://www.instagram.com/arvindsinghmds?igsh=MTF3aDVnN3RpM21jbQ=="><img src="img/instagram_icon.png"
alt="insta"></a>
<a
href="https://www.linkedin.com/in/arvind-singh-panwar-924a92281?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img
src="img/linked_media_online_social_icon.png" alt="linked in"></a>
<a href="https://github.com/newdevatgit"><img src="img/github_logo_media_social_icon.png" alt="GitHub"></a>
</section>
</div>
<div class="row">
<ul>
<li><a href="#">Contact us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
<div class="row">
Copyright © 2024 AAO - All rights reserved
</div>
</div>
<script src="js/script.js"></script>
</footer>
</html>