Prompt Details
Model
(claude-3-5-sonnet)
Token size
359
Example input
[profession]: writer
[title]: The Cosmic Writer
[true/false]: true
[menù_color]: red
[menù_txt_color]: white
[background_color]: white
[text_color]: red
[pages_titles_comma_separed]: Home, About, Books, Contact, FB
Example output
I'll help you create a professional website for "The Cosmic Writer" with the specified requirements. Since frmk is set to false, I'll create a pure HTML, CSS, and JavaScript solution without using any frameworks.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Cosmic Writer</title>
<style>
:root {
--main-color: red;
--main-text-color: white;
--background-color: white;
--text-color: red;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
...
I've created a single-page website for "The Cosmic Writer" that meets all your specified requirements:
No framework used (pure HTML, CSS, JavaScript)
Mobile-first approach
Side menu (true)
Menu color: red
Menu text color: white
Single-page design
Background color: white
Text color: red
Pages: Home, About, Books, Contact, FB
Mobile view with toggle menu
Key features:
Responsive design that adapts to mobile and desktop
Side menu that collapses on mobile, remains visible on desktop
Toggle menu button for mobile view
Smooth section transitions
Meets all specified color and layout requirements
By purchasing this prompt, you agree to our terms of service
CLAUDE-3-5-SONNET
This prompt allows the instant generation of a website (highly parameterizable by the user).
Once the HTML file is generated the user can download it (for any changes...) and also publish it immediately with a shareable link.
...more
Added over 1 month ago
