Add 2 files
Browse files- index.html +43 -103
- prompts.txt +4 -7
index.html
CHANGED
|
@@ -48,6 +48,11 @@
|
|
| 48 |
background: linear-gradient(135deg, rgba(20, 30, 40, 0.9) 0%, rgba(50, 60, 70, 0.8) 100%);
|
| 49 |
border-bottom: 3px solid #f59e0b;
|
| 50 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
@media (max-width: 768px) {
|
| 52 |
.parallax {
|
| 53 |
background-attachment: scroll;
|
|
@@ -64,26 +69,46 @@
|
|
| 64 |
</div>
|
| 65 |
</div>
|
| 66 |
|
| 67 |
-
<!--
|
| 68 |
-
<
|
| 69 |
-
<div class="
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
</div>
|
| 85 |
</div>
|
| 86 |
-
</
|
| 87 |
|
| 88 |
<!-- Navigation -->
|
| 89 |
<nav class="sticky top-0 bg-gray-800 shadow-lg z-40">
|
|
@@ -95,7 +120,6 @@
|
|
| 95 |
</a>
|
| 96 |
</div>
|
| 97 |
<div class="hidden md:flex space-x-6">
|
| 98 |
-
<a href="#personality" class="nav-link text-white hover:text-amber-400">Personality</a>
|
| 99 |
<a href="#crew" class="nav-link text-white hover:text-amber-400">Crew</a>
|
| 100 |
<a href="#enemies" class="nav-link text-white hover:text-amber-400">Enemies</a>
|
| 101 |
<a href="#quotes" class="nav-link text-white hover:text-amber-400">Quotes</a>
|
|
@@ -105,7 +129,6 @@
|
|
| 105 |
</button>
|
| 106 |
</div>
|
| 107 |
<div class="md:hidden hidden py-2" id="mobileMenu">
|
| 108 |
-
<a href="#personality" class="block py-2 text-white hover:text-amber-400">Personality</a>
|
| 109 |
<a href="#crew" class="block py-2 text-white hover:text-amber-400">Crew</a>
|
| 110 |
<a href="#enemies" class="block py-2 text-white hover:text-amber-400">Enemies</a>
|
| 111 |
<a href="#quotes" class="block py-2 text-white hover:text-amber-400">Quotes</a>
|
|
@@ -115,89 +138,6 @@
|
|
| 115 |
|
| 116 |
<!-- Main Content -->
|
| 117 |
<main>
|
| 118 |
-
<!-- Personality Section -->
|
| 119 |
-
<section id="personality" class="py-16 bg-gray-900">
|
| 120 |
-
<div class="container mx-auto px-4">
|
| 121 |
-
<div class="text-center mb-12">
|
| 122 |
-
<h2 class="text-3xl md:text-4xl font-bold text-amber-400 mb-4">Personality</h2>
|
| 123 |
-
<div class="w-24 h-1 bg-amber-500 mx-auto"></div>
|
| 124 |
-
</div>
|
| 125 |
-
<div class="grid md:grid-cols-1 gap-8">
|
| 126 |
-
<div class="bg-gray-800 p-8 rounded-lg shadow-lg hover:shadow-xl transition">
|
| 127 |
-
<div class="text-amber-400 text-4xl mb-6 text-center">
|
| 128 |
-
<i class="fas fa-user"></i>
|
| 129 |
-
</div>
|
| 130 |
-
<h3 class="text-2xl font-bold text-white mb-4 text-center">The True Nature of Captain Dreamer</h3>
|
| 131 |
-
<p class="text-gray-300 text-lg mb-6">
|
| 132 |
-
Goofy and dumb on the outside, Captain Dreamer presents himself as a carefree, bumbling pirate who seems more likely to trip over his own feet than command a ship. His exaggerated clumsiness and silly antics often make enemies underestimate him, but this is all part of his clever ruse.
|
| 133 |
-
</p>
|
| 134 |
-
<p class="text-gray-300 text-lg mb-6">
|
| 135 |
-
Beneath this facade lies a sharp mind that never stops analyzing. He sees patterns others miss, anticipates moves before they're made, and always has multiple backup plans. Though he appears weak, he possesses surprising strength and skill in battle - when he chooses to reveal it.
|
| 136 |
-
</p>
|
| 137 |
-
<p class="text-gray-300 text-lg mb-6">
|
| 138 |
-
His deepest loyalty is to his crew, whom he loves fiercely. He would sacrifice anything for them, though he'd never admit it in so many words. His leadership style is unorthodox but effective - he leads with humor and heart rather than fear.
|
| 139 |
-
</p>
|
| 140 |
-
<p class="text-gray-300 text-lg">
|
| 141 |
-
The only authorities he recognizes are God and his mother (who still scolds him for his life choices). He bows to no king, no navy, no pirate code except his own moral compass. This stubborn independence has gotten him into trouble more times than he can count, but he wouldn't have it any other way.
|
| 142 |
-
</p>
|
| 143 |
-
</div>
|
| 144 |
-
</div>
|
| 145 |
-
<div class="mt-12 bg-gray-800 p-8 rounded-lg shadow-lg">
|
| 146 |
-
<h3 class="text-2xl font-bold text-white mb-6 text-center">Captain's Code</h3>
|
| 147 |
-
<div class="grid md:grid-cols-2 gap-6">
|
| 148 |
-
<div class="flex items-start">
|
| 149 |
-
<div class="text-amber-400 mr-4 mt-1">
|
| 150 |
-
<i class="fas fa-check-circle text-xl"></i>
|
| 151 |
-
</div>
|
| 152 |
-
<div>
|
| 153 |
-
<h4 class="text-lg font-semibold text-white mb-2">Respect the Sea</h4>
|
| 154 |
-
<p class="text-gray-300">
|
| 155 |
-
The ocean gives and takes - never forget you're at her mercy. Never pollute her waters
|
| 156 |
-
or disrespect her power.
|
| 157 |
-
</p>
|
| 158 |
-
</div>
|
| 159 |
-
</div>
|
| 160 |
-
<div class="flex items-start">
|
| 161 |
-
<div class="text-amber-400 mr-4 mt-1">
|
| 162 |
-
<i class="fas fa-check-circle text-xl"></i>
|
| 163 |
-
</div>
|
| 164 |
-
<div>
|
| 165 |
-
<h4 class="text-lg font-semibold text-white mb-2">Honor Among Thieves</h4>
|
| 166 |
-
<p class="text-gray-300">
|
| 167 |
-
A pirate's word is binding. Deceit is for politicians and merchants - we steal openly
|
| 168 |
-
and with pride.
|
| 169 |
-
</p>
|
| 170 |
-
</div>
|
| 171 |
-
</div>
|
| 172 |
-
<div class="flex items-start">
|
| 173 |
-
<div class="text-amber-400 mr-4 mt-1">
|
| 174 |
-
<i class="fas fa-check-circle text-xl"></i>
|
| 175 |
-
</div>
|
| 176 |
-
<div>
|
| 177 |
-
<h4 class="text-lg font-semibold text-white mb-2">Protect the Weak</h4>
|
| 178 |
-
<p class="text-gray-300">
|
| 179 |
-
Only prey upon those who can defend themselves. The helpless deserve our protection,
|
| 180 |
-
not our predation.
|
| 181 |
-
</p>
|
| 182 |
-
</div>
|
| 183 |
-
</div>
|
| 184 |
-
<div class="flex items-start">
|
| 185 |
-
<div class="text-amber-400 mr-4 mt-1">
|
| 186 |
-
<i class="fas fa-check-circle text-xl"></i>
|
| 187 |
-
</div>
|
| 188 |
-
<div>
|
| 189 |
-
<h4 class="text-lg font-semibold text-white mb-2">Freedom Above All</h4>
|
| 190 |
-
<p class="text-gray-300">
|
| 191 |
-
No man should be shackled, whether by chains or by laws. The open sea is the only
|
| 192 |
-
true home for free souls.
|
| 193 |
-
</p>
|
| 194 |
-
</div>
|
| 195 |
-
</div>
|
| 196 |
-
</div>
|
| 197 |
-
</div>
|
| 198 |
-
</div>
|
| 199 |
-
</section>
|
| 200 |
-
|
| 201 |
<!-- Crew Section -->
|
| 202 |
<section id="crew" class="py-16 bg-gray-800 parallax">
|
| 203 |
<div class="container mx-auto px-4">
|
|
|
|
| 48 |
background: linear-gradient(135deg, rgba(20, 30, 40, 0.9) 0%, rgba(50, 60, 70, 0.8) 100%);
|
| 49 |
border-bottom: 3px solid #f59e0b;
|
| 50 |
}
|
| 51 |
+
.captain-info-box {
|
| 52 |
+
background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.9) 100%);
|
| 53 |
+
border: 3px solid #f59e0b;
|
| 54 |
+
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
|
| 55 |
+
}
|
| 56 |
@media (max-width: 768px) {
|
| 57 |
.parallax {
|
| 58 |
background-attachment: scroll;
|
|
|
|
| 69 |
</div>
|
| 70 |
</div>
|
| 71 |
|
| 72 |
+
<!-- Captain Info Box -->
|
| 73 |
+
<div class="container mx-auto px-4 py-8">
|
| 74 |
+
<div class="captain-info-box rounded-xl p-6 max-w-4xl mx-auto">
|
| 75 |
+
<div class="flex flex-col md:flex-row items-center gap-6">
|
| 76 |
+
<div class="w-32 h-32 md:w-40 md:h-40 flex-shrink-0">
|
| 77 |
+
<img src="https://img.apmcdn.org/fbe516db8819b3dbb95eb587c9c29886ba7190a6/square/33b109-20221024-full-moon-on-a-cloudy-night-1000.jpg"
|
| 78 |
+
alt="Captain Profile"
|
| 79 |
+
class="w-full h-full object-cover rounded-full border-4 border-amber-500">
|
| 80 |
+
</div>
|
| 81 |
+
<div class="text-center md:text-left">
|
| 82 |
+
<h1 class="text-3xl md:text-4xl font-bold text-amber-400 mb-2">CAPTAIN DREAMER</h1>
|
| 83 |
+
<p class="text-lg text-gray-300 mb-4">
|
| 84 |
+
The enigmatic pirate captain who sails under the moon's glow. A master of deception with a heart of gold,
|
| 85 |
+
he appears foolish to his enemies but hides a brilliant strategic mind. Loyal to his crew above all else,
|
| 86 |
+
he follows only his own moral code and the call of the open sea.
|
| 87 |
+
</p>
|
| 88 |
+
<div class="bg-gray-800 p-4 rounded-lg mb-4">
|
| 89 |
+
<h3 class="text-xl font-bold text-amber-400 mb-3">Personality</h3>
|
| 90 |
+
<p class="text-gray-300 mb-3">
|
| 91 |
+
Captain Dreamer presents himself as a carefree, bumbling pirate who seems more likely to trip over his own feet than command a ship. His exaggerated clumsiness and silly antics make enemies underestimate him, but this is all part of his clever ruse. Beneath this facade lies a sharp mind that never stops analyzing - he sees patterns others miss, anticipates moves before they're made, and always has multiple backup plans.
|
| 92 |
+
</p>
|
| 93 |
+
<p class="text-gray-300 mb-3">
|
| 94 |
+
Though he appears weak, he possesses surprising strength and skill in battle when he chooses to reveal it. His deepest loyalty is to his crew, whom he loves fiercely. He would sacrifice anything for them, though he'd never admit it in so many words. His leadership style is unorthodox but effective - he leads with humor and heart rather than fear.
|
| 95 |
+
</p>
|
| 96 |
+
<p class="text-gray-300">
|
| 97 |
+
The only authorities he recognizes are God and his mother (who still scolds him for his life choices). He bows to no king, no navy, no pirate code except his own moral compass. This stubborn independence has gotten him into trouble more times than he can count, but he wouldn't have it any other way. He follows his own code: Respect the sea that gives life, show honor among thieves, protect the weak from predation, and value freedom above all else.
|
| 98 |
+
</p>
|
| 99 |
+
</div>
|
| 100 |
+
<div class="flex justify-center md:justify-start gap-4">
|
| 101 |
+
<span class="bg-amber-900 text-amber-200 px-3 py-1 rounded-full text-sm">
|
| 102 |
+
<i class="fas fa-anchor mr-1"></i> Pirate Captain
|
| 103 |
+
</span>
|
| 104 |
+
<span class="bg-gray-700 text-gray-200 px-3 py-1 rounded-full text-sm">
|
| 105 |
+
<i class="fas fa-ship mr-1"></i> The Dreamer's Fortune
|
| 106 |
+
</span>
|
| 107 |
+
</div>
|
| 108 |
+
</div>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
+
</div>
|
| 112 |
|
| 113 |
<!-- Navigation -->
|
| 114 |
<nav class="sticky top-0 bg-gray-800 shadow-lg z-40">
|
|
|
|
| 120 |
</a>
|
| 121 |
</div>
|
| 122 |
<div class="hidden md:flex space-x-6">
|
|
|
|
| 123 |
<a href="#crew" class="nav-link text-white hover:text-amber-400">Crew</a>
|
| 124 |
<a href="#enemies" class="nav-link text-white hover:text-amber-400">Enemies</a>
|
| 125 |
<a href="#quotes" class="nav-link text-white hover:text-amber-400">Quotes</a>
|
|
|
|
| 129 |
</button>
|
| 130 |
</div>
|
| 131 |
<div class="md:hidden hidden py-2" id="mobileMenu">
|
|
|
|
| 132 |
<a href="#crew" class="block py-2 text-white hover:text-amber-400">Crew</a>
|
| 133 |
<a href="#enemies" class="block py-2 text-white hover:text-amber-400">Enemies</a>
|
| 134 |
<a href="#quotes" class="block py-2 text-white hover:text-amber-400">Quotes</a>
|
|
|
|
| 138 |
|
| 139 |
<!-- Main Content -->
|
| 140 |
<main>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
<!-- Crew Section -->
|
| 142 |
<section id="crew" class="py-16 bg-gray-800 parallax">
|
| 143 |
<div class="container mx-auto px-4">
|
prompts.txt
CHANGED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
remove
|
| 5 |
-
remove option to change flag/banner and under the CAPTAIN DREAMER add the https://media.discordapp.net/attachments/1362545726881665367/1376320714612805632/sketch1745906777033.jpg?ex=6834e60d&is=6833948d&hm=bc158d14b04326841057595dbe15eb32351adb2d9b68ec795cc071fbb1db9bcd&=&format=webp&width=687&height=701 as a flag also add Finbar as my first mate aka my right hand man use this as his pfp https://media.discordapp.net/attachments/1286321273718313022/1376324312293965834/OIP_2.jpg?ex=6834e966&is=683397e6&hm=326e900591d327df63707b417c63c8cbfc7699bea244aa492dda8875b613e7b4&=&format=webp do not add description to him
|
| 6 |
-
change The Golden Revenge Crew to The Dreamers add finbars description like this: Nice humble person Capetains first mate and best friend he is best mate one could wish for he is very very nice person and likes helping poor people he is free spirited care free and naughty sometimes
|
| 7 |
-
add enemies tab under the crew and put guy named TaRaNtUla wEeZurd in enemy tab his profile pic is https://media.discordapp.net/attachments/1376326854625202326/1376327331282550925/d75043f74b72d40d27d1fb3b9600ed392.jpg?ex=6834ec36&is=68339ab6&hm=3dca474af59914ed442f6b82f38267e93883646200c57495e298422a3da6568e&=&format=webp
|
|
|
|
| 1 |
+
clear captain name and description and put it in 1 box over wwhitch says Captain info profile picture is https://img.apmcdn.org/fbe516db8819b3dbb95eb587c9c29886ba7190a6/square/33b109-20221024-full-moon-on-a-cloudy-night-1000.jpg
|
| 2 |
+
okay so in the box u made about capetain put the personality of the capetain max 500-700 words or under but fully erase personality and Captain's Code
|
| 3 |
+
remove the The enigmatic pirate captain who sails under the moon's glow. A master of deception with a heart of gold, he appears foolish to his enemies but hides a brilliant strategic mind. Loyal to his crew above all else, he follows only his own moral code and the call of the open sea.
|
| 4 |
+
remove the The enigmatic pirate captain who sails under the moon's glow. A master of deception with a heart of gold, he appears foolish to his enemies but hides a brilliant strategic mind. Loyal to his crew above all else, he follows only his own moral code and the call of the open sea.
|
|
|
|
|
|
|
|
|