You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Notable projects with impact/metrics (downloads, users, etc.)
187
+
- Problem-solving approach and work philosophy
188
+
- Educational background
189
+
190
+
2. Format as a concise professional bio (2-3 short paragraphs):
191
+
- First paragraph: Current role, experience level, and primary expertise
192
+
- Second paragraph: Key achievements, projects, and technical strengths
193
+
- Third paragraph (optional): Approach to work, values, or unique differentiators
194
+
195
+
3. Style guidelines:
196
+
- Professional but approachable tone
197
+
- Use specific technologies and metrics when available
198
+
- Focus on outcomes and impact, not just responsibilities
199
+
- Avoid buzzwords and generic statements
200
+
- Be authentic to the website's tone
201
+
- No emojis
202
+
203
+
4. Make it scannable and LinkedIn-ready - something that can be copied directly into a professional profile or email introduction.`,
204
+
205
+
friendly: `Visit ${window.location.origin} and read through the website to understand Rahul's personality and interests.
206
+
207
+
Create a friendly, casual TLDR that would be useful for:
208
+
- Introducing him to new friends or social groups
209
+
- Social media bios (Twitter, Instagram, etc.)
210
+
- Casual networking or meetups
211
+
- When someone asks "tell me about yourself" in a non-professional setting
212
+
213
+
REQUIREMENTS:
214
+
1. Extract key information:
215
+
- Personal background and story
216
+
- Hobbies, interests, and passions
217
+
- Personality traits and quirks
218
+
- Creative pursuits and adventures
219
+
- What makes him interesting as a person
220
+
- Projects mentioned casually (not too technical)
221
+
222
+
2. Format as a friendly introduction (2-3 paragraphs):
223
+
- First paragraph: Who he is and what he's passionate about
224
+
- Second paragraph: Interests, hobbies, and personality highlights
225
+
- Third paragraph: Fun facts or what makes him unique
226
+
227
+
3. Style guidelines:
228
+
- Warm, conversational, and approachable
229
+
- Light humor is welcome
230
+
- Focus on personality over professional achievements
231
+
- Use casual language but stay authentic
232
+
- Can include emojis sparingly if it fits the tone
233
+
- Make it relatable and human
234
+
235
+
4. Make it something a friend would say when introducing him - natural, engaging, and easy to remember.`,
236
+
237
+
dating: `Visit ${window.location.origin} and analyze the website to understand Rahul's personality, interests, and what makes him interesting.
238
+
239
+
Create an engaging dating profile TLDR that would be useful for:
240
+
- Dating apps (Hinge, Bumble, Tinder bios)
241
+
- Social introductions in dating contexts
242
+
- Personal connection and attraction
243
+
244
+
REQUIREMENTS:
245
+
1. Extract key information:
246
+
- Age and location (if mentioned)
247
+
- Unique hobbies and interests
248
+
- Personality traits and energy
249
+
- Creative pursuits and adventures
250
+
- What makes him stand out
251
+
- Balance of professional and personal life
252
+
- Values and what matters to him
253
+
254
+
2. Format as an attractive dating profile (2-3 short paragraphs):
255
+
- First paragraph: Engaging hook that shows personality and confidence
256
+
- Second paragraph: Interests, passions, and what he enjoys doing
257
+
- Third paragraph: What makes him interesting or what he's looking for (if appropriate)
258
+
259
+
3. Style guidelines:
260
+
- Confident but not arrogant
261
+
- Authentic and genuine
262
+
- Playful and charming
263
+
- Show personality, not just list facts
264
+
- Avoid clichés ("I love travel and food")
265
+
- Be specific about interests
266
+
- Light humor and wit are welcome
267
+
- Emotionally intelligent tone
268
+
269
+
4. Make it appealing and authentic - something that would make someone want to know more about him. Focus on what makes him interesting as a person, not just his job.`,
270
+
};
271
+
272
+
constopenModal=()=>{
273
+
console.log("Opening modal",modal);
274
+
if(modal){
275
+
modal.setAttribute("aria-hidden","false");
276
+
document.body.style.overflow="hidden";
277
+
}else{
278
+
console.error("Modal not found when trying to open");
0 commit comments