Skip to content

Instantly share code, notes, and snippets.

@riix
Created December 10, 2012 09:06
Show Gist options
  • Save riix/4249510 to your computer and use it in GitHub Desktop.
Save riix/4249510 to your computer and use it in GitHub Desktop.
글 보기
<div class="section-view"><!-- section view -->
<div class="author"><!-- avatar -->
<div class="avatar">
<img src="http://lorempixel.com/50/50/sports/" class="avatar" />
</div>
<div class="wrote">
<p>
<span class="date">작성일:</span>
<strong class="date">2012-11-11 19:00</strong>
</p>
<p>
<span class="name">작성자:</span>
<strong class="name">홍길동</strong>
</p>
</div>
</div><!-- // avatar -->
<div class="view"><!-- view -->
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
글 내용<br />
</div><!-- // view -->
<div class="tag"><!-- tag -->
<p>
<span><i data-icon="&#x42;"></i> 태그:</span>
<strong>
<a href="#">구름</a>
<a href="#">구름</a>
<a href="#">구름</a>
<a href="#">구름</a>
<a href="#">구름</a>
</strong>
</p>
</div><!-- // tag -->
<div class="detail"><!-- detail -->
<p>
<span><i data-icon="&#x3e;"></i> 링크:</span>
<strong>
<a href="http://google.com" target="_blank">http://google.com</a>
</strong>
</p>
<p>
<span><i data-icon="&#xe017;"></i> 첨부파일 #1:</span>
<strong>
<a href="http://google.com" target="_blank">filename.doc</a>
</strong>
</p>
<p>
<span><i data-icon="&#xe017;"></i> 첨부파일 #2:</span>
<strong>
<a href="http://google.com" target="_blank">filename.doc</a>
</strong>
</p>
</div><!-- // detail -->
</div><!-- // section view -->
<div class="section-button"><!-- section button -->
<button class="button-b"><i class="ico" data-icon="&#x6b;"></i>취소</button>
<button class="button-a"><i class="ico" data-icon="&#x6a;"></i>수정</button>
<button class="button-a"><i class="ico" data-icon="&#x6a;"></i>확인</button>
</div><!-- // section button -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment