Skip to content

Instantly share code, notes, and snippets.

@tejima
Created May 25, 2015 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejima/74e3c9b52c9250c4bedc to your computer and use it in GitHub Desktop.
Save tejima/74e3c9b52c9250c4bedc to your computer and use it in GitHub Desktop.
お知らせの記載例
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-default">
<div class="panel-body">
<ul>
<li>2015/05/25 ◯◯を始めました</li>
<li>2015/05/25 ◯◯イベントを開催しています<a href="http://pne.club" taget="_blank">イベント公式ホームページ</a></li>
<li>2015/05/25 ◯◯を始めました</li>
<li>2015/05/25 ◯◯を始めました</li>
<li>2015/05/25 ◯◯を始めました</li>
</ul>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment