{"id":56,"date":"2026-06-15T05:56:56","date_gmt":"2026-06-15T05:56:56","guid":{"rendered":"https:\/\/skpure.store\/?page_id=56"},"modified":"2026-06-17T06:22:07","modified_gmt":"2026-06-17T06:22:07","slug":"about-us","status":"publish","type":"page","link":"https:\/\/skpure.store\/index.php\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"56\" class=\"elementor elementor-56\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07237cc e-con e-atomic-element e-flexbox-base e-513a1e1 \" data-id=\"07237cc\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"07237cc\" data-e-type=\"e-flexbox\" data-id=\"07237cc\">\n    \t\t<div class=\"elementor-element elementor-element-7b2e347 elementor-widget elementor-widget-html\" data-id=\"7b2e347\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>About Us - skpure.store<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght=400;600;700;800&family=Poppins:wght=400;500;600&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        :root {\r\n            --primary: #0066FF;\r\n            --primary-light: #e6f0ff;\r\n            --text-dark: #0f172a;\r\n            --text-muted: #475569;\r\n            --bg-gradient: radial-gradient(circle at 50% 50%, #eef2f6 0%, #f8fafc 100%);\r\n            --card-bg: rgba(255, 255, 255, 0.85);\r\n            --border-color: rgba(226, 232, 240, 0.8);\r\n            --shadow: 0 20px 40px rgba(15, 23, 42, 0.05);\r\n            --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\r\n        }\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Poppins', sans-serif;\r\n            background: var(--bg-gradient);\r\n            color: var(--text-dark);\r\n            line-height: 1.9;\r\n            padding: 70px 20px;\r\n            min-height: 100vh;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        .about-container {\r\n            max-width: 1020px;\r\n            width: 100%;\r\n            background: var(--card-bg);\r\n            backdrop-filter: blur(16px);\r\n            -webkit-backdrop-filter: blur(16px);\r\n            border: 1px solid var(--border-color);\r\n            border-radius: 28px;\r\n            padding: 60px;\r\n            box-shadow: var(--shadow);\r\n        }\r\n\r\n        \/* Header Layout Styling *\/\r\n        .about-header {\r\n            text-align: center;\r\n            margin-bottom: 55px;\r\n            position: relative;\r\n        }\r\n\r\n        .about-header i {\r\n            font-size: 56px;\r\n            color: var(--primary);\r\n            background: var(--primary-light);\r\n            padding: 22px;\r\n            border-radius: 50%;\r\n            margin-bottom: 18px;\r\n            display: inline-block;\r\n            box-shadow: 0 10px 20px rgba(0, 102, 255, 0.1);\r\n        }\r\n\r\n        .about-title {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 800;\r\n            font-size: 50px;\r\n            color: var(--text-dark);\r\n            letter-spacing: -0.8px;\r\n            margin-bottom: 0px;\r\n        }\r\n\r\n        \/* Content Section Configurations *\/\r\n        .about-section {\r\n            margin-bottom: 48px;\r\n        }\r\n\r\n        .section-title {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 32px;\r\n            color: var(--text-dark);\r\n            margin-bottom: 16px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 14px;\r\n        }\r\n\r\n        .section-title i {\r\n            color: var(--primary);\r\n            font-size: 26px;\r\n            width: 32px;\r\n            text-align: center;\r\n        }\r\n\r\n        .about-text {\r\n            color: var(--text-muted);\r\n            font-size: 24px;\r\n            padding-left: 46px;\r\n            text-align: justify;\r\n        }\r\n\r\n        \/* Highlighted Links Blueprint Configuration *\/\r\n        .highlight-link {\r\n            color: var(--primary);\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            background: var(--primary-light);\r\n            padding: 2px 12px;\r\n            border-radius: 6px;\r\n            transition: var(--transition);\r\n            display: inline-block;\r\n        }\r\n\r\n        .highlight-link:hover {\r\n            background: var(--primary);\r\n            color: #ffffff;\r\n            box-shadow: 0 4px 12px rgba(0, 102, 255, 0.2);\r\n            transform: translateY(-1px);\r\n        }\r\n\r\n        \/* Contact Action Card Design Framework *\/\r\n        .contact-card {\r\n            background: #ffffff;\r\n            border: 1.5px solid var(--border-color);\r\n            border-radius: 20px;\r\n            padding: 38px;\r\n            margin-top: 50px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            gap: 24px;\r\n            box-shadow: 0 10px 25px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .contact-info {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .contact-label {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 28px;\r\n            color: var(--text-dark);\r\n        }\r\n\r\n        .contact-sub {\r\n            font-size: 20px;\r\n            color: var(--text-muted);\r\n        }\r\n\r\n        .btn-contact {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            background: var(--primary);\r\n            color: #ffffff;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 20px;\r\n            text-decoration: none;\r\n            padding: 16px 36px;\r\n            border-radius: 12px;\r\n            box-shadow: 0 6px 15px rgba(0, 102, 255, 0.25);\r\n            transition: var(--transition);\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .btn-contact:hover {\r\n            background: #0052cc;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 20px rgba(0, 102, 255, 0.35);\r\n        }\r\n\r\n        \/* Responsive Breakpoints *\/\r\n        @media (max-width: 992px) {\r\n            body {\r\n                padding: 40px 16px;\r\n            }\r\n            .about-container {\r\n                padding: 40px 24px;\r\n            }\r\n            .about-title {\r\n                font-size: 38px;\r\n            }\r\n            .section-title {\r\n                font-size: 26px;\r\n            }\r\n            .about-text {\r\n                padding-left: 0;\r\n                font-size: 20px;\r\n            }\r\n            .contact-card {\r\n                flex-direction: column;\r\n                text-align: center;\r\n                padding: 30px;\r\n            }\r\n            .btn-contact {\r\n                width: 100%;\r\n                justify-content: center;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <main class=\"about-container\">\r\n        \r\n        <header class=\"about-header\">\r\n            <i class=\"fa-solid fa-users\"><\/i>\r\n            <h1 class=\"about-title\">About Us<\/h1>\r\n        <\/header>\r\n\r\n        <!-- Welcome Section -->\r\n        <section class=\"about-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-hand-wave\"><\/i>Who We Are<\/h2>\r\n            <p class=\"about-text\">\r\n                Welcome to <a href=\"https:\/\/skpure.store\/\" class=\"highlight-link\" target=\"_blank\">skpure.store<\/a>. We are a team of writers who love the internet world. We create exciting articles about famous YouTubers, TikTokers, actors, and influencers. We want to bring you closer to your favorite stars.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- What We Do Section -->\r\n        <section class=\"about-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-icons\"><\/i>What We Do<\/h2>\r\n            <p class=\"about-text\">\r\n                We share the latest news and fun facts about online celebrities. Our team looks for true stories about famous creators. Then we write easy articles so you can learn about their lives and success.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Our Mission Section -->\r\n        <section class=\"about-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-bullseye\"><\/i>Our Mission<\/h2>\r\n            <p class=\"about-text\">\r\n                Our main goal is to give readers clear and true information. The internet has a lot of rumors. We want to be a place where you can find real updates about the influencers you follow every day.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Our Approach Section -->\r\n        <section class=\"about-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-feather-pointed\"><\/i>Our Approach<\/h2>\r\n            <p class=\"about-text\">\r\n                We keep things very simple. We write our articles in easy language so everyone can understand them. We check our facts carefully before we post anything on our website. This keeps our news fresh and correct.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Why Trust Us Section -->\r\n        <section class=\"about-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-shield-heart\"><\/i>Why People Trust Us<\/h2>\r\n            <p class=\"about-text\">\r\n                People trust us because we care about the truth. We do not write fake stories just to get clicks. We respect the stars we write about and we respect our readers too.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Our Vision Section -->\r\n        <section class=\"about-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-eye\"><\/i>Our Vision<\/h2>\r\n            <p class=\"about-text\">\r\n                We want to become the best website for influencer news. We hope to build a big community of readers who love internet culture. We want to keep growing and covering more creators from all over the world.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Contact Us Section -->\r\n        <section class=\"about-section\" style=\"margin-bottom: 0;\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-comments\"><\/i>Contact Us<\/h2>\r\n            <p class=\"about-text\">\r\n                We love hearing from our readers. If you have any questions or feedback about our articles, you can email us anytime.\r\n            <\/p>\r\n            \r\n            <div class=\"contact-card\">\r\n                <div class=\"contact-info\">\r\n                    <span class=\"contact-label\">Get in Touch<\/span>\r\n                    <span class=\"contact-sub\">Email: sk.pure779@gmail.com<\/span>\r\n                <\/div>\r\n                <a href=\"https:\/\/skpure.store\/index.php\/contact-us\/\" class=\"btn-contact\" title=\"https:\/\/skpure.store\/index.php\/contact-us\/\">\r\n                    <span>Contact Us<\/span>\r\n                    <i class=\"fa-solid fa-paper-plane\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/section>\r\n\r\n    <\/main>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; skpure.store About Us Who We Are Welcome to skpure.store. We are a team of writers who love the internet world. We create exciting articles about famous YouTubers, TikTokers, actors, and influencers. We want to bring you closer to your favorite stars. What We Do We share the latest news and fun facts &#8230; <a title=\"About Us\" class=\"read-more\" href=\"https:\/\/skpure.store\/index.php\/about-us\/\" aria-label=\"Read more about About Us\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-56","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/pages\/56","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/comments?post=56"}],"version-history":[{"count":4,"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/pages\/56\/revisions"}],"predecessor-version":[{"id":184,"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/pages\/56\/revisions\/184"}],"wp:attachment":[{"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/media?parent=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}