-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstruct_company.html
541 lines (446 loc) · 20.2 KB
/
instruct_company.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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
Skip to content
Search or jump to…
Pull requests
Issues
Marketplace
Explore
@jstep750
Learn Git and GitHub without any code!
Using the Hello World guide, you’ll start a branch, write comments, and open a pull request.
jstep750
/
Shift
1
0
0
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Settings
Shift/public/instruct_company.html
@jstep750
jstep750 .
Latest commit 8defd67 2 days ago
History
1 contributor
579 lines (487 sloc) 21 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>서비스 소개-Shift</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/22de0a02bc.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navbar -->
<nav class="navbar fixed-top bg-white navbar-expand-lg navbar-light white scrolling-navbar">
<div class="container-fluid">
<!-- Brand -->
<a class="navbar-brand mr-5" href="#" target="_blank">
<img
src="img\shift\shift_logo.png"
height="30"
alt=""
loading="lazy"
width="50vw"
/>
</a>
<!-- Collapse -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Links -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!--
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link font-weight-bold" href="https://mdbootstrap.com/docs/jquery/" target="_blank">쉬프트란</a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold " href="https://mdbootstrap.com/docs/jquery/getting-started/download/" target="_blank">옥션</a>
</li>
</ul>
-->
<!--
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item">
<a href="#" class="nav-link small grey-text" target="_blank">
로그인
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link small grey-text" target="_blank">
회원가입
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link small grey-text" target="_blank">
고객센터
</a>
</li>
</ul>
-->
<!-- Right -->
</div>
</div>
</nav>
<!-- Navbar -->
<div class="container_main" style="position: relative;">
<img class="cover" src="img\shift\keyboard-1621104_1920.jpg" width="100%" style="filter: grayscale(50%);
min-height: 350px;
margin-top: -10%;
" alt="">
<div class="text-white" style="
position: absolute;
bottom: 3vw;
right: 3.2vw;
font-size: 3vh;"><div class="mb-3"><strong class="font-weight-bold">옥션</strong>을 통한 게임투자<br></div>
<h3 style="font-size: 4vh;" class="font-weight-bold">Attracting gamer's investment</h3>
<h2 style="font-size: 3vh;" class="font-weight-bold">게이머 투자를 유치하다.</h2>
</div>
</div>
<div style="height:5vh"></div>
<!--Main layout-->
<main>
<div class="container" >
<!--Section: Main info-->
<section class="mt-5 wow fadeIn">
<!--Grid row-->
<div class="row">
<div class="col-md-6 mb-4 mt-5 text-default_op">
<!-- Main heading -->
<h1 class="mb-3 font-weight-bold thirdh1_font">Shift<strong style="font-weight: 300;">를 소개합니다!</strong></h1>
<div class="third_font">
<p style="font-weight: 600;"><br><strong>Shift</strong>는
<strong class="font-weight-bold">인디게임사를 위한 마이크로 엔젤 투자 플랫폼</strong>입니다.</p>
<p style="font-weight: 500;"> 게임 플레이어들이 가장 게임의 가치를 잘 안다고 생각합니다.
다양한 게이머들과 투자자들이 모여서
<strong class="font-weight-bold">게임의 데모버전</strong>을 플레이해보고 투자합니다.</p>
</div>
<!-- Main heading -->
</div>
<!--Grid column-->
<div class="col-md-6 mb-4">
<img src="img\shift\nopubglogo.png" class="img-fluid" alt="">
</div>
<!--Grid column-->
<!--Grid column-->
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<!--Section: Main info-->
<hr class="my-5">
<!--Section: Main features & Quick Start-->
<section>
<!--Grid row-->
<div class="row wow fadeIn">
<div class="container" style="position: relative; ">
<div class="row">
<img class="cover" src="img\shift\natural_gradient_sample.png" alt="" style="width: 100%; min-height: 400px;">
<div class="" style="
color: #333333;
font-weight: 500;
position: absolute;
top: 5vw;
left: 1vw;
padding-top: 20px;
padding-left: 20px;
font-size: 24px;
"><h1 class="thirdh1_font" style="">게이머들이 정해주는</h1><h1 class="font-weight-bold thirdh1_font mb-5" style="">게임의 가치</h1>
<p class="third_font"
style="color:#333333;
font-weight: 500;">
Shift는 자유로운 투자 환경을 투자자들에게 제공합니다.<br>
자신이 생각하는 게임의 가치만큼 투자합니다.<br>
<br>
게이머가 평가하는 게임의 가치가 높을수록 입찰가격은 높아지고<br>
입찰가격이 높아지면 높아질수록 게임사가 받는 투자금도 커집니다.<br>
<br>
게이머와 함께 투자 문화를 만들어보세요.
</p>
</div>
</div>
</div>
<!--Grid column-->
</div>
<!--/Grid row-->
</section>
<!--Section: Main features & Quick Start-->
<hr class="my-5">
<!--section start: shift sequence-->
<section>
<h1 class="font-weight-bold text-default_op thirdh1_font">서비스 진행 절차</h1>
<h4 class="thirdh4_font" style="color: #999999; margin-top: 1vw; margin-bottom: 1vw;">"Shift"는 아래와 같은 절차로 서비스를 진행합니다.</h4>
<div class="container text-default_op" style="border: solid 1px #C4C4C4; padding: 15px; position: relative;">
<p class="mb-5 third_captionfont" style=" color: #999999;">*화살표를 누르시면, 이전 또는 다음 단계의 상세내용을 확인할 수 있습니다.</p>
<div id="carouselExampleIndicators" style=" height: 25vw;max-height: 400px;min-height: 300px;" class="carousel slide" data-ride="carousel">
<div class="carousel-inner third_font" style="margin-left: 3vw; margin-right: 5vw; width: 85%; padding-left: 4vw;">
<!--1st step-->
<div class="carousel-item active" >
<p class="font-step" style=""><strong style="color: #598091; ">1st STEP</strong> 신청하기</p>
<div class="grid_op mb-5">
<div class="st1op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
</div>
<p>개발계획서를 작성하고 신청하세요.</p>
<p>서류를 통해 표절 문제를 적발하고 최소한의 퀄리티를 검사합니다.</p>
<p>통과 시 옥션에 1차 판매가 가능합니다.</p>
<a class="btn thirdh3_font" href="https://docs.google.com/forms/d/e/1FAIpQLSfkuyxGByET0L_M26QBK_OvV4Ve6LP3C9NNcGTepRUVp3kILQ/viewform?usp=sf_link" target="_blank"
style="border-radius: 10rem; background-color: #598091; color: white;">신청하러 가기</a>
</div>
<!--2nd step-->
<div class="carousel-item">
<p class="font-step"><strong style="color: #659058;">2nd STEP</strong> 옥션 1차 판매</p>
<div class="grid_op mb-5">
<div class="st1op"></div>
<div class="st2op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
</div>
<p>
개발계획서를 쉬프트 유저들에게 공개하고 1차 판매를 진행합니다.<br>
1차 판매는 판매예정량의 67%를 판매합니다.
</p>
</div>
<!--3rd step-->
<div class="carousel-item">
<p class="font-step"><strong style="color: #B4B333;">3rd STEP</strong> 데모버전 개발</p>
<div class="grid_op mb-5">
<div class="st1op"></div>
<div class="st2op"></div>
<div class="st3op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
</div>
<p>데모버전까지 게임을 개발합니다.<br>
게임사는 게임에 대한 개발 과정을 개발현황에 지속적으로 공유합니다.</p>
</div>
<!--4th step-->
<div class="carousel-item">
<p class="font-step"><strong style="color: #EDCE37;">4th STEP</strong> 중간평가 및 2차 판매</p>
<div class="grid_op mb-5">
<div class="st1op"></div>
<div class="st2op"></div>
<div class="st3op"></div>
<div class="st4op"></div>
<div class="st0op"></div>
<div class="st0op"></div>
</div>
<p>일정 기준에 따라 나온 데모버전 게임을 평가합니다.<br>
중간 평가를 통과하면 유저들에게 데모버전 공개 후 2차 판매를 진행합니다.</p>
<a class="btn btn-outline-grey mt-5" href="pdf\게임평가 기준.pdf" target="_blank" role="button"
><i class="far fa-file-pdf mr-1"></i> 게임평가 기준</a
>
</div>
<div class="carousel-item">
<p class="font-step"><strong style="color: #E97424;">5th STEP</strong> 최종평가</p>
<div class="grid_op mb-5">
<div class="st1op"></div>
<div class="st2op"></div>
<div class="st3op"></div>
<div class="st4op"></div>
<div class="st5op"></div>
<div class="st0op"></div>
</div>
<p>유저평가를 포함한 최종적인 평가를 진행합니다.</p>
<p>이 단계를 통과하면 쉬프트에서 게임에 대한 유저간 거래를 활성화시킵니다.
</p>
<a class="btn btn-outline-grey mt-5" href="pdf\게임평가 기준.pdf" target="_blank" role="button"
><i class="far fa-file-pdf mr-1"></i> 게임평가 기준</a
>
</div>
<div class="carousel-item">
<p class="font-step"><strong style="color: #CD1D27;">6th STEP</strong> 게임 운영하기</p>
<div class="grid_op mb-5">
<div class="st1op"></div>
<div class="st2op"></div>
<div class="st3op"></div>
<div class="st4op"></div>
<div class="st5op"></div>
<div class="st6op"></div>
</div>
<p>추후 필수 운영기간(6개월 이상 1년 이하)동안 운영 평가를 진행합니다.</p>
<a class="btn btn-outline-grey mt-5" href="pdf\운영평가 기준.pdf" target="_blank" role="button"
>
<i class="far fa-file-pdf mr-1"></i> 운영평가 기준</a>
</div>
</div>
<a class="carousel-control-prev" style="line-height: 30px;" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" style="height: 100px; width:100px; font-size:80px;" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" style="height: 100px; width:100px; font-size:80px;" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<hr class="my-5">
<section class="mt-5 wow fadeIn text-default_op"
style="position: relative;">
<img src="img\shift\natural_gradient_background.png" alt="" style="width: 100%;">
<!--Grid row-->
<div class="row" style="justify-content: center;">
<div class="col-md-6 mb-3 mt-3 third_font" style="position: absolute; top: 1vw; left: 2vw;">
<!-- Main heading -->
<h2 class="h2 mb-3 font-weight-bold thirdh1_font" style="">유저들의 투자 용이</h2><br>
<p>유저들에게 <strong class="font-weight-bold">'프로젝트의 지분'</strong>이라는 실질적인 이득을
보장해줌으로써 투자 동기를 부여합니다.</p><br>
<p>게임 개발과정에 참여하는 느낌을 제공해줌으로써 유저들이 마케팅에 직접 참여하게끔 유도합니다.</p>
<!-- Main heading -->
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<hr class="my-5">
</div>
<section>
<div style="height: 200px;"></div>
<div class="container text-center third_font"
style="
color: #333333;
">
<div style="
height: 5px;
width: 100%;
background-color: #17375E;
box-shadow: 5px 5px 5px grey;
"></div>
<p style="padding-top: 24px;padding-bottom: 24px;">게임이 잘 될 지 몰라 불안할 때, 자신의 게임 가치를 알고 싶을 때<br>
게이머들이 그 가치를 정해줍니다.<br>
궁금한 점이 있다면 언제든지 <strong class="font-weight-bold">아래 메일로 문의를 남겨주세요.</strong></p>
<p class="third_captionfont" style="padding-bottom: 24px;">문의 메일은 <strong>karlxyz99@korea.ac.kr</strong>으로 부탁드립니다.</p>
<div style="
height: 5px;
width: 100%;
background-color: #17375E;
box-shadow: 5px 5px 5px grey;
"></div>
</div>
<div style="height: 200px;"></div>
</section>
<section class="card wow fadeIn mt-5" style="background-image: linear-gradient(to right, #751D1D, #17375E);">
<div class="card-body text-white text-center">
<h2 class="text-weight-bold mt-5 mb-5 thirdh1_font" style="font-weight: 700;">사전예약하기</h2><br>
<p class="third_font" style="">
<strong>Shift</strong>는 인디게임사의 발전과 성공을 위해 만든 펀딩 서비스입니다.<br>
사전예약을 하신 분들께는 추가 서비스로<br>
유저 테스트 결과를<strong class="font-weight-bold"> 보고서 형태로 가공하여</strong> 제공해드립니다.
</p>
<br>
<a
target="_blank"
class="btn btn-outline-light third_font"
data-mdb-ripple-color="dark"
style="border-radius: 10rem; font-size: 16pt;"
href="https://docs.google.com/forms/d/e/1FAIpQLSfkuyxGByET0L_M26QBK_OvV4Ve6LP3C9NNcGTepRUVp3kILQ/viewform?usp=sf_link"
>
사전예약하기
</a>
<div style="height: 50px;"></div>
</div>
</section>
<footer class="page-footer text-center font-small" style="background-color: white;">
<div style="height: 10px;"></div>
<p class="mb-3" style="color: #333333;">Copyright © 2021 Shift</p>
<p style="color: #333333;">상호: Shift | 대표: 김용운 | 개인정보관리책임자: 미입력 | 전화: 미입력 | 이메일: karlxyz99@korea.ac.kr</p>
<div style="height: 3px;"></div>
</footer>
<!--
<footer class="page-footer text-center font-small mt-4 wow fadeIn">
<div class="pt-4">
<a class="btn btn-outline-white" href="https://mdbootstrap.com/docs/jquery/getting-started/download/" target="_blank" role="button">Download MDB
<i class="fas fa-download ml-2"></i>
</a>
<a class="btn btn-outline-white" href="https://mdbootstrap.com/education/bootstrap/" target="_blank" role="button">Start free tutorial
<i class="fas fa-graduation-cap ml-2"></i>
</a>
</div>
<hr class="my-4">
<div class="pb-4">
<a href="https://www.facebook.com/mdbootstrap" target="_blank">
<i class="fab fa-facebook-f mr-3"></i>
</a>
<a href="https://twitter.com/MDBootstrap" target="_blank">
<i class="fab fa-twitter mr-3"></i>
</a>
<a href="https://www.youtube.com/watch?v=7MUISDJ5ZZ4" target="_blank">
<i class="fab fa-youtube mr-3"></i>
</a>
<a href="https://plus.google.com/u/0/b/107863090883699620484" target="_blank">
<i class="fab fa-google-plus-g mr-3"></i>
</a>
<a href="https://dribbble.com/mdbootstrap" target="_blank">
<i class="fab fa-dribbble mr-3"></i>
</a>
<a href="https://pinterest.com/mdbootstrap" target="_blank">
<i class="fab fa-pinterest mr-3"></i>
</a>
<a href="https://github.com/mdbootstrap/bootstrap-material-design" target="_blank">
<i class="fab fa-github mr-3"></i>
</a>
<a href="http://codepen.io/mdbootstrap/" target="_blank">
<i class="fab fa-codepen mr-3"></i>
</a>
</div>
<div class="footer-copyright py-3">
© 2019 Copyright:
<a href="https://mdbootstrap.com/education/bootstrap/" target="_blank"> MDBootstrap.com </a>
</div>
</footer>
/.Footer-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Initializations -->
<script type="text/javascript">
// Animations initialization
new WOW().init();
</script>
</body>
</html>
© 2021 GitHub, Inc.
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About