forked from Code52/code52.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
18 lines (17 loc) · 1.63 KB
/
footer.html
File metadata and controls
18 lines (17 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div id="footerContainer">
<div class="footer">
<ul>
<li><a href="/blog.html">blog</a></li>
<li><a href="/about.html">about</a></li>
<li><a href="/projects.html">previous projects</a></li>
<li><a href="http://ci.code52.org">TeamCity</a></li>
<li><a href="/rss.xml"><img src="/img/25.png" /> announcements</a></li>
<li><a href="/projectsrss.xml"><img src="/img/25.png" /> progress logs</a></li>
</ul>
<div id="sponsors">
<h3>sponsors</h3>
<div style="position:relative; display:inline-block; background:#fff url(http://www.jetbrains.com/resharper/features/rs/rs1/rs210x60_white.gif) no-repeat 0 0; border:solid 1px #7d255b; margin:0;padding:0;text-decoration:none;text-indent:0;letter-spacing:-0.001em; width:208px; height:58px"><span style="margin: -1px 0 0 63px;padding: 0;float: left;font-size: 10px;cursor:pointer; background-image:none;border:0;color: #7d255b; font-family: trebuchet ms,arial,sans-serif;font-weight: normal;">Can't live without</span><a href="http://www.jetbrains.com/resharper/features/code_refactoring.html" alt="The best C# & VB.NET refactoring plugin for Visual Studio" title="The best C# & VB.NET refactoring plugin for Visual Studio" style="position:absolute;left:0;margin:0;padding:34px 0 2px 8px;width:200px; line-height:11px;font-size:9px;cursor:pointer; background-image:none;border:none;display:block; color:#7d255b; font-family:tahoma,arial,sans-serif;font-weight: normal;text-decoration:none;">The best C# & VB.NET refactoring plugin for Visual Studio</a></div>
<a href="http://www.jetbrains.com/teamcity/"><img src="/img/logo_teamcity.png" /></a>
</div>
</div>
</div>