Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,28 @@ <h2 class="name">ken_c_lo-2</h2>
</dl>
</li>
<!-- ken_c_lo(taea)その2 ここまで -->

<!-- yaoshisi-->
<li class="member">
<h2 class="name">yaoshisi</h2>
<div class="introduction">
<p>薬師寺と申します。大学生。Webデザイナー見習い。<a href="http://www.ohmyglasses.jp/">メガネ通販サイトOh My Glasses</a>でインターン中。</p>
</div>
<dl>
<dt class="github">Github</dt>
<dd class="github">
<a href="https://github.com/yakushiji" target="_blank">Github</a>
</dd>
<dt class="twitter">Twitter</dt>
<dd class="twitter">
<a href="http://twitter.com/yaoshisi" target="_blank">Twitter</a>
</dd>
<dt class="facebook">Facebook</dt>
<dd class="facebook">
<a href="http://www.facebook.com/profile.php?id=100002840191629" target="_blank">Facebook</a>
</dd>
</dl>
</li>
<!-- yaoshisi ここまで -->
</ul>
<footer>
<p class="copyright">2011年09月11日 WebデザイナーのためのGit勉強会</p>
Expand Down
10 changes: 10 additions & 0 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ a {
font-size: 100%;
vertical-align: baseline;
background: transparent;
color:#DE428B;
}

a:link,
a:visited{
text-decoration:none;
}
a:hover,
a:active{
text-decoration:underline;
}

ins {
Expand Down