-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (33 loc) · 1.54 KB
/
about.html
File metadata and controls
33 lines (33 loc) · 1.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
<div class="container">
<div class="row">
<div class="box">
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center"><strong>相關設計</strong></h2>
<hr>
</div>
<div class="col-md-3 img-portfolio">
<h3>參加組別海報</h3>
<a class="fancybox" href="img/about/post.jpg"><img class="img-responsive img-thumbnail img-hover" alt="" src="img/about/post.jpg" /></a>
</div>
<div class="col-md-3 img-portfolio">
<h3>光碟封面</h3>
<a class="fancybox" href="img/about/cd.jpg"><img class="img-responsive img-thumbnail img-hover" alt="" src="img/about/cd.jpg" /></a>
</div>
<div class="col-md-3 img-portfolio">
<h3>手冊封面</h3>
<a class="fancybox" href="img/about/cover.jpg"><img class="img-responsive img-thumbnail img-hover" alt="" src="img/about/cover.jpg" /></a>
</div>
<div class="col-md-3 img-portfolio">
<h3>立牌</h3>
<a class="fancybox" href="img/about/tablebrand.jpg"><img class="img-responsive img-thumbnail img-hover" alt="" src="img/about/tablebrand.jpg" /></a>
</div>
<div class="clearfix"></div>
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center"><strong>網站設計:仙草凍種子</strong></h2>
<hr>
</div>
</div>
</div>
</div>