Skip to content

Commit f668364

Browse files
committed
add used_technology
1 parent ff92860 commit f668364

6 files changed

+63
-23
lines changed

css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ p.bannerDescription{
486486

487487

488488
/* Apps Gallery Section */
489-
#apps_gallery{
489+
#apps_gallery, #used_technology{
490490
background:#3C3852;
491491

492492
}

develop.html

+62-22
Original file line numberDiff line numberDiff line change
@@ -405,45 +405,38 @@ <h4>움짤 저장소</h4>
405405

406406
<!-- Apps Gallary -->
407407

408-
<section id="apps_gallery">
408+
<section id="used_technology">
409409
<div class="container">
410410
<div class="row">
411411
<div class="gallery_heading_text center-content">
412-
<h1>App Gallery</h1>
413-
<p class="description">실행화면 스크린샷입니다. 참고하세요.</p>
412+
<h1>주요 사용 기술</h1>
414413
</div>
415414

416415
<div class="col-md-12 col-sm-12 col-xs-12">
417416
<div class="gallery_carousel center-content">
418417
<div class="single_gallery">
419-
<img src="images/main.png" alt="main" />
420-
</div>
421-
<div class="single_gallery">
422-
<img src="images/add_frame.png" alt="add_frame" />
418+
<img src="images/glide_logo.png" alt="glide_logo" />
423419
</div>
424420
<div class="single_gallery">
425-
<img src="images/correction.png" alt="correction" />
421+
<img src="images/firebase_logo.png" alt="firebase_logo" />
426422
</div>
427423
<div class="single_gallery">
428-
<img src="images/filter.png" alt="filter" />
424+
<img src="images/eventbus_logo.png" alt="eventbus_logo" />
429425
</div>
430426
<div class="single_gallery">
431-
<img src="images/store.png" alt="store" />
432-
</div>
433-
<div class="single_gallery">
434-
<img src="images/add_other.png" alt="add_other" />
435-
</div>
436-
<div class="single_gallery">
437-
<img src="images/video_capture.png" alt="video_capture" />
438-
</div>
439-
<div class="single_gallery">
440-
<img src="images/correction2.png" alt="correction" />
441-
</div>
442-
<div class="single_gallery">
443-
<img src="images/help.png" alt="help" />
427+
<img src="images/butterknife_logo.png" alt="butterknife_logo" />
444428
</div>
445429
</div>
446430
</div>
431+
432+
<div class="gallery_heading_text center-content">
433+
<div class="description">
434+
<p>Android NDK GIF(움짤 생성), AndroidPhotoFilters(이미지 보정)</p>
435+
<p>MediaMetadataRetriever(영상 데이터 추출)</p>
436+
<p>Glide(이미지 로딩) , Firebase(자체 이미지 공유 서버)</p>
437+
<p>EventBus(컴포넌트간 데이터 전송), ButterKnife(개발 편의 및 간결함) 등</p>
438+
</div>
439+
</div>
447440
</div>
448441

449442

@@ -821,6 +814,53 @@ <h1>기능 외 주요 문제- UI</h1>
821814
</div>
822815
</section>
823816

817+
<!-- Apps Gallary -->
818+
819+
<section id="apps_gallery">
820+
<div class="container">
821+
<div class="row">
822+
<div class="gallery_heading_text center-content">
823+
<h1>App Gallery</h1>
824+
<p class="description">실행화면 스크린샷입니다. 참고하세요.</p>
825+
</div>
826+
827+
<div class="col-md-12 col-sm-12 col-xs-12">
828+
<div class="gallery_carousel center-content">
829+
<div class="single_gallery">
830+
<img src="images/main.png" alt="main" />
831+
</div>
832+
<div class="single_gallery">
833+
<img src="images/add_frame.png" alt="add_frame" />
834+
</div>
835+
<div class="single_gallery">
836+
<img src="images/correction.png" alt="correction" />
837+
</div>
838+
<div class="single_gallery">
839+
<img src="images/filter.png" alt="filter" />
840+
</div>
841+
<div class="single_gallery">
842+
<img src="images/store.png" alt="store" />
843+
</div>
844+
<div class="single_gallery">
845+
<img src="images/add_other.png" alt="add_other" />
846+
</div>
847+
<div class="single_gallery">
848+
<img src="images/video_capture.png" alt="video_capture" />
849+
</div>
850+
<div class="single_gallery">
851+
<img src="images/correction2.png" alt="correction" />
852+
</div>
853+
<div class="single_gallery">
854+
<img src="images/help.png" alt="help" />
855+
</div>
856+
</div>
857+
</div>
858+
</div>
859+
860+
861+
</div>
862+
</section>
863+
824864

825865
<!-- Download Section -->
826866

images/butterknife_logo.png

22.1 KB
Loading

images/eventbus_logo.png

8.32 KB
Loading

images/firebase_logo.png

8.51 KB
Loading

images/glide_logo.png

7.62 KB
Loading

0 commit comments

Comments
 (0)