-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
executable file
·76 lines (75 loc) · 2.54 KB
/
project.html
File metadata and controls
executable file
·76 lines (75 loc) · 2.54 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
---
layout: page
title: Project
permalink: /project
---
<section>
<h4>2019</h4>
<div class="row">
<div class="6u 12u$(medium)">
<h5>ECE grad</h5>
<ul>
<li>ECE grad는 서울대학교 전기정보공학부 학부생을 위한 졸업 가이드 애플리케이션입니다.</li>
</ul>
<h5>Alternate</h5>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
</div>
<div class="6u$ 12u$(medium)">
<h5>Ordered</h5>
<div class="card">
<div class="grid-container">
<div class="card">
<div class="bg-img"></div>
<div class="content">
<h4>Card title</h4>
<p> Some quick example text to build on the card title and make up the bulk of the card's content. </p> <button>Readmore</button> </div>
</div><div class="card">
<div class="bg-img"></div>
<div class="content">
<h4>Card title</h4>
<p> Some quick example text to build on the card title and make up the bulk of the card's content. </p> <button>Readmore</button> </div>
</div><div class="card">
<div class="bg-img"></div>
<div class="content">
<h4>Card title</h4>
<p> Some quick example text to build on the card title and make up the bulk of the card's content. </p> <button>Readmore</button> </div>
</div>
</div>
</div>
</div>
<h5>Actions</h5>
<div class="row">
<div class="6u 12u$(medium)">
<ul class="actions">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions small">
<li><a href="#" class="button special small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions vertical">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions vertical small">
<li><a href="#" class="button special small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
</div>
<div class="6u 12u$(medium)">
<ul class="actions vertical">
<li><a href="#" class="button special fit">Default</a></li>
<li><a href="#" class="button fit">Default</a></li>
</ul>
<ul class="actions vertical small">
<li><a href="#" class="button special small fit">Small</a></li>
<li><a href="#" class="button small fit">Small</a></li>
</ul>
</div>
</div>
</section>