It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://blogbright.net/rss/

  1. <!DOCTYPE html>
  2. <!--
  3.    Design by:
  4.    ——————————
  5.        GODO FREDO
  6.        ✉ https://godofredo.ninja
  7.        ✎ @GodoFredoNinja
  8.        ✈ Lima - Perú
  9. -->
  10. <html lang="en">
  11. <head>
  12.    <meta charset="utf-8" />
  13.    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  14.  
  15.    <title>Bright Minds</title>
  16.  
  17.    <meta name="HandheldFriendly" content="True" />
  18.    <meta name="viewport" content="width=device-width, initial-scale=1">
  19.  
  20.    <script>
  21.        if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
  22.            document.querySelector('html').classList.add('dark');
  23.        } else {
  24.            document.querySelector('html').classList.remove('dark');
  25.        }
  26.    </script>
  27.  
  28.    <link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"/>
  29.    <noscript><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet"></noscript>
  30.  
  31.    <link rel="stylesheet" type="text/css" href="/assets/styles/main.css?v=dd9e9fb802"/>
  32.  
  33.    <link rel="alternate" type="application/rss+xml" title="Bright Minds" href="https://blogbright.net/rss/" />
  34.    
  35.    <style>:root {--ghost-accent-color: #050000;}</style>
  36.  
  37.    
  38. </head>
  39. <body class="is-error-page bg-gray-200">
  40.    <div class="simply-viewport flexColumnTop">
  41.        <header class="header bg-header w-full text-sm flex items-center sticky top-0 z-20">
  42.    <div class="header-wrap mx-auto flex items-center flex-auto px-4 w-full max-w-extreme">
  43.        <div class="header-left mr-5 flex flex-none items-center">
  44.            <a href="https://blogbright.net"
  45.                class="header-logo inline-block leading-none godo-tracking"
  46.                data-event-category="Header"
  47.                data-event-action="Logo"
  48.                data-event-label="Click"
  49.                data-event-non-interaction="true">
  50.                    <span class="text-2xl font-bold">Bright Minds</span>
  51.            </a>
  52.        </div>
  53.  
  54.                
  55.  
  56. <nav class="header-center mainMenu relative flex items-center pr-5 flex-grow overflow-auto lg:overflow-visible">
  57.    <ul itemscope
  58.        itemtype="http://www.schema.org/SiteNavigationElement"
  59.        class="nav whitespace-no-wrap hidden lg:flex">
  60.  
  61.        <li itemprop="name" class="ml-0">
  62.            <a itemprop="url"
  63.                href="https://blogbright.net/"
  64.                class="mainMenu-link godo-tracking hover:text-primary font-medium"
  65.                data-event-category="Header"
  66.                data-event-action="Menu"
  67.                data-event-label="Home"
  68.                data-event-non-interaction="true">
  69.                Home
  70.            </a>
  71.        </li>
  72.        <li itemprop="name" class="ml-5">
  73.            <a itemprop="url"
  74.                href="https://blogbright.net/about/"
  75.                class="mainMenu-link godo-tracking hover:text-primary font-medium"
  76.                data-event-category="Header"
  77.                data-event-action="Menu"
  78.                data-event-label="About"
  79.                data-event-non-interaction="true">
  80.                About
  81.            </a>
  82.        </li>
  83.        <li itemprop="name" class="ml-5">
  84.            <a itemprop="url"
  85.                href="https://blogbright.net/user-agreement/"
  86.                class="mainMenu-link godo-tracking hover:text-primary font-medium"
  87.                data-event-category="Header"
  88.                data-event-action="Menu"
  89.                data-event-label="User Agreement"
  90.                data-event-non-interaction="true">
  91.                User Agreement
  92.            </a>
  93.        </li>
  94.  
  95.  
  96.    </ul>
  97. </nav>
  98.  
  99.  
  100.  
  101.        <div class="header-right flex-none flex justify-end items-center u-menu-color">
  102.            <a role="button" class="js-dark-mode button is-white items-center hidden mr-2 md:flex" aria-label="Dark and Light Mode">
  103.                <svg class="icon icon--moon m-0" style="margin-right:calc(-0.5em - 1px)"><use xlink:href="#icon-moon"></use></svg>
  104.                <svg class="icon icon--sunny m-0 hidden" style="margin-left:calc(-0.5em - 1px)"><use xlink:href="#icon-sunny"></use></svg>
  105.            </a>
  106.  
  107.            <a href="javascript:;"
  108.                aria-label="Toggle Search"
  109.                class="js-modal-button godo-tracking hidden button is-white mr-2"
  110.                data-target="modal-search"
  111.                aria-haspopup="true"
  112.                data-event-category="Header"
  113.                data-event-action="Search"
  114.                data-event-label="Click"
  115.                data-event-non-interaction="true">
  116.                <svg class="icon icon--search"><use xlink:href="#icon-search"></use></svg>
  117.            </a>
  118.  
  119.            
  120. <a class="button is-white mr-2 text-sm font-medium hidden md:flex" href="https://blogbright.net/ghost/#/signin/">Log in</a>
  121. <a class="button is-primary text-sm font-medium hidden md:flex" href="https://blogbright.net/ghost/#/signup/afe2/">Join Us</a>
  122.  
  123.  
  124.            <div class="js-menu-toggle menu-burger button is-white relative ml-2 lg:hidden"><span></span><span></span><span></span></div>
  125.        </div>
  126.    </div>
  127. </header>
  128.  
  129. <div class="nav-mob fixed inset-0 pt-16 bg-header h-screen z-10 w-full text-center overflow-y-auto lg:hidden">
  130.    <div class="nav-mob-wrap absolute inset-0 top-16 pt-5 flex flex-col">
  131.  
  132.        <div class="py-4 flex justify-center md:hidden">
  133.            <a data-portal="signin" class="button mr-2 is-black text-sm font-medium" href="#">Log in</a>
  134.            <a data-portal="account/plans" class="button is-primary text-sm font-medium" href="#">Subscribe</a>
  135.        </div>
  136.  
  137.        <div class="py-4 justify-center md:hidden">
  138.            <a role="button" class="js-dark-mode button is-white" aria-label="Dark and Light Mode">
  139.                <svg class="icon icon--moon m-0" style="margin-right:calc(-0.5em - 1px)"><use xlink:href="#icon-moon"></use></svg>
  140.                <svg class="icon icon--sunny m-0 hidden" style="margin-left:calc(-0.5em - 1px)"><use xlink:href="#icon-sunny"></use></svg>
  141.            </a>
  142.        </div>
  143.  
  144.        <div class="py-4 flex-auto">
  145.  
  146. <ul>
  147.    <li>
  148.        <a href="https://blogbright.net/" class="block px-5 py-2 font-medium text-22 leading-tight">Home</a>
  149.    </li>
  150.    <li>
  151.        <a href="https://blogbright.net/about/" class="block px-5 py-2 font-medium text-22 leading-tight">About</a>
  152.    </li>
  153.    <li>
  154.        <a href="https://blogbright.net/user-agreement/" class="block px-5 py-2 font-medium text-22 leading-tight">User Agreement</a>
  155.    </li>
  156. </ul>
  157.  
  158. </div>
  159.  
  160.        <div class="js-social-media social-media nav-mob-social-media social-media is-inline py-4">
  161.    <a class="godo-tracking p-2 inline-block hover:text-facebook"
  162.        data-event-category="Header"
  163.        data-event-action="Social"
  164.        data-event-label="Facebook"
  165.        data-event-non-interaction="true"
  166.        title="Facebook ghost"
  167.        aria-label="Facebook ghost"
  168.        href="https://www.facebook.com/ghost"
  169.        target="_blank"
  170.        rel="noopener noreferrer">
  171.        <svg class="icon icon--facebook"><use xlink:href="#icon-facebook"></use></svg>
  172.    </a>
  173.  
  174.    <a class="godo-tracking p-2 inline-block hover:text-twitter"
  175.        data-event-category="Header"
  176.        data-event-action="Social"
  177.        data-event-label="Twitter"
  178.        data-event-non-interaction="true"
  179.        title="Twitter @ghost"
  180.        aria-label="Twitter @ghost"
  181.        href="https://twitter.com/ghost"
  182.        target="_blank"
  183.        rel="noopener noreferrer">
  184.        <svg class="icon icon--twitter"><use xlink:href="#icon-twitter"></use></svg>
  185.    </a>
  186. </div>    </div>
  187. </div>
  188.  
  189.        <main class="simply-main relative min-h-lg ">
  190.  
  191.  
  192. <section class="errorPage leading-none py-12 lg:py-vw8">
  193.    <div class="errorPage-wrap container mx-auto text-center text-gray-500">
  194.        <div class="errorPage-emoji font-bold text-title text-8xl lg:text-9xl">404</div>
  195.        <div class="errorPage-text mt-10">Unfortunately, this page doesn&#x27;t exist</div>
  196.    </div>
  197. </section>
  198.  
  199.    <div class="container mx-auto">
  200.        <div class="max-w-1100 mx-auto pb-8">
  201.            <div class="row">
  202.                <div class="col s12 m6 l4">
  203.                    <div class="storySmall overflow-hidden flex flex-col relative mb-8 w-full shadow "
  204.    >
  205.  
  206.    <a href="/4-life-lessons-easy-to-learn-but-hard-to-live-by/" class="storySmall-img-link">
  207.        <img class="storySmall-img object-cover w-full h-40 blur-up lazyload"
  208.            src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
  209.            data-srcset="https://images.unsplash.com/photo-1593642532871-8b12e02d091c?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wxfDF8YWxsfDF8fHx8fHwyfHwxNjIwMjkzNTQ1&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 100w,https://images.unsplash.com/photo-1593642532871-8b12e02d091c?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wxfDF8YWxsfDF8fHx8fHwyfHwxNjIwMjkzNTQ1&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 300w,https://images.unsplash.com/photo-1593642532871-8b12e02d091c?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wxfDF8YWxsfDF8fHx8fHwyfHwxNjIwMjkzNTQ1&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 600w"
  210.            data-sizes="auto"
  211.            width="350"
  212.            height="160"
  213.            alt="4 Life Lessons Easy To Learn But Hard To Live By"
  214.        />
  215.    </a>
  216.  
  217.    <div class="storySmall-inner p-4 flex flex-col justify-between flex-grow">
  218.        <div class="storySmall-body">
  219.                <h2 class="text-22 lineClamp-2 text-title mb-2 leading-tight"><a href="/4-life-lessons-easy-to-learn-but-hard-to-live-by/">4 Life Lessons Easy To Learn But Hard To Live By</a></h2>
  220.        </div>
  221.  
  222.        <div class="hh-date flex items-center text-gray-500 text-sm">
  223.    <time class="datetime capitalize" datetime="2021-05-06" title="Updated 6 May 2021">6 May 2021</time>
  224.    <span class="bull mx-1">·</span>
  225.    <span class="readingTime cursor-default" title="5 min read">5 min read</span>
  226.    <svg class="icon icon--star is-small p-1"><use xlink:href="#icon-star"></use></svg>
  227. </div>    </div>
  228.  
  229.    <a href="/4-life-lessons-easy-to-learn-but-hard-to-live-by/" class="absolute inset-0 z-3" aria-label="4 Life Lessons Easy To Learn But Hard To Live By"></a>
  230. </div>                </div>
  231.                <div class="col s12 m6 l4">
  232.                    <div class="storySmall overflow-hidden flex flex-col relative mb-8 w-full shadow "
  233.    >
  234.  
  235.    <a href="/how-to-stop-spending-so-much-time-in-your-head/" class="storySmall-img-link">
  236.        <img class="storySmall-img object-cover w-full h-40 blur-up lazyload"
  237.            src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
  238.            data-srcset="https://images.unsplash.com/photo-1619680333072-3e947c65f4a3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDV8fFlvdXIlMjBIZWFkfGVufDB8fHx8MTYyMDI5MzU0Nw&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 100w,https://images.unsplash.com/photo-1619680333072-3e947c65f4a3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDV8fFlvdXIlMjBIZWFkfGVufDB8fHx8MTYyMDI5MzU0Nw&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 300w,https://images.unsplash.com/photo-1619680333072-3e947c65f4a3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDV8fFlvdXIlMjBIZWFkfGVufDB8fHx8MTYyMDI5MzU0Nw&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 600w"
  239.            data-sizes="auto"
  240.            width="350"
  241.            height="160"
  242.            alt="How to Stop Spending So Much Time in Your Head"
  243.        />
  244.    </a>
  245.  
  246.    <div class="storySmall-inner p-4 flex flex-col justify-between flex-grow">
  247.        <div class="storySmall-body">
  248.                <h2 class="text-22 lineClamp-2 text-title mb-2 leading-tight"><a href="/how-to-stop-spending-so-much-time-in-your-head/">How to Stop Spending So Much Time in Your Head</a></h2>
  249.        </div>
  250.  
  251.        <div class="hh-date flex items-center text-gray-500 text-sm">
  252.    <time class="datetime capitalize" datetime="2021-05-06" title="Updated 6 May 2021">6 May 2021</time>
  253.    <span class="bull mx-1">·</span>
  254.    <span class="readingTime cursor-default" title="4 min read">4 min read</span>
  255.    <svg class="icon icon--star is-small p-1"><use xlink:href="#icon-star"></use></svg>
  256. </div>    </div>
  257.  
  258.    <a href="/how-to-stop-spending-so-much-time-in-your-head/" class="absolute inset-0 z-3" aria-label="How to Stop Spending So Much Time in Your Head"></a>
  259. </div>                </div>
  260.                <div class="col s12 m6 l4">
  261.                    <div class="storySmall overflow-hidden flex flex-col relative mb-8 w-full shadow "
  262.    >
  263.  
  264.    <a href="/if-i-could-read-only-7-books-for-the-rest-of-my-life-id-read-these/" class="storySmall-img-link">
  265.        <img class="storySmall-img object-cover w-full h-40 blur-up lazyload"
  266.            src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
  267.            data-srcset="https://images.unsplash.com/photo-1620259601666-186ccd87ff74?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8YWxsfDh8fHx8fHwyfHwxNjIwMjkyNTgx&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 100w,https://images.unsplash.com/photo-1620259601666-186ccd87ff74?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8YWxsfDh8fHx8fHwyfHwxNjIwMjkyNTgx&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 300w,https://images.unsplash.com/photo-1620259601666-186ccd87ff74?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8YWxsfDh8fHx8fHwyfHwxNjIwMjkyNTgx&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 600w"
  268.            data-sizes="auto"
  269.            width="350"
  270.            height="160"
  271.            alt="If I Could Read Only 7 Books for The Rest of My Life, I’d Read These"
  272.        />
  273.    </a>
  274.  
  275.    <div class="storySmall-inner p-4 flex flex-col justify-between flex-grow">
  276.        <div class="storySmall-body">
  277.                <h2 class="text-22 lineClamp-2 text-title mb-2 leading-tight"><a href="/if-i-could-read-only-7-books-for-the-rest-of-my-life-id-read-these/">If I Could Read Only 7 Books for The Rest of My Life, I’d Read These</a></h2>
  278.        </div>
  279.  
  280.        <div class="hh-date flex items-center text-gray-500 text-sm">
  281.    <time class="datetime capitalize" datetime="2021-05-06" title="Updated 6 May 2021">6 May 2021</time>
  282.    <span class="bull mx-1">·</span>
  283.    <span class="readingTime cursor-default" title="10 min read">10 min read</span>
  284.    <svg class="icon icon--star is-small p-1"><use xlink:href="#icon-star"></use></svg>
  285. </div>    </div>
  286.  
  287.    <a href="/if-i-could-read-only-7-books-for-the-rest-of-my-life-id-read-these/" class="absolute inset-0 z-3" aria-label="If I Could Read Only 7 Books for The Rest of My Life, I’d Read These"></a>
  288. </div>                </div>
  289.                <div class="col s12 m6 l4">
  290.                    <div class="storySmall overflow-hidden flex flex-col relative mb-8 w-full shadow "
  291.    >
  292.  
  293.    <a href="/pediatrician-asked-me-to-cover-my-younger-childs-eye-while-they-were-examining-my-older-sons-penis/" class="storySmall-img-link">
  294.        <img class="storySmall-img object-cover w-full h-40 blur-up lazyload"
  295.            src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
  296.            data-srcset="https://images.unsplash.com/photo-1457408994065-3c1586bd86d0?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDF8fFBlZGlhdHJpY2lhbnxlbnwwfHx8fDE2MjAyOTI4NDA&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 100w,https://images.unsplash.com/photo-1457408994065-3c1586bd86d0?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDF8fFBlZGlhdHJpY2lhbnxlbnwwfHx8fDE2MjAyOTI4NDA&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 300w,https://images.unsplash.com/photo-1457408994065-3c1586bd86d0?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDF8fFBlZGlhdHJpY2lhbnxlbnwwfHx8fDE2MjAyOTI4NDA&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 600w"
  297.            data-sizes="auto"
  298.            width="350"
  299.            height="160"
  300.            alt="Pediatrician asked me to cover my younger child’s eye while they were examining my older son’s penis."
  301.        />
  302.    </a>
  303.  
  304.    <div class="storySmall-inner p-4 flex flex-col justify-between flex-grow">
  305.        <div class="storySmall-body">
  306.                <h2 class="text-22 lineClamp-2 text-title mb-2 leading-tight"><a href="/pediatrician-asked-me-to-cover-my-younger-childs-eye-while-they-were-examining-my-older-sons-penis/">Pediatrician asked me to cover my younger child’s eye while they were examining my older son’s penis.</a></h2>
  307.        </div>
  308.  
  309.        <div class="hh-date flex items-center text-gray-500 text-sm">
  310.    <time class="datetime capitalize" datetime="2021-05-06" title="Updated 6 May 2021">6 May 2021</time>
  311.    <span class="bull mx-1">·</span>
  312.    <span class="readingTime cursor-default" title="3 min read">3 min read</span>
  313.    <svg class="icon icon--star is-small p-1"><use xlink:href="#icon-star"></use></svg>
  314. </div>    </div>
  315.  
  316.    <a href="/pediatrician-asked-me-to-cover-my-younger-childs-eye-while-they-were-examining-my-older-sons-penis/" class="absolute inset-0 z-3" aria-label="Pediatrician asked me to cover my younger child’s eye while they were examining my older son’s penis."></a>
  317. </div>                </div>
  318.                <div class="col s12 m6 l4">
  319.                    <div class="storySmall overflow-hidden flex flex-col relative mb-8 w-full shadow "
  320.    >
  321.  
  322.    <a href="/stop-using-react-context-and-redux-use-component-composition-instead/" class="storySmall-img-link">
  323.        <img class="storySmall-img object-cover w-full h-40 blur-up lazyload"
  324.            src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
  325.            data-srcset="https://images.unsplash.com/photo-1620291699660-8271823aab1a?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8YWxsfDJ8fHx8fHwyfHwxNjIwMjkyNTgx&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 100w,https://images.unsplash.com/photo-1620291699660-8271823aab1a?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8YWxsfDJ8fHx8fHwyfHwxNjIwMjkyNTgx&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 300w,https://images.unsplash.com/photo-1620291699660-8271823aab1a?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8YWxsfDJ8fHx8fHwyfHwxNjIwMjkyNTgx&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 600w"
  326.            data-sizes="auto"
  327.            width="350"
  328.            height="160"
  329.            alt="Stop Using React Context and Redux Use Component Composition Instead"
  330.        />
  331.    </a>
  332.  
  333.    <div class="storySmall-inner p-4 flex flex-col justify-between flex-grow">
  334.        <div class="storySmall-body">
  335.                <h2 class="text-22 lineClamp-2 text-title mb-2 leading-tight"><a href="/stop-using-react-context-and-redux-use-component-composition-instead/">Stop Using React Context and Redux Use Component Composition Instead</a></h2>
  336.        </div>
  337.  
  338.        <div class="hh-date flex items-center text-gray-500 text-sm">
  339.    <time class="datetime capitalize" datetime="2021-05-06" title="Updated 6 May 2021">6 May 2021</time>
  340.    <span class="bull mx-1">·</span>
  341.    <span class="readingTime cursor-default" title="3 min read">3 min read</span>
  342.    <svg class="icon icon--star is-small p-1"><use xlink:href="#icon-star"></use></svg>
  343. </div>    </div>
  344.  
  345.    <a href="/stop-using-react-context-and-redux-use-component-composition-instead/" class="absolute inset-0 z-3" aria-label="Stop Using React Context and Redux Use Component Composition Instead"></a>
  346. </div>                </div>
  347.                <div class="col s12 m6 l4">
  348.                    <div class="storySmall overflow-hidden flex flex-col relative mb-8 w-full shadow "
  349.    >
  350.  
  351.    <a href="/happy/" class="storySmall-img-link">
  352.        <img class="storySmall-img object-cover w-full h-40 blur-up lazyload"
  353.            src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
  354.            data-srcset="https://images.unsplash.com/photo-1542596594-649edbc13630?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDF8fGhhcHB5fGVufDB8fHx8MTYyMDI5MjM2NA&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 100w,https://images.unsplash.com/photo-1542596594-649edbc13630?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDF8fGhhcHB5fGVufDB8fHx8MTYyMDI5MjM2NA&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 300w,https://images.unsplash.com/photo-1542596594-649edbc13630?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDF8fGhhcHB5fGVufDB8fHx8MTYyMDI5MjM2NA&amp;ixlib&#x3D;rb-1.2.1&amp;q&#x3D;80&amp;w&#x3D;2000 600w"
  355.            data-sizes="auto"
  356.            width="350"
  357.            height="160"
  358.            alt="Happy"
  359.        />
  360.    </a>
  361.  
  362.    <div class="storySmall-inner p-4 flex flex-col justify-between flex-grow">
  363.        <div class="storySmall-body">
  364.                <h2 class="text-22 lineClamp-2 text-title mb-2 leading-tight"><a href="/happy/">Happy</a></h2>
  365.        </div>
  366.  
  367.        <div class="hh-date flex items-center text-gray-500 text-sm">
  368.    <time class="datetime capitalize" datetime="2021-05-06" title="Updated 6 May 2021">6 May 2021</time>
  369.    <span class="bull mx-1">·</span>
  370.    <span class="readingTime cursor-default" title="2 min read">2 min read</span>
  371.    <svg class="icon icon--star is-small p-1"><use xlink:href="#icon-star"></use></svg>
  372. </div>    </div>
  373.  
  374.    <a href="/happy/" class="absolute inset-0 z-3" aria-label="Happy"></a>
  375. </div>                </div>
  376.            </div>
  377.        </div>
  378.    </div>
  379. </main>
  380.  
  381.        <footer class="footer-light py-10 lg:pt-16 text-center lg:text-left ">
  382.    <div class="mx-auto max-w-extreme px-4">
  383.        <div class="flex flex-col lg:flex-row justify-between">
  384.            <div class="footer-copy text-sm order-3 mt-8 flex-none lg:text-left lg:order-none lg:mt-0">
  385.                &copy; 2024 Bright Minds. All rights reserved.
  386.                <div class="mt-2">
  387.                    Design with
  388.                    <svg class="icon animated infinite pulse" style="color:red;width:15px"><use xlink:href="#icon-heart"></use></svg>
  389.                    by
  390.                    <a href="https://godofredo.ninja" class="hover:text-primary" title="Developer FullStack.">@GodoFredoNinja</a>
  391.                </div>
  392.            </div>
  393.  
  394.            <div class="mx-8">
  395. <nav class="menu-secondary">
  396.    <ul itemscope itemtype="http://www.schema.org/SiteNavigationElement" role="menu">
  397.  
  398.        <li itemprop="name" role="menuitem" class="inline-block separator">
  399.            <a itemprop="url" href="https://blogbright.net/privacy/"
  400.                class="godo-tracking hover:text-primary font-medium p-2 inline-block"
  401.                data-event-category="Footer"
  402.                data-event-action="Menu"
  403.                data-event-label="Data &amp; privacy"
  404.                data-event-non-interaction="true">Data &amp; privacy</a>
  405.        </li>
  406.        <li itemprop="name" role="menuitem" class="inline-block separator">
  407.            <a itemprop="url" href="https://blogbright.net/contact/"
  408.                class="godo-tracking hover:text-primary font-medium p-2 inline-block"
  409.                data-event-category="Footer"
  410.                data-event-action="Menu"
  411.                data-event-label="Contact"
  412.                data-event-non-interaction="true">Contact</a>
  413.        </li>
  414.        <li itemprop="name" role="menuitem" class="inline-block ">
  415.            <a itemprop="url" href="https://blogbright.net/contribute/"
  416.                class="godo-tracking hover:text-primary font-medium p-2 inline-block"
  417.                data-event-category="Footer"
  418.                data-event-action="Menu"
  419.                data-event-label="Contribute →"
  420.                data-event-non-interaction="true">Contribute →</a>
  421.        </li>
  422.  
  423.    </ul>
  424. </nav>
  425.  
  426. </div>
  427.  
  428.            <div class="js-social-media social-media footer-social-media mt-8 flex-none lg:mt-0 is-inline">
  429.    <a class="godo-tracking p-2 inline-block hover:text-facebook"
  430.        data-event-category="Header"
  431.        data-event-action="Social"
  432.        data-event-label="Facebook"
  433.        data-event-non-interaction="true"
  434.        title="Facebook ghost"
  435.        aria-label="Facebook ghost"
  436.        href="https://www.facebook.com/ghost"
  437.        target="_blank"
  438.        rel="noopener noreferrer">
  439.        <svg class="icon icon--facebook"><use xlink:href="#icon-facebook"></use></svg>
  440.    </a>
  441.  
  442.    <a class="godo-tracking p-2 inline-block hover:text-twitter"
  443.        data-event-category="Header"
  444.        data-event-action="Social"
  445.        data-event-label="Twitter"
  446.        data-event-non-interaction="true"
  447.        title="Twitter @ghost"
  448.        aria-label="Twitter @ghost"
  449.        href="https://twitter.com/ghost"
  450.        target="_blank"
  451.        rel="noopener noreferrer">
  452.        <svg class="icon icon--twitter"><use xlink:href="#icon-twitter"></use></svg>
  453.    </a>
  454. </div>
  455.        </div>
  456.  
  457.    </div>
  458. </footer>
  459.  
  460.    </div>
  461.  
  462.    <div id="modal-search" class="js-modal modal search flex flex-col flex-wrap items-center fixed inset-0 z-50">
  463.    <div class="absolute inset-0 bg-modal bg-opacity-60 js-modal-close"></div>
  464.  
  465.    <div class="button is-dark is-circle absolute js-modal-close z-3 lg:hidden" style="top:5px;right:5px">
  466.        <svg class="icon"><use xlink:href="#icon-close"></use></svg>
  467.    </div>
  468.  
  469.    <div class="modal-content relative z-2 max-w-2xl w-full pt-vw6 px-5 pb-5">
  470.        <div class="search-wrap bg-blank rounded-md shadow-sm">
  471.            <form class="search-form flex w-full items-center text-base px-3">
  472.                <svg class="icon icon--search"><use xlink:href="#icon-search"></use></svg>
  473.                <input id="search-field" class="w-full is-medium" type="text" placeholder="Search..." aria-label="Search box"/>
  474.            </form>
  475.            <span class="js-search-message search-message text-sm p-2 text-gray-500 leading-none hidden">No results found</span>
  476.            <div id="search-results" class="search-results mx-auto w-full leading-none"></div>
  477.        </div>
  478.        <div class="justify-end text-xs leading-none text-white mt-2 hidden md:flex opacity-80">
  479.            <div class=""><span class="p-1 rounded bg-orange inline-block">↑</span> <span class="p-1 rounded bg-orange inline-block">↓</span> Navigate up/down</div>
  480.            <div class="ml-3"><span class="p-1 rounded bg-orange inline-block">Enter</span> Go to article</div>
  481.            <div class="ml-3"><span class="p-1 rounded bg-orange inline-block">Esc</span> Close search</div>
  482.        </div>
  483.    </div>
  484. </div>
  485.    <div class="loadingBar top-0 fixed right-0 left-0 hidden"></div>
  486.  
  487.    <svg aria-hidden="true" style="position:absolute;width:0;height:0" xmlns="http://www.w3.org/2000/svg" overflow="hidden"><defs><symbol id="icon-link" viewBox="0 0 32 32"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2.25" d="M13 22H9a6 6 0 110-12h4m6 0h4a6 6 0 110 12h-4m-8.794-6H21.92"/></symbol><symbol id="icon-map" viewBox="0 0 32 32"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" d="M28 4L4 15.009h12.5a.5.5 0 01.5.5V28z"/></symbol><symbol id="icon-checkmark" viewBox="0 0 27 32"><path d="M13.333 27.111c6.136 0 11.111-4.974 11.111-11.111S19.47 4.889 13.333 4.889C7.197 4.889 2.222 9.863 2.222 16s4.974 11.111 11.111 11.111zm0 2.222C5.969 29.333 0 23.364 0 16S5.969 2.667 13.333 2.667 26.666 8.636 26.666 16s-5.969 13.333-13.333 13.333zm-1.592-10.398l-4.289-4.287-1.571 1.573 5.861 5.857 9.421-9.443-1.573-1.569-7.849 7.868z"/></symbol><symbol id="icon-sunny" viewBox="0 0 32 32"><path d="M16 24.188a.963.963 0 00-.963.962v2.887a.963.963 0 001.925 0V25.15a.963.963 0 00-.963-.962zM16 3a.963.963 0 00-.963.962v2.887a.963.963 0 001.925 0V3.961a.963.963 0 00-.963-.962zM7.813 16a.963.963 0 00-.963-.963H3.962a.963.963 0 000 1.925H6.85a.963.963 0 00.963-.963zm20.225-.963h-2.887a.963.963 0 000 1.925h2.887a.963.963 0 000-1.926zM9.531 21.506c-.256 0-.5.1-.681.281l-2.044 2.044c-.181.181-.281.425-.281.681a.96.96 0 00.962.962c.256 0 .5-.1.681-.281l2.044-2.044a.966.966 0 000-1.363.96.96 0 00-.681-.281zm12.938-11.012c.256 0 .5-.1.681-.281l2.044-2.044c.181-.181.281-.425.281-.681a.96.96 0 00-.962-.962c-.256 0-.5.1-.681.281l-2.044 2.044c-.181.181-.281.425-.281.681a.96.96 0 00.962.962zm-14.3-3.688c-.181-.181-.425-.281-.681-.281a.96.96 0 00-.962.962c0 .256.1.5.281.681l2.044 2.044c.181.181.425.281.681.281a.96.96 0 00.962-.962c0-.256-.1-.5-.281-.681L8.169 6.806zM23.15 21.788c-.181-.181-.425-.281-.681-.281s-.5.1-.681.281a.966.966 0 000 1.363l2.044 2.044c.181.181.425.281.681.281a.96.96 0 00.962-.962c0-.256-.1-.5-.281-.681l-2.044-2.044zM16 10c-3.306 0-6 2.694-6 6s2.694 6 6 6 6-2.694 6-6-2.694-6-6-6z"/></symbol><symbol id="icon-moon" viewBox="0 0 32 32"><path d="M12.188 7.813c0-1.644.331-3.206.931-4.631-5.7 1.381-9.931 6.513-9.931 12.631 0 7.175 5.825 13 13 13 6.119 0 11.25-4.231 12.631-9.931-1.425.6-2.994.931-4.631.931-6.625 0-12-5.375-12-12z"/></symbol><symbol id="icon-arrow" viewBox="0 0 32 32"><path d="M5.313 17.336h16.232l-7.481 7.481 1.937 1.87 10.688-10.688L16.001 5.311l-1.87 1.87 7.414 7.481H5.313v2.672z"/></symbol><symbol id="icon-close" viewBox="0 0 32 32"><path d="M25.313 8.55l-1.862-1.862-7.45 7.45-7.45-7.45L6.689 8.55l7.45 7.45-7.45 7.45 1.862 1.862 7.45-7.45 7.45 7.45 1.862-1.862-7.45-7.45z"/></symbol><symbol id="icon-comments" viewBox="0 0 32 32"><path d="M26.938 20.038c0-.275.075-.538.206-.762.038-.069.087-.131.131-.194A10.132 10.132 0 0029 13.438C29.019 7.675 24.156 3 18.144 3 12.9 3 8.525 6.569 7.5 11.306c-.15.694-.231 1.4-.231 2.138 0 5.769 4.675 10.569 10.688 10.569.956 0 2.244-.288 2.95-.481s1.406-.45 1.587-.519a1.644 1.644 0 011.212.019l3.544 1.256s.15.063.244.063c.275 0 .5-.219.5-.5a.805.805 0 00-.031-.169l-1.025-3.644z"/><path d="M19.906 24.531c-.225.063-.512.131-.825.2-.656.137-1.494.281-2.125.281-6.012 0-10.688-4.8-10.688-10.569 0-.412.044-.938.094-1.338.037-.269.081-.537.144-.8.063-.281.138-.563.219-.838l-.5.444C4.175 13.698 3 16.249 3 18.905c0 1.831.531 3.594 1.55 5.125.144.219.225.387.2.5s-.744 3.875-.744 3.875a.499.499 0 00.169.481.51.51 0 00.319.113.43.43 0 00.181-.038l3.506-1.381a.972.972 0 01.356-.069s.15-.012.394.081c1.181.462 2.487.75 3.794.75 2.912 0 5.65-1.256 7.506-3.444 0 0 .2-.275.431-.6a9.69 9.69 0 01-.756.231z"/></symbol><symbol id="icon-star" viewBox="0 0 32 32"><path d="M28.938 12h-9.194L16.95 3.662c-.137-.406-.519-.663-.95-.663s-.813.256-.95.663L12.256 12H3c-.55 0-1 .45-1 1 0 .056.006.119.019.169.013.219.112.463.419.706L9.994 19.2l-2.9 8.431c-.144.406 0 .863.344 1.125.181.131.35.244.563.244.206 0 .45-.106.625-.225l7.375-5.256 7.375 5.256c.175.125.419.225.625.225.212 0 .381-.106.556-.244a.99.99 0 00.344-1.125l-2.9-8.431 7.494-5.375.181-.156c.163-.175.325-.412.325-.669 0-.55-.512-1-1.063-1z"/></symbol><symbol id="icon-search" viewBox="0 0 32 32"><path d="M27.719 26.262l-6.675-6.738a9.547 9.547 0 002.094-5.969c0-5.281-4.281-9.563-9.569-9.563S4 8.279 4 13.561s4.281 9.563 9.569 9.563c2.287 0 4.381-.8 6.031-2.137l6.631 6.694a1.025 1.025 0 001.45.038 1.034 1.034 0 00.038-1.456zm-14.15-5.193c-2.006 0-3.894-.781-5.313-2.2s-2.2-3.306-2.2-5.306c0-2.006.781-3.894 2.2-5.306 1.419-1.419 3.306-2.2 5.313-2.2s3.894.781 5.313 2.2a7.46 7.46 0 012.2 5.306 7.438 7.438 0 01-2.2 5.306 7.464 7.464 0 01-5.313 2.2z"/></symbol><symbol id="icon-send" viewBox="0 0 32 32"><path d="M27.244 4.056l-22.944 10a.526.526 0 00.019.956l6.206 3.506a1 1 0 001.144-.113l12.238-10.55c.081-.069.275-.2.35-.125.081.081-.044.269-.113.35L13.556 20.005a.997.997 0 00-.1 1.194l4.056 6.506c.2.394.769.387.95-.012L27.95 4.749a.526.526 0 00-.706-.694z"/></symbol><symbol id="icon-heart" viewBox="0 0 32 32"><path d="M22 3.5h-.063c-2.481 0-4.675 1.313-5.938 3.25-1.262-1.938-3.456-3.25-5.938-3.25h-.063c-3.869.038-7 3.181-7 7.063 0 2.313 1.013 5.594 2.987 8.294 3.763 5.144 10.012 9.644 10.012 9.644s6.25-4.5 10.012-9.644c1.975-2.7 2.988-5.981 2.988-8.294 0-3.881-3.131-7.025-7-7.063z"/></symbol><symbol id="icon-rss" viewBox="0 0 32 32"><path d="M7.494 21.006A3.499 3.499 0 004 24.494c0 1.925 1.569 3.475 3.494 3.475 1.931 0 3.494-1.556 3.494-3.475s-1.563-3.488-3.494-3.488z"/><path d="M4 12v4.994c3 0 5.881.887 8 3.006s3 4.994 3 8h5c0-8.744-7.25-16-16-16z"/><path d="M4 4v4.994c10.688 0 18.994 8.312 18.994 19.006H28C28 14.769 17.25 4 4 4z"/></symbol><symbol id="icon-arrow-forward" viewBox="0 0 32 32"><path d="M18.381 16l-7.944-7.938c-.588-.588-.588-1.537 0-2.119s1.537-.581 2.125 0l9 8.994c.569.569.581 1.481.044 2.069l-9.037 9.056c-.294.294-.681.438-1.063.438s-.769-.144-1.063-.438a1.493 1.493 0 010-2.119l7.938-7.944z"/></symbol><symbol id="icon-twitter" viewBox="0 0 32 32"><path d="M30.75 6.844c-1.087.481-2.25.806-3.475.956a6.079 6.079 0 002.663-3.35 12.02 12.02 0 01-3.844 1.469A6.044 6.044 0 0021.675 4a6.052 6.052 0 00-6.05 6.056c0 .475.05.938.156 1.381A17.147 17.147 0 013.306 5.106a6.068 6.068 0 001.881 8.088c-1-.025-1.938-.3-2.75-.756v.075a6.056 6.056 0 004.856 5.937 6.113 6.113 0 01-1.594.212c-.388 0-.769-.038-1.138-.113a6.06 6.06 0 005.656 4.206 12.132 12.132 0 01-8.963 2.507A16.91 16.91 0 0010.516 28c11.144 0 17.231-9.231 17.231-17.238 0-.262-.006-.525-.019-.781a12.325 12.325 0 003.019-3.138z"/></symbol><symbol id="icon-linkedin" viewBox="0 0 32 32"><path d="M26.075 4H6.05C4.956 4 4 4.787 4 5.869v20.069c0 1.087.956 2.056 2.05 2.056h20.019c1.1 0 1.925-.975 1.925-2.056V5.869C28 4.788 27.169 4 26.075 4zM11.438 24H8V13.312h3.438V24zm-1.6-12.312h-.025c-1.1 0-1.813-.819-1.813-1.844C8 8.8 8.731 8 9.856 8s1.813.794 1.838 1.844c0 1.025-.713 1.844-1.856 1.844zM24 24h-3.438v-5.844c0-1.4-.5-2.356-1.744-2.356-.95 0-1.512.644-1.762 1.269-.094.225-.119.531-.119.844V24h-3.438V13.312h3.438V14.8c.5-.713 1.281-1.738 3.1-1.738 2.256 0 3.962 1.488 3.962 4.694V24z"/></symbol><symbol id="icon-facebook" viewBox="0 0 32 32"><path d="M26.675 4H5.325C4.594 4 4 4.594 4 5.325v21.35C4 27.406 4.594 28 5.325 28H16v-9.5h-2.869V15H16v-2.588c0-3.1 2.15-4.787 4.919-4.787 1.325 0 2.75.1 3.081.144v3.237h-2.206c-1.506 0-1.794.713-1.794 1.762v2.231h3.587l-.469 3.5h-3.119v9.5h6.675c.731 0 1.325-.594 1.325-1.325V5.324c0-.731-.594-1.325-1.325-1.325z"/></symbol><symbol id="icon-github" viewBox="0 0 32 32"><path d="M16 2C8.269 2 2 8.431 2 16.356c0 6.344 4.013 11.719 9.575 13.619.088.019.162.025.238.025.519 0 .719-.381.719-.712 0-.344-.012-1.244-.019-2.444a6.387 6.387 0 01-1.412.169c-2.694 0-3.306-2.094-3.306-2.094-.638-1.656-1.556-2.1-1.556-2.1-1.219-.856-.006-.881.088-.881h.006c1.406.125 2.144 1.488 2.144 1.488.7 1.225 1.637 1.569 2.475 1.569.656 0 1.25-.212 1.6-.375.125-.925.488-1.556.887-1.919-3.106-.363-6.375-1.594-6.375-7.094 0-1.569.544-2.85 1.438-3.85-.144-.363-.625-1.825.137-3.8 0 0 .1-.031.313-.031.506 0 1.65.194 3.537 1.506a13.098 13.098 0 013.506-.481c1.188.006 2.387.162 3.506.481 1.887-1.313 3.031-1.506 3.538-1.506.212 0 .313.031.313.031.762 1.975.281 3.438.137 3.8.894 1.006 1.438 2.287 1.438 3.85 0 5.513-3.275 6.725-6.394 7.081.5.444.95 1.319.95 2.656 0 1.919-.019 3.469-.019 3.938 0 .337.194.719.712.719.075 0 .163-.006.25-.025 5.569-1.9 9.575-7.281 9.575-13.619 0-7.925-6.269-14.356-14-14.356z"/></symbol><symbol id="icon-instagram" viewBox="0 0 32 32"><path d="M21 6c1.325 0 2.581.525 3.531 1.469S26 9.675 26 11v10c0 1.325-.525 2.581-1.469 3.531S22.325 26 21 26H11c-1.325 0-2.581-.525-3.531-1.469S6 22.325 6 21V11c0-1.325.525-2.581 1.469-3.531S9.675 6 11 6h10zm0-2H11c-3.85 0-7 3.15-7 7v10c0 3.85 3.15 7 7 7h10c3.85 0 7-3.15 7-7V11c0-3.85-3.15-7-7-7z"/><path d="M22.5 11c-.831 0-1.5-.669-1.5-1.5S21.669 8 22.5 8a1.5 1.5 0 010 3zM16 12c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4zm0-2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6z"/></symbol><symbol id="icon-youtube" viewBox="0 0 32 32"><path d="M31.788 9.3c0-2.813-2.069-5.075-4.625-5.075A227.074 227.074 0 0016.563 4h-1.125c-3.6 0-7.137.063-10.6.225C2.288 4.225.219 6.5.219 9.312A91.857 91.857 0 000 15.987c-.006 2.225.063 4.45.212 6.681 0 2.813 2.069 5.094 4.619 5.094 3.637.169 7.369.244 11.162.238 3.8.012 7.519-.063 11.162-.238 2.556 0 4.625-2.281 4.625-5.094a95.12 95.12 0 00.212-6.688 91.544 91.544 0 00-.206-6.681zm-18.85 12.819V9.838l9.063 6.137-9.063 6.144z"/></symbol><symbol id="icon-whatsapp" viewBox="0 0 32 32"><path d="M16.254 2C8.663 2 2.509 8.106 2.509 15.639c0 2.577.721 4.987 1.972 7.043L2 30l7.61-2.418a13.777 13.777 0 006.644 1.697C23.846 29.279 30 23.172 30 15.64S23.846 2.001 16.254 2.001zm6.835 18.819c-.323.802-1.786 1.533-2.431 1.567s-.663.5-4.178-1.027c-3.514-1.527-5.628-5.24-5.795-5.479s-1.361-1.94-1.297-3.653c.065-1.713 1.003-2.522 1.338-2.858s.718-.397.952-.401c.277-.005.456-.008.661-.001s.512-.043.778.665c.266.708.903 2.447.984 2.624s.132.383.006.611c-.126.228-.19.371-.373.568s-.386.44-.55.591c-.182.167-.373.348-.181.704s.853 1.522 1.861 2.484c1.295 1.236 2.412 1.646 2.756 1.832.345.188.55.167.764-.058.213-.225.915-.984 1.162-1.323s.479-.273.796-.146c.317.128 2.01 1.035 2.355 1.222s.575.283.657.431c.082.149.056.846-.267 1.647z"/></symbol><symbol id="icon-reddit" viewBox="0 0 28 28"><path d="M28 13.219A3.105 3.105 0 0126.297 16c.125.484.187.984.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-.5.063-1 .172-1.469A3.135 3.135 0 010 13.219a3.107 3.107 0 015.375-2.125c2.109-1.469 4.922-2.422 8.047-2.531L15.235.422a.547.547 0 01.641-.406l5.766 1.266a2.337 2.337 0 014.422 1.047 2.34 2.34 0 01-2.344 2.344 2.334 2.334 0 01-2.328-2.328l-5.219-1.156-1.625 7.375c3.141.094 5.984 1.031 8.109 2.5a3.063 3.063 0 012.234-.953A3.107 3.107 0 0128 13.22zM6.531 16.328a2.338 2.338 0 002.328 2.344 2.34 2.34 0 002.344-2.344A2.338 2.338 0 008.859 14a2.334 2.334 0 00-2.328 2.328zm12.656 5.547a.557.557 0 000-.812.566.566 0 00-.797 0c-.938.953-2.953 1.281-4.391 1.281s-3.453-.328-4.391-1.281a.566.566 0 00-.797 0 .557.557 0 000 .812c1.484 1.484 4.344 1.594 5.187 1.594s3.703-.109 5.187-1.594zm-.046-3.203a2.338 2.338 0 002.328-2.344A2.334 2.334 0 0019.141 14a2.338 2.338 0 00-2.344 2.328 2.34 2.34 0 002.344 2.344z"/></symbol></defs></svg>
  488.    <script>
  489.        var siteUrl = 'https://blogbright.net';
  490.        var siteSearch = '/assets/scripts/search.js?v=dd9e9fb802';
  491.        var prismJs = '/assets/scripts/prismjs.js?v=dd9e9fb802';
  492.        var prismJsComponents = 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/components/';
  493.    </script>
  494.  
  495.    
  496.  
  497.  
  498.    
  499.  
  500.    <script src="/assets/scripts/main.js?v=dd9e9fb802"></script>
  501.  
  502.    
  503. </body>
  504. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda