by Rk

aabra ka daabra

aabra ka daabra

 <?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE html>

<html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateVersion='1.3.0' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

<head>

    <meta charset='utf-8'/>

    <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0' name='viewport'/>

    <title><data:view.title.escaped/></title>

    <b:include data='blog' name='all-head-content'/>

    

    <b:skin><![CDATA[

        /* Custom Variables */

        :root {

            --keycolor: #dc2626;

            --textcolor: #ffffff;

            --bgcolor: #0f0f0f;

        }

        

        * {

            margin: 0;

            padding: 0;

            box-sizing: border-box;

        }

        

        body {

            font-family: -apple-system, BlinkMacSystemFont, sans-serif;

            background: var(--bgcolor);

            color: var(--textcolor);

            line-height: 1.6;

        }

        

        .container {

            max-width: 1200px;

            margin: 0 auto;

            padding: 0 20px;

        }

        

        .header {

            background: rgba(15, 15, 15, 0.95);

            border-bottom: 1px solid #333;

            position: sticky;

            top: 0;

            z-index: 1000;

        }

        

        .nav-container {

            display: flex;

            justify-content: space-between;

            align-items: center;

            padding: 1rem 0;

        }

        

        .logo {

            font-size: 1.8rem;

            font-weight: bold;

            color: var(--textcolor);

            text-decoration: none;

        }

        

        .nav-menu {

            display: flex;

            list-style: none;

            gap: 2rem;

        }

        

        .nav-menu a {

            color: var(--textcolor);

            text-decoration: none;

            transition: color 0.3s;

        }

        

        .nav-menu a:hover {

            color: var(--keycolor);

        }

        

        .mobile-menu-btn {

            display: none;

            background: none;

            border: none;

            color: var(--textcolor);

            font-size: 1.5rem;

            cursor: pointer;

        }

        

        .hero {

            background: linear-gradient(135deg, rgba(15, 15, 15, 0.8), rgba(30, 15, 15, 0.9));

            padding: 6rem 0;

            text-align: center;

        }

        

        .hero h1 {

            font-size: 3.5rem;

            margin-bottom: 1rem;

            font-weight: 700;

        }

        

        .hero p {

            font-size: 1.2rem;

            margin-bottom: 2rem;

            max-width: 600px;

            margin-left: auto;

            margin-right: auto;

            opacity: 0.9;

        }

        

        .cta-buttons {

            display: flex;

            gap: 1rem;

            justify-content: center;

            flex-wrap: wrap;

        }

        

        .btn {

            padding: 12px 24px;

            border: none;

            border-radius: 8px;

            text-decoration: none;

            font-weight: 600;

            transition: all 0.3s;

            cursor: pointer;

            display: inline-block;

        }

        

        .btn-primary {

            background: var(--keycolor);

            color: white;

        }

        

        .btn-secondary {

            background: transparent;

            color: var(--textcolor);

            border: 2px solid #333;

        }

        

        .stats {

            background: rgba(26, 26, 26, 0.8);

            padding: 3rem 0;

            text-align: center;

            border-top: 1px solid #333;

            border-bottom: 1px solid #333;

        }

        

        .stats-grid {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));

            gap: 2rem;

        }

        

        .stat-item h3 {

            font-size: 2.5rem;

            color: var(--keycolor);

            margin-bottom: 0.5rem;

        }

        

        .stat-item p {

            color: #ccc;

        }

        

        .main-content {

            padding: 4rem 0;

            display: grid;

            grid-template-columns: 1fr 300px;

            gap: 3rem;

        }

        

        .content-area {

            background: rgba(26, 26, 26, 0.6);

            border-radius: 12px;

            padding: 2rem;

            border: 1px solid #333;

        }

        

        .sidebar {

            background: rgba(26, 26, 26, 0.6);

            border-radius: 12px;

            padding: 2rem;

            border: 1px solid #333;

            height: fit-content;

        }

        

        .blog-posts {

            display: grid;

            gap: 2rem;

        }

        

        .post {

            background: #1a1a1a;

            border-radius: 12px;

            overflow: hidden;

            border: 1px solid #333;

            transition: all 0.3s;

        }

        

        .post:hover {

            transform: translateY(-4px);

            border-color: var(--keycolor);

        }

        

        .post-image {

            width: 100%;

            height: 200px;

            object-fit: cover;

            background: linear-gradient(45deg, var(--keycolor), #8b4513);

            display: flex;

            align-items: center;

            justify-content: center;

            color: white;

            font-size: 1.2rem;

        }

        

        .post-body {

            padding: 1.5rem;

        }

        

        .post-header {

            display: flex;

            gap: 1rem;

            margin-bottom: 1rem;

            font-size: 0.9rem;

            color: #999;

        }

        

        .post-labels a {

            background: var(--keycolor);

            color: white;

            padding: 4px 8px;

            border-radius: 4px;

            font-size: 0.8rem;

            text-decoration: none;

        }

        

        .post-title {

            font-size: 1.5rem;

            margin-bottom: 1rem;

            color: var(--textcolor);

        }

        

        .post-title a {

            color: inherit;

            text-decoration: none;

        }

        

        .post-title a:hover {

            color: var(--keycolor);

        }

        

        .post-snippet {

            color: #ccc;

            margin-bottom: 1rem;

        }

        

        .jump-link {

            color: var(--keycolor);

            text-decoration: none;

            font-weight: 600;

        }

        

        .widget {

            margin-bottom: 2rem;

        }

        

        .widget h2 {

            margin-bottom: 1rem;

            color: var(--textcolor);

            border-bottom: 2px solid var(--keycolor);

            padding-bottom: 0.5rem;

        }

        

        .widget ul {

            list-style: none;

        }

        

        .widget li {

            padding: 0.5rem 0;

            border-bottom: 1px solid #333;

        }

        

        .widget a {

            color: #ccc;

            text-decoration: none;

        }

        

        .widget a:hover {

            color: var(--keycolor);

        }

        

        .footer {

            background: rgba(15, 15, 15, 0.95);

            border-top: 1px solid #333;

            padding: 3rem 0 1rem;

            margin-top: 4rem;

        }

        

        .footer-content {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

            gap: 2rem;

            margin-bottom: 2rem;

        }

        

        .footer-section h4 {

            margin-bottom: 1rem;

            color: var(--textcolor);

        }

        

        .footer-section ul {

            list-style: none;

        }

        

        .footer-section li {

            margin-bottom: 0.5rem;

        }

        

        .footer-section a {

            color: #ccc;

            text-decoration: none;

        }

        

        .footer-section a:hover {

            color: var(--keycolor);

        }

        

        .footer-bottom {

            border-top: 1px solid #333;

            padding-top: 1rem;

            text-align: center;

            color: #999;

        }

        

        .post-page .post-title {

            font-size: 2.5rem;

            margin-bottom: 1.5rem;

        }

        

        .post-page .post-body-content {

            font-size: 1.1rem;

            line-height: 1.8;

            margin-top: 2rem;

        }

        

        .post-page .post-body-content h2,

        .post-page .post-body-content h3 {

            color: var(--textcolor);

            margin: 2rem 0 1rem;

        }

        

        .post-page .post-body-content p {

            margin-bottom: 1.5rem;

        }

        

        .post-page .post-body-content img {

            max-width: 100%;

            height: auto;

            border-radius: 8px;

            margin: 1.5rem 0;

        }

        

        .blog-pager {

            display: flex;

            justify-content: center;

            align-items: center;

            margin: 3rem 0;

            gap: 1rem;

        }

        

        .blog-pager a {

            padding: 0.5rem 1rem;

            background: rgba(26, 26, 26, 0.8);

            border: 1px solid #333;

            border-radius: 6px;

            color: var(--textcolor);

            text-decoration: none;

            transition: all 0.3s;

        }

        

        .blog-pager a:hover {

            background: var(--keycolor);

            border-color: var(--keycolor);

        }

        

        @media (max-width: 768px) {

            .nav-menu {

                display: none;

                position: absolute;

                top: 100%;

                left: 0;

                right: 0;

                background: rgba(15, 15, 15, 0.98);

                flex-direction: column;

                padding: 1rem;

                border-top: 1px solid #333;

            }

            

            .nav-menu.active {

                display: flex;

            }

            

            .mobile-menu-btn {

                display: block;

            }

            

            .hero h1 {

                font-size: 2.5rem;

            }

            

            .main-content {

                grid-template-columns: 1fr;

                gap: 2rem;

            }

            

            .cta-buttons {

                flex-direction: column;

                align-items: center;

            }

            

            .stats-grid {

                grid-template-columns: repeat(2, 1fr);

            }

        }

        

        @media (max-width: 480px) {

            .container {

                padding: 0 15px;

            }

            

            .hero {

                padding: 4rem 0;

            }

            

            .stats-grid {

                grid-template-columns: 1fr;

            }

        }

    ]]></b:skin>

</head>


<body>

    <header class='header'>

        <div class='container'>

            <nav class='nav-container'>

                <a class='logo' expr:href='data:blog.homepageUrl'><data:blog.title/></a>

                <ul class='nav-menu' id='navMenu'>

                    <li><a expr:href='data:blog.homepageUrl'>Home</a></li>

                    <li><a href='/search/label/Lifestyle'>Lifestyle</a></li>

                    <li><a href='/search/label/Style'>Style</a></li>

                    <li><a href='/search/label/Self%20Care'>Self Care</a></li>

                    <li><a href='/search/label/Teen%20Problems'>Teen Problems</a></li>

                    <li><a href='/p/about.html'>About</a></li>

                </ul>

                <button class='mobile-menu-btn' onclick='toggleMenu()'>☰</button>

            </nav>

        </div>

    </header>


    <b:if cond='data:view.isHomepage'>

        <section class='hero'>

            <div class='container'>

                <div class='hero-content'>

                    <h1>Navigate Your Teen Years with Confidence</h1>

                    <p>From mastering study techniques to building self-confidence, from solving friendship drama to discovering your personal style. We're here to guide you through every challenge and celebration of teenage life.</p>

                    <div class='cta-buttons'>

                        <a href='#latest' class='btn btn-primary'>Explore Guides</a>

                        <a href='/p/about.html' class='btn btn-secondary'>Learn More</a>

                    </div>

                </div>

            </div>

        </section>


        <section class='stats'>

            <div class='container'>

                <div class='stats-grid'>

                    <div class='stat-item'>

                        <h3>50K+</h3>

                        <p>Teens Helped</p>

                    </div>

                    <div class='stat-item'>

                        <h3>200+</h3>

                        <p>Helpful Guides</p>

                    </div>

                    <div class='stat-item'>

                        <h3>95%</h3>

                        <p>Success Rate</p>

                    </div>

                    <div class='stat-item'>

                        <h3>24/7</h3>

                        <p>Support</p>

                    </div>

                </div>

            </div>

        </section>

    </b:if>


    <div class='container'>

        <main class='main-content' b:class='data:view.isPost ? &quot;post-page&quot; : &quot;&quot;' id='latest'>

            <div class='content-area'>

                <b:section class='main' id='main' maxwidgets='1' showaddelement='no'>

                    <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='2' visible='true'>

                        <b:widget-settings>

                            <b:widget-setting name='showDateHeader'>false</b:widget-setting>

                            <b:widget-setting name='showShareButtons'>true</b:widget-setting>

                        </b:widget-settings>

                        <b:includable id='main'>

                            <b:if cond='data:view.isHomepage'>

                                <h2 style='margin-bottom: 2rem;'>Latest Guides</h2>

                                <div class='blog-posts'>

                                    <b:loop values='data:posts' var='post'>

                                        <b:include data='post' name='post'/>

                                    </b:loop>

                                </div>

                            <b:else/>

                                <b:loop values='data:posts' var='post'>

                                    <b:include data='post' name='post'/>

                                </b:loop>

                            </b:if>

                            <b:include name='nextprev'/>

                        </b:includable>

                        

                        <b:includable id='post' var='post'>

                            <article class='post'>

                                <b:if cond='data:view.isHomepage'>

                                    <b:if cond='data:post.featuredImage'>

                                        <img class='post-image' expr:alt='data:post.title' expr:src='data:post.featuredImage'/>

                                    <b:else/>

                                        <div class='post-image'><data:post.title/></div>

                                    </b:if>

                                    <div class='post-body'>

                                        <div class='post-header'>

                                            <b:if cond='data:post.labels'>

                                                <div class='post-labels'>

                                                    <a expr:href='&quot;/search/label/&quot; + data:post.labels.first.name' rel='tag'><data:post.labels.first.name/></a>

                                                </div>

                                            </b:if>

                                            <time expr:datetime='data:post.date.iso8601'><data:post.date/></time>

                                            <span>5 min read</span>

                                        </div>

                                        <h2 class='post-title'>

                                            <a expr:href='data:post.url'><data:post.title/></a>

                                        </h2>

                                        <div class='post-snippet'>

                                            <data:post.snippet/>

                                        </div>

                                        <a class='jump-link' expr:href='data:post.url'>Read More →</a>

                                    </div>

                                <b:else/>

                                    <div class='post-body'>

                                        <div class='post-header'>

                                            <b:if cond='data:post.labels'>

                                                <div class='post-labels'>

                                                    <a expr:href='&quot;/search/label/&quot; + data:post.labels.first.name' rel='tag'><data:post.labels.first.name/></a>

                                                </div>

                                            </b:if>

                                            <time expr:datetime='data:post.date.iso8601'><data:post.date/></time>

                                            <span>by <data:post.author.name/></span>

                                        </div>

                                        <h1 class='post-title'><data:post.title/></h1>

                                        <b:if cond='data:post.featuredImage'>

                                            <img expr:alt='data:post.title' expr:src='data:post.featuredImage' style='width:100%;height:400px;object-fit:cover;border-radius:12px;margin:2rem 0;'/>

                                        </b:if>

                                        <div class='post-body-content'>

                                            <data:post.body/>

                                        </div>

                                    </div>

                                </b:if>

                            </article>

                        </b:includable>

                        

                        <b:includable id='nextprev'>

                            <b:if cond='data:view.isHomepage'>

                                <div class='blog-pager'>

                                    <b:if cond='data:newerPageUrl'>

                                        <a class='blog-pager-newer-link' expr:href='data:newerPageUrl'>← Newer Posts</a>

                                    </b:if>

                                    <b:if cond='data:olderPageUrl'>

                                        <a class='blog-pager-older-link' expr:href='data:olderPageUrl'>Older Posts →</a>

                                    </b:if>

                                </div>

                            </b:if>

                        </b:includable>

                    </b:widget>

                </b:section>

            </div>


            <aside class='sidebar'>

                <b:section class='sidebar' id='sidebar' showaddelement='yes'>

                    <b:widget id='HTML1' locked='false' title='Trending Guides' type='HTML' visible='true'>

                        <b:widget-settings>

                            <b:widget-setting name='content'><![CDATA[

                                <ul>

                                    <li><a href="#">How to Actually Focus While Studying</a></li>

                                    <li><a href="#">Setting Boundaries with Parents</a></li>

                                    <li><a href="#">Building Your Dream Morning Routine</a></li>

                                    <li><a href="#">Teen Self-Care Guide</a></li>

                                    <li><a href="#">Finding Your Personal Style</a></li>

                                </ul>

                            ]]></b:widget-setting>

                        </b:widget-settings>

                        <b:includable id='main'>

                            <b:include name='widget-title'/>

                            <div class='widget-content'>

                                <data:content/>

                            </div>

                        </b:includable>

                    </b:widget>


                    <b:widget id='Label1' locked='false' title='Categories' type='Label' visible='true'>

                        <b:includable id='main'>

                            <b:include name='widget-title'/>

                            <div class='widget-content'>

                                <ul>

                                    <b:loop values='data:labels' var='label'>

                                        <li>

                                            <a expr:href='data:label.url'><data:label.name/> <span style='float:right;color:#999;'>(<data:label.count/>)</span></a>

                                        </li>

                                    </b:loop>

                                </ul>

                            </div>

                        </b:includable>

                    </b:widget>


                    <b:widget id='HTML2' locked='false' title='Join Our Community' type='HTML' visible='true'>

                        <b:widget-settings>

                            <b:widget-setting name='content'><![CDATA[

                                <div style="background: linear-gradient(135deg, var(--keycolor), #8b4513); padding: 2rem; border-radius: 12px; text-align: center; margin: 2rem 0;">

                                    <p style="color: white; margin-bottom: 1rem;">Get weekly life hacks, study tips, and personal growth advice delivered straight to your inbox.</p>

                                    <form style="display: flex; gap: 0.5rem; margin-top: 1rem; flex-direction: column;" onsubmit="return false;">

                                        <input placeholder="Enter your email" type="email" style="flex: 1; padding: 12px; border: none; border-radius: 6px; background: rgba(255, 255, 255, 0.9);"/>

                                        <button type="submit" style="background: rgba(0, 0, 0, 0.8); color: white; border: none; padding: 12px 20px; border-radius: 6px; cursor: pointer;">Join Us</button>

                                    </form>

                                </div>

                            ]]></b:widget-setting>

                        </b:widget-settings>

                        <b:includable id='main'>

                            <b:include name='widget-title'/>

                            <div class='widget-content'>

                                <data:content/>

                            </div>

                        </b:includable>

                    </b:widget>

                </b:section>

            </aside>

        </main>

    </div>


    <footer class='footer'>

        <div class='container'>

            <div class='footer-content'>

                <div class='footer-section'>

                    <h4><data:blog.title/></h4>

                    <p>Empowering teens with authentic guidance, practical life skills, and the confidence to navigate their unique journey.</p>

                </div>

                <div class='footer-section'>

                    <h4>Life Areas</h4>

                    <ul>

                        <li><a href='/search/label/Academic%20Success'>Academic Success</a></li>

                        <li><a href='/search/label/Personal%20Growth'>Personal Growth</a></li>

                        <li><a href='/search/label/Mental%20Health'>Mental Health</a></li>

                        <li><a href='/search/label/Relationships'>Relationships</a></li>

                        <li><a href='/search/label/Life%20Skills'>Life Skills</a></li>

                    </ul>

                </div>

                <div class='footer-section'>

                    <h4>Resources</h4>

                    <ul>

                        <li><a href='/search/label/Study%20Guides'>Study Guides</a></li>

                        <li><a href='/search/label/Goal%20Planning'>Goal Planning</a></li>

                        <li><a href='/search/label/Self%20Care'>Self-Care Tools</a></li>

                        <li><a href='/search/label/Crisis%20Support'>Crisis Support</a></li>

                        <li><a href='/search/label/Book%20Club'>Book Club</a></li>

                    </ul>

                </div>

                <div class='footer-section'>

                    <h4>Community</h4>

                    <ul>

                        <li><a href='/p/share-story.html'>Share Your Story</a></li>

                        <li><a href='/p/ask-questions.html'>Ask Questions</a></li>

                        <li><a href='/p/peer-support.html'>Peer Support</a></li>

                        <li><a href='/p/write-for-us.html'>Write for Us</a></li>

                        <li><a href='/p/become-mentor.html'>Become a Mentor</a></li>

                    </ul>

                </div>

            </div>

            <div class='footer-bottom'>

                <p>© 2025 <data:blog.title/>. Made with care for the teen community.</p>

                <p>Created with ❤ for teens, by people who remember what it's like</p>

            </div>

        </div>

    </footer>


    <script>

        function toggleMenu() {

            var menu = document.getElementById('navMenu');

            menu.classList.toggle('active');

        }


        document.addEventListener('click', function(e) {

            var menu = document.getElementById('navMenu');

            var menuBtn = document.querySelector('.mobile-menu-btn');

            

            if (menu &amp;&amp; menuBtn &amp;&amp; !menu.contains(e.target) &amp;&amp; !menuBtn.contains(e.target)) {

                menu.classList.remove('active');

            }

        });

    </script>

</body>

</html>