-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing-page.html
executable file
·429 lines (402 loc) · 11.2 KB
/
landing-page.html
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Cake - Visual Programming Editor for C Languages</title>
<meta name="title" content="Cake - Visual Programming Editor for C Languages" />
<meta name="description" content="Everone should be able coding, without any hassle." />
<link rel="image_src" href="/images/notify_better_image.png" />
<link rel="shortcut icon" id="favicon" href="">
<meta name="author" content="Team Cake">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico:400' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript" src="js/jquery.onepage-scroll.js"></script>
<link href='css/onepage-scroll.css' rel='stylesheet' type='text/css'>
<meta name="viewport" content="initial-scale=1, width=device-width, maximum-scale=1, minimum-scale=1, user-scalable=no">
<style>
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
html {
height: 100%;
}
body {
background: #E2E4E7;
padding: 0;
text-align: center;
font-family: 'open sans', 'Jeju Gothic';
position: relative;
margin: 0;
height: 100%;
-webkit-font-smoothing: antialiased;
}
.wrapper {
height: 100% !important;
height: 100%;
margin: 0 auto;
overflow: hidden;
}
a {
text-decoration: none;
}
h1, h2 {
width: 100%;
float: left;
}
h1 {
margin-top: 100px;
color: #000;
margin-bottom: 5px;
font-size: 70px;
letter-spacing: -4px;
font-weight: 100;
}
h1 span {
font-size: 26px;
margin: 0 5px;
text-transform: capitalize;
background: rgba(0,0,0,0.85);
display: inline-block;
color: #6D461D;
border-radius: 5px 5px;
-webkit-border-radius: 5px 5px;
-moz-border-radius: 5px 5px;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
padding: 3px 10px;
}
h2 {
color: #6D461D;
font-weight: 100;
margin-top: 0;
margin-bottom: 10px;
}
.pointer {
color: #9b59b6;
font-family: 'Pacifico', cursive, 'Jeju Gothic';
font-size: 30px;
margin-top: 15px;
}
code {
margin: 20px 1%;
float: left;
width: 48%;
height: 105px;
background: rgba(0,0,0,0.1);
border: rgba(0,0,0,0.05) 5px solid;
border-radius: 5px;
padding:5px;
color: white;
text-align: center;
font-size: 15px;
margin-top: 25px;
display: block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
code.html {
color: #7EC9E6;
}
code.js {
color: #FFAD00;
}
.main {
float: left;
width: 100%;
margin: 0 auto;
}
.main h1 {
padding:150px 50px;
float: left;
width: 100%;
font-size: 45px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
font-weight: 100;
color: white;
margin: 0;
}
.main h1.demo1 {
background: #1ABC9C;
}
.reload.bell {
font-size: 12px;
padding: 20px;
width: 45px;
text-align: center;
height: 47px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
}
.reload.bell #notification {
font-size: 25px;
line-height: 140%;
}
.reload, .btn{
display: inline-block;
border: 4px solid #A2261E;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #CC3126;
display: inline-block;
line-height: 100%;
padding: 0.7em;
text-decoration: none;
color: #fff;
width: 100px;
line-height: 140%;
font-size: 17px;
font-family: 'open sans', 'Jeju Gothic';
font-weight: bold;
}
.reload:hover{
background: #444;
}
.btn {
width: 200px;
color: rgb(255, 255, 255);
border: 4px solid rgb(0, 0, 0);
background: rgba(3, 3, 3, 0.75);
}
.clear {
width: auto;
}
.btn:hover, .btn:hover {
background: #444;
}
.btns {
width: 410px;
margin: 50px auto;
}
.credit {
text-align: center;
color: rgba(0,0,0,0.5);
padding: 10px;
width: 410px;
clear: both;
}
.credit a {
color: rgba(0,0,0,0.85);
text-decoration: none;
font-weight: bold;
text-align: center;
}
.back {
position: absolute;
top: 0;
left: 0;
text-align: center;
display: block;
padding: 7px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: rgba(255, 255, 255, 0.25);
font-weight: bold;
font-size: 13px;
color: #000;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.back:hover {
color: black;
background: rgba(255, 255, 255, 0.5);
}
header {
position: relative;
z-index: 10;
}
.main section .page_container {
position: relative;
top: 25%;
margin: 0 auto 0;
max-width: 950px;
z-index: 3;
}
.main section {
overflow: hidden;
}
.main section > img {
position: absolute;
max-width: 100%;
z-index: 1;
}
.main section.page1 {
background:rgb(230, 217, 200);
}
.main section.page1 h1 {
text-align: left;
padding: 0;
margin-bottom: 15px;
font-size: 70px;
color: black;
}
.main section.page1 h2 {
color: rgba(0,0,0,0.85);
text-align: center;
width: 435px;
line-height: 160%;
}
.main section .page_container .btns {
clear: both;
float: left;
text-align: center;
width: 435px;
}
.main section .page_container .btns a{
text-align: center;
}
.main section.page2 {
background: #555557 url("media/icon_20721.png") no-repeat center -150px;
background-size: 800px 800px;
}
.main section.page2 > img {
position: absolute;
top: -300px;
left: 50%;
margin-left: -1095px;
}
.main section.page2 .page_container {
margin-top: 240px;
overflow: hidden;
}
.main section.page2 h1 {
text-align: center;
padding: 0;
margin-bottom: 15px;
font-size: 50px;
letter-spacing: -1px;
color: white;
}
.main section.page2 h2 {
color: rgba(255,255,255,0.85);
text-align: center;
line-height: 160%;
font-weight: 100;
}
.viewing-page-2 .back{
background: rgba(0, 0, 0, 0.25);
color: #FFF;
}
.main section.page3 {
background:url("media/icon_13693.png") no-repeat 156px 150px;
background-size: 500px 500px;
}
.main section.page3 .page_container {
overflow: hidden;
width: 500px;
right: -285px;
}
.main section.page3 h1 {
text-align: left;
padding: 0;
margin-bottom: 0;
font-size: 70px;
letter-spacing: -1px;
color: black;
}
.main section.page3 h2 {
color: rgba(0,0,0,0.85);
text-align: left;
line-height: 160%;
font-weight: 100;
font-size: 21px;
}
body.disabled-onepage-scroll .onepage-wrapper section {
min-height: 100%;
height: auto;
}
body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container {
padding: 20px;
margin-top: 150px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body.disabled-onepage-scroll section .page_container h1{
text-align: center;
font-size: 50px;
}
body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
text-align: center;
width: 100%;
}
body.disabled-onepage-scroll .main section.page1 > img {
position: absolute;
width: 80%;
left: 10%;
}
body.disabled-onepage-scroll .main section > img {
position: relative;
max-width: 80%;
bottom: 0;
}
body.disabled-onepage-scroll code {
width: 95%;
margin: 0 auto 25px;
float: none;
overflow: hidden;
}
body.disabled-onepage-scroll .main section.page3 .page_container {
width: 90%;
margin-left: auto;
margin-right: auto;
right: 0;
}
</style>
<script>
$(document).ready(function(){
$(".main").onepage_scroll({
sectionContainer: "section",
responsiveFallback: 600,
loop: true
});
});
</script>
</head>
<body>
<div class="wrapper">
<div class="main">
<section class="page1">
<div class="page_container">
<h1>소스 코드보다 강력한 시각화 블럭</h1>
<h2>초보 개발자는 항상 두 가지 난제를 동시에 맞닥뜨리기 마련입니다. 생각을 논리적으로 풀어내는 일과, 문법에 맞춰 코드를 작성하는 일 두 가지입니다. Cake는 여러분이 문법 오류로부터 자유롭게 도와줍니다.</h2>
<p class="credit">Powered by <a href="https://github.com/cra16/Cake">Team Cake</a>, Member of <a href="" target="_blank">Computer Research Association</a></p>
<div class="btns">
<a class="reload btn" href="https://github.com/cra16/Cake">Github에서 내려받기</a>
</div>
</div>
<img src="media/icon_28583.png" alt="phones">
</section>
<section class="page2">
<div class="page_container">
<h1>C를 처음 접하시나요?</h1>
<h2>C 언어를 처음 시작하려는 사람에게 Cake는 가장 좋은 선택입니다.<br>Cake가 제공하는 블럭 중에서 골라 짜 맞추기만 하면 자동으로 코드가 만들어집니다.</h2>
<code class="html">
<img src="media/code1.png">
</code>
<code class="js">
pirntf("Hello, world!");
</code>
</div>
</section>
<section class="page3">
<div class="page_container">
<h1>이미 개발자이신가요?</h1>
<h2>Cake는 코드 블럭 조합으로 빠르게 프로젝트 프로토타이핑을 할 수 있는 기능을 제공합니다.</h2>
<div class="btns">
<a class="reload btn" href="/index.html">지금 시작하기</a>
</div>
</div>
</section>
</div>
<a class="back" href="/index.html">지금 시작하기</a>
<a href="https://github.com/cra16/Cake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</div>
</body>
</html>