Features.js
6.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
import React from "react";
import styled from "styled-components";
import Header from "../Components/Header";
import Footer from "../Components/Footer";
import ChatImage from "../Imgs/test.JPG";
const Main = styled.main`
display: flex;
flex-direction: column;
`;
const Section = styled.section`
padding-top: 8rem;
padding-bottom: 5rem;
max-width: none;
`;
const SectionBox = styled.div`
max-width: 80%;
margin: 0 auto;
`;
const ImageSection = styled.div`
width: 100%;
overflow: hidden;
position: relative;
`;
const ItemContainer = styled.div`
display: flex;
transform: translateX(-75deg);
`;
const ItemBox = styled.div`
padding: 0 10px;
`;
const ArrowContainer = styled.div`
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
`;
const ArrowWrapper = styled.div`
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
`;
const ArrowLeftBox = styled.div`
display: flex;
justify-content: center;
align-items: center;
margin: 40px;
width: 64px;
height: 64px;
background-color: rgba(35, 39, 42, 0.3);
border-radius: 50%;
cursor: pointer;
`;
const ArrowRightBox = styled.div`
display: flex;
justify-content: center;
align-items: center;
margin: 40px;
width: 64px;
height: 64px;
background-color: rgba(35, 39, 42, 0.3);
border-radius: 50%;
cursor: pointer;
`;
const ArrowSvg = styled.svg`
width: 32px;
height: 32px;
&.arrow-left-svg {
transform: rotate(180deg);
}
&.arrow-right-svg {
transform: rotate(0deg);
}
`;
const LeftArrowPath = styled.path`
fill-rule: evenodd;
clip-rule: evenodd;
fill: white;
`;
const RightArrowPath = styled.path`
fill-rule: evenodd;
clip-rule: evenodd;
fill: white;
`;
const DescriptionBox = styled.div`
display: flex;
flex-direction: column;
`;
const TitleBox = styled.div`
text-align: center;
font-size: 2rem;
font-weight: 600;
margin-bottom: 20px;
&.paragraph-title {
color: #3dc1d3;
text-align: left;
}
&.desc-header-title {
margin-bottom: 50px;
}
`;
const ParagraphContainer = styled.div`
display: grid;
grid-template-columns: 30% 30% 30%;
grid-column-gap: 5%;
`;
const ParagraphBox = styled.div`
display: flex;
flex-direction: column;
&:not(:last-child) {
margin-right: 20px;
}
p {
font-size: 1.2rem;
line-height: 1.5;
}
`;
const Image = styled.img`
width: 100%;
height: auto;
border-radius: 10px;
`;
export default () => {
return (
<>
<Header />
<Main>
<Section>
<SectionBox>
<DescriptionBox>
<TitleBox className="desc-header-title">Why Linker ?</TitleBox>
<ParagraphContainer>
<ParagraphBox>
<TitleBox className="paragraph-title">Comfortable</TitleBox>
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a
type specimen book.
</p>
</ParagraphBox>
<ParagraphBox>
<TitleBox className="paragraph-title">Easy</TitleBox>
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a
type specimen book.
</p>
</ParagraphBox>
<ParagraphBox>
<TitleBox className="paragraph-title">Colorful</TitleBox>
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a
type specimen book.
</p>
</ParagraphBox>
</ParagraphContainer>
</DescriptionBox>
</SectionBox>
</Section>
<Section>
<TitleBox className="desc-header-title">Look Around Linker</TitleBox>
<ImageSection className="image-section">
<ItemContainer>
<ItemBox>
<Image src={ChatImage} alt={"Back Image"} />
</ItemBox>
<ItemBox>
<Image src={ChatImage} alt={"Back Image"} />
</ItemBox>
<ItemBox>
<Image src={ChatImage} alt={"Back Image"} />
</ItemBox>
<ItemBox>
<Image src={ChatImage} alt={"Back Image"} />
</ItemBox>
</ItemContainer>
<ArrowContainer>
<ArrowWrapper>
<ArrowLeftBox>
<ArrowSvg fill="none" className="arrow-left-svg">
<LeftArrowPath d="M22.2398 17.0778L11.8576 27.5689C11.2532 28.1437 10.3287 28.1437 9.75984 27.5689C9.19095 26.994 9.19095 26.0599 9.75984 25.4491L19.1109 16L9.75984 6.5509C9.19095 5.97605 9.19095 5.00599 9.75984 4.43114C10.3287 3.85629 11.2532 3.85629 11.8576 4.43114L22.2398 14.9581C22.8087 15.5329 22.8087 16.4671 22.2398 17.0778Z" />
</ArrowSvg>
</ArrowLeftBox>
<ArrowRightBox>
<ArrowSvg fill="none" className="arrow-right-svg">
<RightArrowPath d="M22.2398 17.0778L11.8576 27.5689C11.2532 28.1437 10.3287 28.1437 9.75984 27.5689C9.19095 26.994 9.19095 26.0599 9.75984 25.4491L19.1109 16L9.75984 6.5509C9.19095 5.97605 9.19095 5.00599 9.75984 4.43114C10.3287 3.85629 11.2532 3.85629 11.8576 4.43114L22.2398 14.9581C22.8087 15.5329 22.8087 16.4671 22.2398 17.0778Z" />
</ArrowSvg>
</ArrowRightBox>
</ArrowWrapper>
</ArrowContainer>
</ImageSection>
</Section>
</Main>
<Footer />
</>
);
};