1- // import React from "react"
2- // import styled from "@emotion/styled"
3-
4- // import Header from "./header"
5- // import TextCloud from "./TextCloud"
6-
7- // const HeaderIntro = styled.div`
8- // padding: 0 50px;
9- // text-align: center;
10- // padding-bottom: 100px;
11- // h1 {
12- // color: var(--headline);
13- // }
14- // p {
15- // color: var(--paragraph);
16- // }
17- // @media only screen and (max-width: 460px) {
18- // padding: 0 15px;
19- // padding-bottom: 15px;
20- // }
21- // @media print {
22- // padding-bottom: 0px;
23- // }
24- // input {
25- // width: 100%;
26- // border: none;
27- // background-color: #fff;
28- // border: none;
29- // color: #272343;
30- // padding: 15px;
31- // border-radius: 8px;
32- // box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
33- // transition: 0.2s all ease;
34- // }
35- // input:focus {
36- // outline: none;
37- // }
38- // p {
39- // margin-top: 0px;
40- // color: #485663;
41- // font-size: 15px;
42- // }
43- // `
44-
45- // const Intro = ({ input, handleInputChange }) => (
46- // <Header>
47- // <HeaderIntro>
48- // <h1>ডেভেলপার চিটশিট</h1>
49- // <p>
50- // বাংলা চিটশিটের ভান্ডার। নিজের মাতৃভাষায় চিটশিটের ভান্ডার সমৃদ্ধ করতে
51- // আপনিও যোগ দিন
52- // </p>
53- // <input
54- // placeholder="কিসের উপর চিটশিট চাচ্ছেন?"
55- // value={input}
56- // onChange={handleInputChange}
57- // />
58- // </HeaderIntro>
59- // </Header>
60- // )
61-
62- // export default Intro
63-
641import React from "react"
652import styled from "@emotion/styled"
663
@@ -69,7 +6,6 @@ import IntroHome from "./introhome"
696import IntroItem from "./introitem"
707
718import { Container , Logo , ThinContainer } from "./common"
72- import { isItDark } from "../utils"
739
7410const IntroContainer = styled . div `
7511 background: ${ props => props . colorpref } ;
0 commit comments