-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublish.html
More file actions
133 lines (121 loc) · 7.45 KB
/
publish.html
File metadata and controls
133 lines (121 loc) · 7.45 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
<!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">
<meta name="description" content="A blogging platform that allows bloggers to write and publish their blogs. Articles on a wide range of topics where you can express your creativity easily.">
<meta name="keyword" content=
"coding blogs,
Artificial intelligence blog,
coding blogspot,
coding blogs java,
coder blogs,
codein blogs view,
codeinblogs,
coding blogs AI,
coding blog,
WEB coding blogs,
advanced coding blog,
coding code blog,
seek CodeINBlogs.co,
python coding blogs,
coding tutorial blogs,
wordpress coding blogs,
Anshul soni,
Anshul soni 12 year old web developer,
12 year old programmer blog,
publish blog on coding,
coding a blog website from scratch,
coding a blog in html,
how to code your own blog,
How to Start with FrontEnd Development?,
Prompts in AI is challenging task in Future.?,
Blogging platform, Developer community, Coder community, Job portal, Coding challenges, Hackathons, Programming journey, Hands-on learning, Inclusive community, Vibrant community, Collaborate, Grow, Programming horizons, Supportive space, Valuable insights, Industry expert, Practical experiences, Learn, Thrive, Tech industry, Coding resources, Coding tutorials, Coding tips, Programming skills, Coding discussions, Coding forums, Programming events, Coding competitions, Coding jobs, Programming opportunities, Coding career.">
<meta name="author" content="CodeINBlogs,Anshul Soni">
<title>Post Your Article - CodeINBlogs</title>
<link rel="stylesheet" href="./style/output.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.css" rel="stylesheet" />
</head>
<body class="dark bg-gray-900">
<div class="flex min-h-full flex-col justify-center px-4 py-10 lg:px-8">
<div class="sm:mx-auto sm:w-full sm:max-w-md border-2 border-gray-300 rounded-lg px-6 py-4">
<h2 class="mt-4 text-center text-2xl font-bold leading-9 tracking-tight text-white">Post New Article</h2>
<div class="mt-8 sm:mx-auto sm:w-full">
<form class="space-y-6" action="https://formspree.io/f/xzbqnpkn" method="POST">
<div>
<div class="mt-2">
<input placeholder="Enter your name" id="text" name="Name of publisher" type="text"
autocomplete="text" required
class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6">
</div>
</div>
<div>
<div class="mt-2">
<input placeholder="Enter your email id" id="email" name="email of publisher" type="email"
autocomplete="email" required
class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6">
</div>
</div>
<div>
<div class="mt-2">
<input placeholder="Enter your topic" id="text" name="topic of article" type="text"
autocomplete="text" required
class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6">
</div>
</div>
<div>
<p class="my-3 text-sm text-gray-500">
Write your article in any format you prefer. Don't worry about the formatting; our advanced
algorithm will automatically format your article for you. </p>
<div class="mt-2">
<textarea id="message" rows="4" name="Content of Article"
class="block p-2.5 w-full text-sm rounded-lg" placeholder="Write Article"
required></textarea>
</div>
</div>
<div>
<div class="mt-2">
<input placeholder="Article Category" id="text" name="Category of Article" type="text"
autocomplete="text" required
class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6">
</div>
</div>
<div>
<div class="mt-2">
<input placeholder="Add Social Media Profile" id="text" name="Social Profile Link"
type="text" autocomplete="text" required
class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6">
</div>
</div>
<div>
<div class="mt-2">
<input placeholder="Link to Your Profile Image(not required)" id="text"
name="author img link" type="text" autocomplete="text"
class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6">
<span class="text-gray-600 mt-4"><input type="checkbox" name="UserVerify= Okay" required> I
confirm that I have filled out all the required information accurately and
completely.</span>
</div>
</div>
<div>
<button type="submit"
class="flex w-full justify-center rounded-md bg-indigo-600 px-3 py-1.5 text-sm font-semibold leading-6 text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Submit</button>
</div>
</form>
<p class="mt-4 text-center text-sm text-gray-500">
Our team will review your article within 2-3 working days
</p>
</div>
</div>
</div>
</body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-17C8VGB69W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-17C8VGB69W');
</script>
</html>