-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (79 loc) · 3.05 KB
/
index.html
File metadata and controls
82 lines (79 loc) · 3.05 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
---
layout: home
title: Inspiration Of Computer Science
author_profile: true
# permalink: /
header:
overlay_color: "#5e616c"
overlay_image: /assets/images/headerLogo2.jpg
actions:
- label: "<i class='fas fa-list'></i> Categories"
url: "/categories/"
excerpt: >
Hope you enjoy the various posts.
feature_row:
- image_path: /assets/images/home_algorithm.png
alt: "customizable"
title: "Algorithm"
excerpt: "여러가지 알고리즘 해법을 배우며 문제해결 능력을 키웁니다."
url: "/categories/algorithm/"
btn_class: "btn--warning"
btn_label: "Learn more"
- image_path: /assets/images/home_datastructure.png
alt: "fully responsive"
title: "Data Structure"
excerpt: "자료를 효율적으로 구성하고 저장하는 법을 배웁니다."
url: "/categories/datastructure/"
btn_class: "btn--info"
btn_label: "Learn more"
- image_path: /assets/images/home_development.png
alt: "100% free"
title: "Development"
excerpt: "여러가지 개발글 Web, javascript, Node.js 계속 추가 중..."
url: "/categories/development/"
btn_class: "btn--primary"
btn_label: "Learn more"
- image_path: /assets/images/home_algo_data_repo.png
alt: "algo_data_repo"
title: "알고리즘 & 자료구조 코드"
excerpt: "여러 알고리즘과 자료구조 코드가 정리되어 있는 Git Repo 입니다."
url: "https://github.com/lemidia/Algorithm-and-Data-Structure"
btn_class: "btn--primary"
btn_label: "Check it out"
- image_path: /assets/images/home_website1.jpg
alt: "web landing page challenges"
title: "웹 랜딩 페이지 챌린지"
excerpt: "Frontend Mentor에서 웹 랜딩 페이지를 만들어 볼 수 있습니다. 도전해 보세요!"
url: "https://www.frontendmentor.io/challenges"
btn_class: "btn--info"
btn_label: "Check it out"
- image_path: /assets/images/home_e_commerce.png
alt: "weather and air quality"
title: "E-Commerce Site"
excerpt: "Full Stack E-Commerce Web Using React.js Node.js Express.js Mongo DB"
url: "https://whispering-cove-62911.herokuapp.com/"
btn_class: "btn--warning"
btn_label: "Check it out"
- image_path: /assets/images/home_netflix.png
alt: "Netflix lading page"
title: "Netflix Landing Page"
excerpt: "Netflix Landing Page Using React.js Firebase tmdb api"
url: "https://netflix-lemidia.web.app/"
btn_class: "btn--info"
btn_label: "Check it out"
- image_path: /assets/images/home_fylo_dark.png
alt: "fylo Lading Page"
title: "Fylo Web Landing Page"
excerpt: "Web Landing Page Using HTML and Vanilla CSS"
url: "https://lemidia.github.io/fylo-dark-page/"
btn_class: "btn--info"
btn_label: "Check it out"
- image_path: /assets/images/home_coming_soon.png
alt: "Coming Soon Lading Page"
title: "Coming Soon Single Page"
excerpt: "Coming Soon Landing Page Using HTML, CSS and JS For Form Validation"
url: "https://lemidia.github.io/coming-soon-page/"
btn_class: "btn--info"
btn_label: "Check it out"
---
{% include feature_row %}