Skip to content

Instantly share code, notes, and snippets.

@skolo-online
Created December 28, 2021 12:23
Show Gist options
  • Select an option

  • Save skolo-online/7f71fcb826110dc8461b03dd5764d773 to your computer and use it in GitHub Desktop.

Select an option

Save skolo-online/7f71fcb826110dc8461b03dd5764d773 to your computer and use it in GitHub Desktop.
AI Blog Writing Tool - HTML
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Skolo</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='images/favicon.png') }}">
</head>
<body>
<div class="container">
<h1 class="mt-5">Skolo Online Blog Writing Tool</h1>
<p>The Skolo blog writing tool will allow you to enter a blog topic and keywords --- and get in return a full blog that you can use anywhere. The tool intiially provides a list of topic ideas to choose from, once you select a topic, you can go ahead and generate a full content AI blog.</p>
<div class="row">
<div class="col-lg-6">
<form class="" action="/" method="post">
<div class="mb-3">
<label for="blogTopic" class="form-label">What topic do you want to get blog ideas on?</label>
<input type="text" class="form-control" id="blogTopic" name="blogTopic" placeholder="Enter a blog topic">
</div>
<input type="hidden" name="form1" value="form1">
<button type="submit" id="blogTopicButton" class="btn btn-primary">Generate Blog Ideas</button>
</form>
</div>
<div class="col-lg-6">
1. {{blogTopicIdeas|safe}}
</div>
</div>
<br>
<hr>
<br>
<div class="row">
<div class="col-lg-6">
<form class="" action="/" method="post">
<div class="mb-3">
<label for="blogSection" class="form-label">Enter the Blog Topic Below that you have selected to write about</label>
<input type="text" class="form-control" id="blogSection" name="blogSection" placeholder="Enter the blog title to generate blog sections on">
</div>
<input type="hidden" name="form2" value="form2">
<button type="submit" class="btn btn-primary">Generate Blog Sections</button>
</form>
</div>
<div class="col-lg-6">
{{blogSectionIdeas|safe}}
</div>
</div>
<br>
<hr>
<br>
<div class="row">
<div class="col-lg-6">
<form class="" action="/" method="post">
<div class="mb-3">
<label for="blogExpander" class="form-label">Enter the Blog section title you want to expand</label>
<input type="text" class="form-control" id="blogExpander" name="blogExpander" placeholder="Enter the blog section title">
</div>
<input type="hidden" name="form3" value="form3">
<button type="submit" class="btn btn-primary">Expand on the title</button>
</form>
</div>
<div class="col-lg-6">
{{blogExpanded|safe}}
</div>
</div>
</div>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>
@alexa1829
Copy link

Best AI Content Write and AI Images Generator from Text Prompts: https://writerzingo.com/

@heileymarkk
Copy link

There are some good writing tools now, and it's not hard to find the one which will for the best for you

@mileystones
Copy link

mileystones commented May 29, 2024

Thanks for the info! I think that nowadays, there are so many various tools, so writing is not that hard. Of course, everything depends on what you need to write and on a tool because the quality of each can be different. I have to write papers quite often, and this tool https://chat.openai.com/g/g-a0ULgFcuZ-essay-helper helps me the most. I've tried a few others, but I like this one the most, and each time, I get everything I need. It can be a grammar check, some ideas, and so on, and I think that having such tools is for sure beneficial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment