Skip to main content

Review by a reader- Testimonial

Scorpio Man Love, Lust, and ObsessionScorpio Man Love, Lust, and Obsession by Nikita Gharat
My rating: 5 of 5 stars

I think she has described, the Scorpio man point blank. What I liked is the fact that she has elaborated the Scorpio stare.

She let's the girl in love with a Scorpio man distinguish between love and lust. It is true that Scorpio men are known for the loyalty but they can also be brutal heartbreakers. This book helps in finding out whether you are with a keeper or breaker. Also, there are additional chapters such as Scorpio man and eros signs, which help in knowing "what triggers the particular scorpio man".

The book has detailed insight, I loved reading it. Recommended for those in love with a Scorpio man and also for those who are Scorpio themselves.

View all my reviews

Éclat Mode Marketing and PR UGC creator onboarding

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Éclat Mode Marketing and PR: UGC Creator Onboarding Form</title>
    <style>
        :root {
            --primary-color: #d4af37; /* Luxury Gold Accent */
            --primary-dark: #b38f27;
            --bg-color: #fcfbfa;
            --card-bg: #ffffff;
            --text-color: #2c2c2c;
            --border-color: #e2dedb;
        }

        body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            background-color: var(--bg-color);
            color: var(--text-color);
            margin: 0;
            padding: 20px;
            line-height: 1.6;
        }

        .container {
            max-width: 700px;
            margin: 40px auto;
            background: var(--card-bg);
            border-top: 6px solid var(--primary-color);
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            padding: 40px;
        }

        .header h1 {
            font-size: 24px;
            margin-bottom: 10px;
            color: #1a1a1a;
            letter-spacing: 0.5px;
        }

        .header p {
            font-size: 15px;
            color: #666;
            margin-bottom: 30px;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 20px;
        }

        fieldset {
            border: 1px solid var(--border-color);
            border-radius: 6px;
            padding: 20px 25px;
            margin-bottom: 25px;
            background-color: #fff;
        }

        legend {
            font-weight: bold;
            color: var(--primary-dark);
            font-size: 16px;
            padding: 0 10px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group:last-child {
            margin-bottom: 0;
        }

        label {
            display: block;
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 14px;
            color: #333;
        }

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="date"],
        select {
            width: 100%;
            padding: 12px;
            border: 1px solid var(--border-color);
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 14px;
            transition: border-color 0.3s;
            background-color: #faf9f8;
        }

        input:focus, select:focus {
            outline: none;
            border-color: var(--primary-color);
            background-color: #fff;
        }

        .checkbox-group, .radio-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 8px;
        }

        .checkbox-label, .radio-label {
            font-weight: normal;
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            font-size: 14px;
        }

        input[type="checkbox"], input[type="radio"] {
            accent-color: var(--primary-color);
            width: 16px;
            height: 16px;
        }

        .submit-btn {
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 14px 25px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
            transition: background-color 0.3s, transform 0.1s;
            letter-spacing: 0.5px;
        }

        .submit-btn:hover {
            background-color: var(--primary-dark);
        }

        .submit-btn:active {
            transform: scale(0.98);
        }
    </style>
</head>
<body>

<div class="container">
    <div class="header">
        <h1>Éclat Mode Marketing and PR: UGC Creator Onboarding Form</h1>
        <p>Welcome to the Éclat Mode family! Please fill out the details below so we can match you with upcoming brand campaigns and streamline your onboarding[span_0](start_span)[span_0](end_span).</p>
    </div>

    <form action="#" method="POST">
        
        <!-- Section 1: Basic Creator Information -->
        <fieldset>
            <legend>Section 1: Basic Creator Information</legend>
            
            <div class="form-group">
                <label for="fullName">Full Name *</label>
                <input type="text" id="fullName" name="fullName" required placeholder="Enter your full name">
            </div>

            <div class="form-group">
                <label for="handle">Preferred Name / Professional Handle *</label>
                <input type="text" id="handle" name="handle" required placeholder="e.g., @yourhandle">
            </div>

            <div class="form-group">
                <label for="email">Email Address *</label>
                <input type="email" id="email" name="email" required placeholder="name@example.com">
            </div>

            <div class="form-group">
                <label for="phone">WhatsApp / Phone Number *</label>
                <input type="tel" id="phone" name="phone" required placeholder="+91 XXXXX XXXXX">
            </div>

            <div class="form-group">
                <label for="location">Current City & Country / Base Location *</label>
                <input type="text" id="location" name="location" required placeholder="e.g., Mumbai, India">
            </div>

            <div class="form-group">
                <label for="dob">Date of Birth (DD/MM/YYYY) *</label>
                <input type="date" id="dob" name="dob" required>
            </div>
        </fieldset>

        <!-- Section 2: Social Media & Portfolio Links -->
        <fieldset>
            <legend>Section 2: Social Media & Portfolio Links</legend>
            
            <div class="form-group">
                <label for="primaryPlatform">Primary Social Media Platform *</label>
                <select id="primaryPlatform" name="primaryPlatform" required>
                    <option value="" disabled selected>Select platform</option>
                    <option value="Instagram">Instagram</option>
                    <option value="TikTok">TikTok</option>
                    <option value="YouTube">YouTube</option>
                    <option value="Other">Other</option>
                </select>
            </div>

            <div class="form-group">
                <label for="mainProfileLink">Main Social Media Profile Link *</label>
                <input type="text" id="mainProfileLink" name="mainProfileLink" required placeholder="https://instagram.com/yourprofile">
            </div>

            <div class="form-group">
                <label for="secondaryLink">Secondary Platform Handle / Link (Optional)</label>
                <input type="text" id="secondaryLink" name="secondaryLink" placeholder="https://youtube.com/@yourprofile">
            </div>

            <div class="form-group">
                <label for="portfolioLink">UGC Portfolio / Media Kit Link *</label>
                <input type="text" id="portfolioLink" name="portfolioLink" required placeholder="Link to your best video samples, Drive folder, or Beacons/Linktree">
            </div>
        </fieldset>

        <!-- Section 3: Niche & Content Style -->
        <fieldset>
            <legend>Section 3: Niche & Content Style</legend>
            
            <div class="form-group">
                <label>Primary Content Niches (Select up to 3)</label>
                <div class="checkbox-group">
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Luxury & Fashion"> Luxury & Fashion[span_1](start_span)[span_1](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Beauty & Skincare"> Beauty & Skincare[span_2](start_span)[span_2](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Lifestyle & Vlogging"> Lifestyle & Vlogging[span_3](start_span)[span_3](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Tech & Gadgets"> Tech & Gadgets[span_4](start_span)[span_4](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Food & Hospitality"> Food & Hospitality[span_5](start_span)[span_5](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Fitness & Wellness"> Fitness & Wellness[span_6](start_span)[span_6](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Finance & Business"> Finance & Business[span_7](start_span)[span_7](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Travel"> Travel[span_8](start_span)[span_8](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="niches" value="Other"> Other[span_9](start_span)[span_9](end_span)</label>
                </div>
            </div>

            <div class="form-group" style="margin-top: 20px;">
                <label for="aesthetic">Aesthetic / Vibe (Choose the best match for your style)</label>
                <select id="aesthetic" name="aesthetic">
                    <option value="" disabled selected>Select aesthetic style</option>
                    <option value="Aesthetic & Cinematic">Aesthetic & Cinematic[span_10](start_span)[span_10](end_span)</option>
                    <option value="High-Energy & Trendy">High-Energy & Trendy[span_11](start_span)[span_11](end_span)</option>
                    <option value="Relatable & Conversational">Relatable & Conversational[span_12](start_span)[span_12](end_span)</option>
                    <option value="ASMR / Minimalist">ASMR / Minimalist[span_13](start_span)[span_13](end_span)</option>
                    <option value="Edgy & Bold">Edgy & Bold[span_14](start_span)[span_14](end_span)</option>
                    <option value="Educational & Professional">Educational & Professional[span_15](start_span)[span_15](end_span)</option>
                </select>
            </div>

            <div class="form-group" style="margin-top: 20px;">
                <label>Spoken Languages for Content Creation</label>
                <div class="checkbox-group">
                    <label class="checkbox-label"><input type="checkbox" name="languages" value="English"> English[span_16](start_span)[span_16](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="languages" value="Hindi"> Hindi[span_17](start_span)[span_17](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="languages" value="Marathi"> Marathi[span_18](start_span)[span_18](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="languages" value="French"> French[span_19](start_span)[span_19](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="languages" value="Spanish"> Spanish[span_20](start_span)[span_20](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="languages" value="Other"> Other[span_21](start_span)[span_21](end_span)</label>
                </div>
            </div>
        </fieldset>

        <!-- Section 4: Equipment & Technical Capabilities -->
        <fieldset>
            <legend>Section 4: Equipment & Technical Capabilities</legend>
            
            <div class="form-group">
                <label for="device">Primary Recording Device</label>
                <select id="device" name="device">
                    <option value="" disabled selected>Select recording device</option>
                    <option value="iPhone">iPhone[span_22](start_span)[span_22](end_span)</option>
                    <option value="Android Flagship">Android Flagship (Samsung/Google)[span_23](start_span)[span_23](end_span)</option>
                    <option value="Mirrorless/DSLR Camera">Mirrorless/DSLR Camera[span_24](start_span)[span_24](end_span)</option>
                </select>
            </div>

            <div class="form-group" style="margin-top: 20px;">
                <label for="editingSoftware">Editing Software Proficiency</label>
                <select id="editingSoftware" name="editingSoftware">
                    <option value="" disabled selected>Select primary editing tool</option>
                    <option value="CapCut">CapCut[span_25](start_span)[span_25](end_span)</option>
                    <option value="Adobe Premiere Pro">Adobe Premiere Pro[span_26](start_span)[span_26](end_span)</option>
                    <option value="Final Cut Pro">Final Cut Pro[span_27](start_span)[span_27](end_span)</option>
                    <option value="InShot">InShot[span_28](start_span)[span_28](end_span)</option>
                    <option value="Other">Other[span_29](start_span)[span_29](end_span)</option>
                </select>
            </div>

            <div class="form-group" style="margin-top: 20px;">
                <label for="lighting">Do you have access to professional lighting and a clean, aesthetic background setup?</label>
                <select id="lighting" name="lighting">
                    <option value="" disabled selected>Select option</option>
                    <option value="Yes">Yes[span_30](start_span)[span_30](end_span)</option>
                    <option value="No">No[span_31](start_span)[span_31](end_span)</option>
                    <option value="Working on it">Working on it[span_32](start_span)[span_32](end_span)</option>
                </select>
            </div>
        </fieldset>

        <!-- Section 5: Collaboration & Commercials -->
        <fieldset>
            <legend>Section 5: Collaboration & Commercials</legend>
            
            <div class="form-group">
                <label>Content Formats You Specialize In (Check all that apply)</label>
                <div class="checkbox-group">
                    <label class="checkbox-label"><input type="checkbox" name="formats" value="Reels / TikToks / Shorts"> Reels / TikToks / Shorts (Short-form video)[span_33](start_span)[span_33](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="formats" value="Unboxing & First Impressions"> Unboxing & First Impressions[span_34](start_span)[span_34](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="formats" value="Aesthetic Product B-Roll"> Aesthetic Product B-Roll[span_35](start_span)[span_35](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="formats" value="Product Review / Testimonial"> Product Review / Testimonial[span_36](start_span)[span_36](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="formats" value="Voiceover & Product Demo"> Voiceover & Product Demo[span_37](start_span)[span_37](end_span)</label>
                    <label class="checkbox-label"><input type="checkbox" name="formats" value="Live Streaming"> Live Streaming[span_38](start_span)[span_38](end_span)</label>
                </div>
            </div>

            <div class="form-group" style="margin-top: 20px;">
                <label for="rateCard">Expected Rate Card / Pricing Structure</label>
                <select id="rateCard" name="rateCard">
                    <option value="" disabled selected>Select pricing structure</option>
                    <option value="Per Video">Per Video (Short-form)[span_39](start_span)[span_39](end_span)</option>
                    <option value="Monthly Retainer">Monthly Retainer[span_40](start_span)[span_40](end_span)</option>
                    <option value="Gifting + Paid Collaboration">Gifting + Paid Collaboration[span_41](start_span)[span_41](end_span)</option>
                </select>
            </div>

            <div class="form-group" style="margin-top: 20px;">
                <label for="giftingOpen">Are you open to product gifting-only collaborations for emerging brands?</label>
                <select id="giftingOpen" name="giftingOpen">
                    <option value="" disabled selected>Select option</option>
                    <option value="Yes">Yes[span_42](start_span)[span_42](end_span)</option>
                    <option value="Depending on the brand">Depending on the brand[span_43](start_span)[span_43](end_span)</option>
                    <option value="No">No (Paid collaborations only)[span_44](start_span)[span_44](end_span)</option>
                </select>
            </div>
        </fieldset>

        <!-- Section 6: Administrative & Payout Details -->
        <fieldset>
            <legend>Section 6: Administrative & Payout Details</legend>
            
            <div class="form-group">
                <label for="paymentMethod">Preferred Payment Method</label>
                <select id="paymentMethod" name="paymentMethod">
                    <option value="" disabled selected>Select preferred payment method</option>
                    <option value="Bank Transfer">Bank Transfer[span_45](start_span)[span_45](end_span)</option>
                    <option value="PayPal">PayPal[span_46](start_span)[span_46](end_span)</option>
                    <option value="Other">Other[span_47](start_span)[span_47](end_span)</option>
                </select>
            </div>
        </fieldset>

        <button type="submit" class="submit-btn">Submit Onboarding Application</button>
    </form>
</div>

</body>
</html>


Comments

Popular posts from this blog

Transiting Pluto Conjunct Your Descendant: Evil Partners or Passionate Relationships?

So, Cancer ascendants you have either faced  this or are about to face this condition in your life. This something that will happen to you sooner or later. A plutonic person will walk in your life and it will never be the same after that incident. It can be a male for female and female for a male but he/she will leave you with unanswered questions. These questions shake the earth underneath you and ask you to "transform" your perspective of "relationships".  Pluto's deep (scorpionic) stare at Persephone Whether you are in a marriage or considering to marry, this man/woman will snatch the rose colored glasses of your eyes. Pluto is deep, earthshaking force that creates the strongest of tornadoes and leaves you eroded once it passes you. It changes the scene drastically and permanently for better or for worse. When this planet conjuncts your descendant by +- 4 degree orb, you may meet a partner with a heavy Scorpio or Pluto in his/her chart. In a moment...

8th House Synastry: When You Feel It Deeply and Madly!

When the 8th house is affected in synastry, you will feel the hit truly, madly  and deeply. However, the planet person may not know at all. Most of the times people don't understand that in synastry house overlays, the planet person is not affected. It is the house person who feels the energy of the planet. The same is applicable for the asteroids and points. The house person is the host while the planet person is the guest. Until unless it has any friend or enemy belonging to the planet person, there is no way the planet person will feel anything. That is why, unrequited love takes place. There are four sensitive points where planets in synastry can affect us deeply such as the ascendant (mind, personality), IC (soul and past lives), descendant (partnerships and open enemies) and MC (family name, public image and professional status). Nevertheless, there are other points that can be extremely personal such as 2nd house cusp (security needs), 5th house cusp (romance and pr...

Nessus in Houses, Signs and Synastry: Obsession Out of Control

For most people Nessus symbolizes abuse, excessive lust and manipulation. Although, it cannot be denied that it is associated with these qualities, it is unnatural to associate it solely with these things. I have read excessively disturbing interpretations of Nessus on the internet. I really cannot understand why some astrologers have a prejudice against some asteroids and planets. In this article, I will try to clear the air about Nessus and will give an insight about reading him in your chart and synastry. To begin with, Nessus is a centaur of Pluto. So, associating him with darkness, manipulation, obsession, possessiveness and excessive lust is understandable. Nessus is an uncontrolled unevolved Pluto. When he has hard aspects natally, then he shows his dark side but when he has good aspects then he can be a problem solver. Good aspects are aspects from Saturn, Jupiter and Chiron. Most astrologers over the internet want to paint a gruesome picture of Nessus. However, I believe...