-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
542 lines (505 loc) · 20.8 KB
/
index.html
File metadata and controls
542 lines (505 loc) · 20.8 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
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
542
<!DOCTYPE html>
<html lang="en">
<head>
<title>CloudBread main home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Custom styles for this template -->
<link href="css/font.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60">
<nav class="navbar navbar-fault navbar-fixed-top">
<div class="container">
<div class="navbar-header" style="margin-top:8px;">
<a href="#myPage">
<img src="images/logo-16.svg" style="width:120px; height:30px;"/>
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about" style="color:#FFE161;">ABOUT</a></li>
<li><a href="#services" style="color:#FFE161;">SERVICES</a></li>
<li><a href="#tutorials" style="color:#FFE161;">TUTORIALS</a></li>
<li><a href="#review" style="color:#FFE161;">REVIEW</a></li>
<li><a href="#members" style="color:#FFE161;">MEMBERS</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron text-center" style="margin-bottom:0px;">
<div class="row" style="margin-bottom:50px;">
<div class="col-xs-0 col-sm-1 col-md-2 col-lg-3"></div>
<div class="col-xs-12 col-sm-10 col-md-8 col-lg-6" style="text-align:center; padding-top:50px;">
<img src="images/type_web-18.svg"/>
<!--
<appleSD style="font-size:38px; color:#F3F3F3; letter-spacing:0.92px; line-height:59px;">
세상 모든 클라이언트 개발자를 위한<br>
<mainfontY>
오픈소스 게임 서버 엔진
</mainfontY>
프로젝트
</appleSD>
<br>
<div style="font-weight:700; font-size:48px; color: #FFE161; letter-spacing: 1.16px; line-height: 59px; text-align:center; margin-top:21px; margin-bottom:58px;">
CloudBread
</div>
-->
</div>
<div class="col-xs-0 col-sm-1 col-md-2 col-lg-3"></div>
</div>
<button class="btn btn-lg"
onclick="window.open('https://www.facebook.com/groups/cloudBreadProject/')"
style="width:234px;">페이스북 공식채널</button>
<span style="margin-left:13px;"></span>
<button class="btn btn-lg"
onclick="window.open('https://www.youtube.com/channel/UCDlkeUYAb851WkHMRzchLzw')"
style="width:234px;">유튜브 공식채널</button>
<span style="margin-left:13px;"></span>
<button class="btn btn-lg"
onclick="window.open('https://github.com/CloudBreadProject')"
style="width:234px;">Github 프로젝트</button>
<span style="margin-left:13px;"></span>
</div>
<!-- Container (About Section) -->
<!-- First paragraph -->
<div id="about" class="container-fluid" style="background-color:#F6F6F6;">
<div class="row">
<div class="col-sm-12 col-xs-12">
<div style="margin: 94px 0 102px 40px; text-align:left;">
<noto style="font-size:26px; line-height:36px; color:#555F94; font-weight:700;">
CloudBread 란?
</noto>
</div>
</div>
<div class="col-sm-8">
</div>
</div>
<div class="row">
<div class="col-sm-4 col-xs-12">
<div style="text-align:center;">
<img src="images/1-1.png" style="height:183px; width:106px; margin-bottom:41px;"/>
<noto style="font-size:24px; line-height:36px; color:#747474; text-align:justify; font-weight:500;">
<br>PaaS Cloud
</noto>
</div>
<div style="margin:0 10% 0 10%;">
<noto style="font-size:16px; line-height:32px; color:#6d6d6d; letter-spacing:-0.3px;">
<br>ClouBread는 PaaS 클라우드에 최적화된 엔진입니다. PaaS 에서 제공하는 여러 서버 리소스들을 효율적으로 활용합니다.
</noto>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div style="text-align:center;">
<img src="images/1-2.png" style="height:176px; width:99px; margin-bottom:49px;"/>
<noto style="font-size:24px; line-height:36px; color:#747474; text-align:justify; font-weight:500;">
<br>오픈소스 프로젝트
</noto>
</div>
<div style="margin:0 10% 0 10%;">
<noto style="font-size:16px; line-height:32px; color:#6d6d6d;">
<br>CloudBread는 MIT 라이센스스를 채택하고 있기 때문에 누구라고 쉽게 프로젝트 수정 및 재배포가 가능합니다.
</noto>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div style="text-align:center;">
<img src="images/1-3.png" style="height:171px; width:111px; margin-bottom:52px;"/>
<noto style="font-size:24px; line-height:36px; color:#747474; text-align:justify; font-weight:500;">
<br>모바일 게임 최적화 엔진
</noto>
</div>
<div style="margin:0 10% 0 10%;">
<noto style="font-size:16px; line-height:32px; color:#6d6d6d;">
<br>CloudBread는 모바일 게임을 빠르게 제작 할 수 있도록 도와줍니다. 제공되는 라이브러리들을 사용하면, 모바일 게임에 필요한 로직, 특화 기능 등을 구현 할 필요가 없어집니다.
</noto>
</div>
</div>
</div>
</div>
<!-- Second paragraph -->
<div id="services" class="container-fluid" style="background-color:#F3F3F3">
<div class="row">
<div class="col-md-12">
<div style="margin: 104px 0 102px 40px; text-align:left;">
<noto style="font-size:26px; line-height:36px; color:#555F94; font-weight:700;">
CloudBread 의 특징
</noto>
</div>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 slideanim">
<div class="single-more-features">
<img src="images/2-4.png" style="width:55px; height:80px;"/>
<h6 style="font-size:24px; color:#515151;">
<noto>다양한 프로젝트 진행</noto>
</h6>
<p style="font-size:16px; line-height:28px; color:#5D5B5B;">
<noto>
오픈소스 프로젝트로 CloudBread 에서 여러 프로젝트가 진행중.
</noto>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 slideanim">
<div class="single-more-features">
<img src="images/2-2.png" style="width:55px; height:80px;"/>
<h6 style="font-size:24px; color:#515151;">
<noto>다양한 라이브러리 제공</noto>
</h6>
<p style="font-size:16px; line-height:28px; color:#5D5B5B;">
<noto>
모바일 게임에 특화된 SNS, 채팅 공지 등 100여가지 게임 라이브러리를 제공.
</noto>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 slideanim">
<div class="single-more-features">
<img src="images/2-3.png" style="width:55px; height:80px;"/>
<h6 style="font-size:24px; color:#515151;">
<noto>Dev-Ops지향 관리자웹 제공</noto>
</h6>
<p style="font-size:16px; line-height:28px; color:#5D5B5B;">
<noto>
모바일 게임에 특화된 SNS, 채팅 공지 등 100여가지 게임 라이브러리를 제공.
</noto>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 slideanim">
<div class="single-more-features">
<img src="images/2-1.png" style="width:55px; height:80px;"/>
<h6 style="font-size:24px; color:#515151;">
<noto>게임 보안 인증 기능</noto>
</h6>
<p style="font-size:16px; line-height:28px; color:#5D5B5B;">
<noto>
CloudBread는 Azure를 백본으로 사용하므로, Azure에서 제공하는 보안 기능을 사용가능.
</noto>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 slideanim">
<div class="single-more-features">
<img src="images/2-5.png" style="width:55px; height:80px;"/>
<h6 style="font-size:24px; color:#515151;">
<noto>도큐멘테이션 및 예제 제공</noto>
</h6>
<p style="font-size:16px; line-height:28px; color:#5D5B5B;">
<noto>
CloudBread 사용자분과 저희 팀원들의 상생을 위해, 다양한 문서 및 예제 제공.
</noto>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 slideanim">
<div class="single-more-features">
<img src="images/2-6.png" style="width:55px; height:80px;"/>
<h6 style="font-size:24px; color:#515151;">
<noto>머신러닝을 사용한 사용자 분석</noto>
</h6>
<p style="font-size:16px; line-height:28px; color:#5D5B5B;">
<noto>
게임을 운영하는 분들을 위해 사용자 분석 알고리즘 개발중. [ 추후 추가될 예정 ]
</noto>
</p>
</div>
</div>
</div>
</div>
<!-- Third paragraph -->
<!-- Container (Tutorial Section) -->
<div id="tutorials" class="container-fluid" style="background-color:#F6F6F6;">
<div class="row">
<div class="col-sm-12 col-xs-12">
<div style="margin: 100px 0 76px 40px; text-align:left;">
<noto style="font-size:26px; line-height:36px; color:#555F94; font-weight:700;">
CloudBread 튜토리얼
</noto>
</div>
</div>
</div>
<div class="row text-center slideanim">
<div class="col-sm-4">
<div class="thumbnail round-panel">
<img src="images/tutorial-1.png" alt="Introduce" width="400" height="300"
style="border-top-left-radius:10px; border-top-right-radius:10px;">
<p><strong>Introduce</strong></p>
<p>클라우드 브래드 소개 및 배포</p>
<hr>
<a class="tuto_btn" href="#"
onClick="window.open('https://github.com/CloudBreadProject/CloudBread/wiki')"
role="button" style="margin:10px;">
<span>Git wiki 바로가기</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail round-panel">
<img src="images/interview.png" alt="Interview" width="400" height="300"
style="border-top-left-radius:10px; border-top-right-radius:10px;">
<p><strong>Interview</strong></p>
<p>클라우드 브래드를 사용한 대표님들의 인터뷰</p>
<hr>
<a class="tuto_btn" href="#"
onClick="window.open('https://www.youtube.com/watch?v=x1kuy024RyI')"
role="button" style="margin:10px;">
<span>Youtube 바로가기</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail round-panel">
<img src="images/flappy.png" alt="Example" width="400" height="300"
style="border-top-left-radius:10px; border-top-right-radius:10px;">
<p><strong>Example</strong></p>
<p>클라우드 브래드를 사용하여 게임 만들기</p>
<hr>
<a class="tuto_btn" href="#"
onClick="window.open('https://github.com/CloudBreadProject/CloudBread/wiki/CloudBread를-사용하여-Flappy-Bird-게임에-서버-구축---0.-준비과정')"
role="button" style="margin:10px;">
<span>Git wiki 바로가기</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
<div class="row text-center slideanim">
<div class="col-sm-4">
<div class="thumbnail round-panel">
<img src="images/HTTP_.jpeg" alt="Communication" width="400" height="300"
style="border-top-left-radius:10px; border-top-right-radius:10px;">
<p><strong>Communication</strong></p>
<p>Unity와 클라우드 브래드간 HTTP 통신</p>
<hr>
<a class="tuto_btn" href="#"
onClick="window.open('https://www.youtube.com/watch?v=umWGSm0h8kE')"
role="button" style="margin:10px;">
<span>Youtube 바로가기</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail round-panel">
<img src="images/unity.jpeg" alt="UnitySDK" width="400" height="300"
style="border-top-left-radius:10px; border-top-right-radius:10px;">
<p><strong>UnitySDK</strong></p>
<p>UnitySDK를 클라우드 브래드에 적용하기</p>
<hr>
<a class="tuto_btn" href="#"
onClick="window.open('https://github.com/CloudBreadProject/CloudBread/wiki/How-to-use-Unity-SDK-kor')"
role="button" style="margin:10px;">
<span>Git wiki 바로가기</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail round-panel">
<img src="images/db.jpeg" alt="Database" width="400" height="300"
style="border-top-left-radius:10px; border-top-right-radius:10px;">
<p><strong>Database</strong></p>
<p>클라우드 브래드로 DB스키마 사용하기</p>
<hr>
<a class="tuto_btn" href="#"
onClick="window.open('https://github.com/CloudBreadProject/CloudBread/wiki/CloudBread-database-design')"
role="button" style="margin:10px;">
<span>Git wiki 바로가기</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
</div>
<div id="review" class="container-fluid" style="background-color:#F4F4F4;">
<div class="row slideanim">
<div class="col-sm-12 col-xs-12">
<div style="margin: 100px 0 0 40px; text-align:left;">
<noto style="font-size:26px; line-height:36px; color:#555F94; font-weight:700;">
CloudBread 후기
</noto>
</div>
</div>
</div>
</div>
<div style="background-color:#F4F4F4;">
<div id="myCarousel" class="carousel slide text-center" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<h4>"This company is the best. I am so happy with the result!"<br><span style="font-style:normal;">Michael Roe, Vice President, Comment Box</span></h4>
</div>
<div class="item">
<h4>"One word... WOW!!"<br><span style="font-style:normal;">John Doe, Salesman, Rep Inc</span></h4>
</div>
<div class="item">
<h4>"Could I... BE any more happy with this company?"<br><span style="font-style:normal;">Chandler Bing, Actor, FriendsAlot</span></h4>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div style="padding-top:150px;"/></div>
</div>
<!-- Last paragraph -->
<!-- Container (Member Section) -->
<div id="members" class="container-fluid" style="background-color:#EFEFEF;">
<div class="row">
<div class="col-sm-12 col-xs-12">
<div style="margin: 100px 0 80px 40px; text-align:left;">
<noto style="font-size:26px; line-height:36px; color:#555F94; font-weight:700;">
CloudBread를 함께하는 사람들
</noto>
</div>
</div>
</div>
<div class="row" style="text-align:left; padding:0 55px 0 25px;">
<div class="col-xs-1 col-sm-4 col-md-4 col-lg-3 slideanim" style="text-align:center;">
<img src="images/Porfile_jy.png"/>
</div>
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-3 slideanim">
<div style="margin-bottom:28px;">
<noto style="font-size:30px; color:#2A69B2;">
김장윤
</noto>
</div>
<noto style="font-size:13px; color:#484848; line-height:36px;">
현) CloudBread 프로젝트 리더 / Co-founder<br>
현) 미래창조과학부 SW 마에스트로 멘토<br>
전) Microsoft 플랫폼전략리드, 이사<br>
전) IBM IT 아키텍트 / 전문위원
</noto>
<div style="margin-bottom:59px;"></div>
</div>
<div class="col-xs-1 col-sm-4 col-md-4 col-lg-3 slideanim" style="text-align:center;">
<img src="images/4-1.png"/>
</div>
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-3 slideanim">
<div style="margin-bottom:28px;">
<noto style="font-size:30px; color:#2A69B2;">
김대우
</noto>
</div>
<noto style="font-size:13px; color:#484848; line-height:36px;">
CloudBread 프로젝트 Founder<br>
CloudBread 프로젝트 Core 개발 중<br>
웹과 개발자의 일상을 더 재미있게 만드는 일에 관심이 많습니다.
</noto>
</div>
</div>
<div style="margin-bottom:40px;"></div>
<div class="row" style="text-align:left;">
<div class="col-xs-1 col-sm-4 col-md-4 col-lg-3 slideanim" style="text-align:center;">
<img src="images/4-2.png"/>
</div>
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-3 slideanim">
<div style="margin-bottom:28px;">
<noto style="font-size:30px; color:#2A69B2;">
홍윤석
</noto>
</div>
<noto style="font-size:13px; color:#484848; line-height:36px;">
CloudBread 프로젝트 Contributor<br>
Core 및 Unity, Unreal, iOS, Android 를 위한 클라이언트용 리소스 개발.<br>
CloudBread Admin Web 프로젝트 개발중
</noto>
<div style="margin-bottom:59px;"></div>
</div>
<div class="col-xs-1 col-sm-4 col-md-4 col-lg-3 slideanim" style="text-align:center;">
<img src="images/4-3.png"/>
</div>
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-3 slideanim">
<div style="margin-bottom:28px;">
<noto style="font-size:30px; color:#2A69B2;">
김정현
</noto>
</div>
<noto style="font-size:13px; color:#484848; line-height:36px;">
CloudBread 프로젝트 Contributor<br>
ARM을 통한 리소스 배포 개발.
BI 및 머신러닝을 통한 데이터 분석 서비스 개발.<br>
CloudBread Admin Web 프로젝트 개발 중
</noto>
</div>
</div>
<div style="margin-bottom:40px;"></div>
<div class="row" style="text-align:left;">
<div class="col-xs-1 col-sm-4 col-md-4 col-lg-3 slideanim" style="text-align:center;">
<img src="images/Profile_jungyeop.png"/>
</div>
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-3 slideanim">
<div style="margin-bottom:28px;">
<noto style="font-size:30px; color:#2A69B2;">
이정엽
</noto>
</div>
<noto style="font-size:13px; color:#484848; line-height:36px;">
CloudBread 프로젝트 Contributor<br>
CloudBread Admin Web 개발중<br>
Node.js 개발
</noto>
<div style="margin-bottom:59px;"></div>
</div>
</div>
<div style="margin-bottom:80px;"></div>
</div>
<footer class="container-fluid text-center">
<a href="#myPage" title="To Top">
<span class="glyphicon glyphicon-chevron-up"></span>
</a>
<p>Go to the CloudBread main page. <br><a href="http://aka.ms/cbp">'aka.ms/cbp'</a></p>
</footer>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
});
$(window).scroll(function() {
$(".slideanim").each(function(){
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
})
</script>
</body>
</html>