From 350dcfd3ed1903ffa3192099559afe5add0926c1 Mon Sep 17 00:00:00 2001 From: hosead6168 Date: Wed, 15 Dec 2021 15:14:41 -0600 Subject: [PATCH] fix(client): removed socialring --- src/App.js | 2 - src/Components/Clients/SocialRing.css | 92 --------------------------- src/Components/Clients/SocialRing.jsx | 29 --------- 3 files changed, 123 deletions(-) delete mode 100755 src/Components/Clients/SocialRing.css delete mode 100755 src/Components/Clients/SocialRing.jsx diff --git a/src/App.js b/src/App.js index dd8168eb..26a89a12 100755 --- a/src/App.js +++ b/src/App.js @@ -10,7 +10,6 @@ import Shop from './Pages/Shop/Shop'; import { BrowserRouter, Switch, Route } from 'react-router-dom'; import CreateArticle from './Pages/Articles/CreateArticle' import { DataProvider } from './GlobalState'; -import Client from './Pages/Client/Client'; import ArticleItem from './Pages/Articles/Article/Article'; import ProjectItem from './Pages/Projects/Project/Project'; import Login from './Pages/Auth/login'; @@ -34,7 +33,6 @@ class App extends Component { ()}/> - diff --git a/src/Components/Clients/SocialRing.css b/src/Components/Clients/SocialRing.css deleted file mode 100755 index 2cdcb3ea..00000000 --- a/src/Components/Clients/SocialRing.css +++ /dev/null @@ -1,92 +0,0 @@ -.section-presentation { - overflow: hidden; - width: 100%; - min-height: 600px; - margin-top: 30px; -} -.socialring { - padding: 30px 0; - position: relative; - background-color: #435b69; -} -.section-presentation .description { - padding: 50px 5px 0; -} - -.socailring-row img { - position: absolute; - top: 20%; - left: 0; - height: 50rem; - width: 100%; -} - -.socialring p { - margin-top: 30px; - line-height: 28px; - font-size: 1.1em; - font-weight: 200; -} - -.socailring-row:first-child { - margin-bottom: 100px; -} -.description { - margin-top: 200px; - color: whitesmoke; - padding: 5px; -} -.description p { - margin-top: 30px; - line-height: 1.7; - font-size: 2.3rem; - font-weight: 200; -} -.sr-info { - margin-bottom: 30px; -} - -.description { - padding: 50px 5px 0; - margin-top: 65px; -} - -.header-text { - text-transform: uppercase; - font-weight: 200; - color: white; - margin-bottom: 20px; - font-size: 1.8em; - position: relative; - line-height: inherit; -} -.button { - margin: 1rem 0; - text-decoration: none; - color: whitesmoke; - padding: 1em 3em; - background-color: #afbac3; - border: 0.16em solid white; - border-radius: 5em; - font-size: 1.5rem; -} -.button i { - margin: 0 0.75em 0 0; -} -.highlight { - background-color: white; - color: #afbac3; -} -.button:hover { - background-color: transparent; - text-decoration: none; - color: #afbac3; - box-shadow: 0 16px 30px -20px black; - transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.3s ease; -} - -@media (max-width: 768px) { - .container { - margin-bottom: 50px; - } -} diff --git a/src/Components/Clients/SocialRing.jsx b/src/Components/Clients/SocialRing.jsx deleted file mode 100755 index 832d3429..00000000 --- a/src/Components/Clients/SocialRing.jsx +++ /dev/null @@ -1,29 +0,0 @@ -import React from "react"; -import './SocialRing.css'; - -const SocialRing = () => { - return ( - <> -
-
-
-
-
-

Social Ring

-

Social Ring is an IOS app that lets you create custom rings for your profile pictures on Clubhouse, Instagram, or your favorite social media platform.

-

Create profile pictures with a variety of custom-made borders. Choose from over 50 borders.

- Get The App -
-
-
- -
-
-
-
- - ) -} - - -export default SocialRing; \ No newline at end of file