-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
executable file
·50 lines (27 loc) · 1.14 KB
/
about.php
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
<?php include "header.php" ?>
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<!--div class="hero-unit">
<h1>Hello, world2!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<p><a class="btn btn-primary btn-large">Learn more »</a></p>
</div-->
<!-- Example row of columns -->
<div class="row">
<div class="span8" class="bgcolor:#aaaaaa">
<h2>멤버 소개</h2>
<p>코드나무 8팀! 마스터-슬레이브 <a href="mailto:[email protected]"><i class="icon-envelope"></i></a></p>
<p><pre>
윤주희 - 디자이너
강철 - 개발
박은정 - 개발
박훈준 - 개발
박민우 - 팔방미인
</pre></p>
</div>
<div class="span4">
<h2></h2>
<p></p>
<!--p><a class="btn" href="#">상세정보 보기 »</a></p-->
</div>
<?php include "footer.php" ?>