-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcondition.html
More file actions
248 lines (202 loc) · 5.26 KB
/
Copy pathcondition.html
File metadata and controls
248 lines (202 loc) · 5.26 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://github.com; object-src 'none'; base-uri 'self'; form-action 'self'; connect-src 'none'; upgrade-insecure-requests">
<meta name="referrer" content="strict-origin-when-cross-origin">
<link rel="icon" type="image/png" href="./img/favicon.png">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Helvetica", sans-serif;
}
.full-width {
overflow: hidden;
position: relative;
min-height: 96vh;
display: flex;
flex-direction: column;
}
.content {
width: clamp(280px, 90%, 1280px);
margin: auto;
display: flex;
align-items: center;
gap: 2rem;
}
.content .left {
width: 40%;
min-width: 300px;
padding: 2rem 0;
}
.content .right {
width: calc(60% - 2rem);
display: flex;
flex-direction: column;
align-items: flex-end;
}
.content .left h1 {
font-size: 2.5rem;
color: #012875;
margin-bottom: 1.5rem;
}
.content .left p {
font-size: 0.9rem;
color: #012875;
margin-bottom: 1rem;
font-weight: 300;
}
.content .left p span {
font-weight: 600;
}
.content .sib-form {
padding: 0;
}
.content .sib-form #sib-container {
border: none !important;
padding: 0;
}
.content .sib-form .sib-form-block {
padding: 0;
}
.right .big-img {
margin-left: auto;
max-height: 400px;
}
.logo {
width: 200px;
position: absolute;
right: 10%;
top: 10%;
}
.leftoval {
position: absolute;
top: -48%;
left: -10%;
width: 50vw;
z-index: -1;
}
.rightoval {
position: absolute;
top: 50%;
right: -20%;
width: 70vw;
z-index: -1;
transform: translateY(-50%);
}
.rocket {
position: absolute;
top: 10%;
left: 50%;
}
#sib-container {
background: transparent !important;
}
form {
background-color: transparent;
}
.content:nth-child(2) {
margin-top: auto;
margin-bottom: 0;
justify-content: space-around;
}
.content:nth-child(2) a {
color: #012875;
text-decoration: none;
}
.content:nth-child(2) a img {
height: 20px;
}
@media screen and (max-width: 766px) {
.left {
width: 100% !important;
}
.content .left h1 {
font-size: 2rem;
}
.right {
width: 100% !important;
padding-top: 3rem;
}
.content:nth-child(1) {
flex-direction: column-reverse;
}
.right .big-img {
width: 100%;
}
.right .logo {
width: 150px;
}
.rocket {
position: absolute;
top: 5%;
left: 40%;
width: 60px;
z-index: -1;
}
.content:nth-child(2) {
display: block;
margin-top: 3rem;
}
.content:nth-child(2) a {
display: block;
margin-bottom: 0.75rem;
}
.leftoval {
top: 0;
left: 0;
width: 80%;
transform: translate(-30%, -30%);
}
.rightoval {
width: 500px;
left: 10%;
top: 40%;
}
}
</style>
<title>Document</title>
</head>
<body>
<div class="full-width">
<div class="content">
<div class="left">
<br><br>
<h1> </h1><br>
<h1>General Terms and Conditions of Sale (GTCS)</h1>
<p>
<br></br>
The CasualEnglish website and application are open-source educational tools published under the MIT License and hosted on GitHub.
<br></br>
No products, services, or features are offered for sale.
<br></br>
As the Site does not provide any paid services, no General Terms and Conditions of Sale apply.
<br></br>
If, in the future, commercial services are introduced, appropriate Terms and Conditions of Sale will be published on this page.
<br></br>
</p>
</div>
<div class="right">
<a href="./index.html">
<img class="logo" src="./img/logo.png" alt="Casual English">
</a>
<img class="big-img" src="" alt="">
</div>
<img src="./img/Path 1065.png" alt="" class="leftoval">
<img src="./img/Path 1066.png" alt="" class="rightoval">
<img src="./img/paper-rocket.png" alt="" class="rocket">
</div>
<div class="content">
<a href="mention.html">Legal Notice</a>
<a href="cookies.html">Cookie Policy</a>
<a href="confidentialite.html">Privacy Policy</a>
<a href="condition.html">General Terms and Conditions of Sale (GTCS)</a>
<a href="https://github.com/ChristopheCode/casualenglish?tab=MIT-1-ov-file#readme" target="_blank" rel="noopener noreferrer"><img src="./img/MITLicense.png" alt=""></a>
</div>
</div>
</body>
</html>