Created
March 22, 2013 05:40
-
-
Save CodeIQ/5219206 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns:og="http://ogp.me/ns#"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Coder IQ|フロントエンジニアのための実務スキル評価サービス</title> | |
<meta name="description" content="自分のフロントエンジニアとしての能力や市場価値の可視化って難しい。CodeIQで、企業の第一線で活躍するエンジニアによる実践的な問題に挑戦!" /> | |
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> | |
<meta property="og:title" content="Coder IQ|フロントエンジニアのための実務スキル評価サービス" /> | |
<meta property="og:description" content="Coder IQで、企業の第一線で活躍するフロントエンジニアによる実践的な問題に挑戦!" /> | |
<meta property="og:url" content="https://coderiq.example.com/" /> | |
<meta property="og:image" content="/img/fb_profile.jpg" /> | |
<script type="text/javascript" src="/js/lib/jquery.js"></script> | |
<script type="text/javascript" src="/js/lib/jquery.tmpl.min.js"></script> | |
<link href="/css/common.css" rel="stylesheet" /> | |
<link href="/css/local.css" rel="stylesheet" /> | |
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | |
<script src="/js/lib/swfobject.js"></script> | |
<script src="/js/lib/jquery.legacyplugins.js"></script> | |
<script src="/js/main.js"></script> | |
<script src="/js/rollover.js"></script> | |
<script src="/js/page.js"></script> | |
<script> | |
main(); | |
page(); | |
</script> | |
</head> | |
<body id="about-index"> | |
<!--#include virtual="/ssi/common/header_inc.html"--> | |
<header> | |
<h1>CoderIQ</h1> | |
<p><fb:like href="https://coderiq.example.com/" send="false" layout="button_count" width="450" show_faces="true"></fb:like></p> | |
</header> | |
<section> | |
<h1>CoderIQについて</h1> | |
<ul> | |
<li><a href="#flow"><img src="/images/icon_01.png" alt="" class="icon" />1. 応募の流れ</a></li> | |
<li><a href="#period"><img src="/images/icon_02.png" alt="" class="icon" />2. 締め切り</a></li> | |
<li><a href="#favor"><img src="/images/icon_03.png" alt="" class="icon" />3. 特典</a></li> | |
</ul> | |
<section id="flow"> | |
<h1>1 . 応募の流れ</h1> | |
<div id="flowMovie"></div> | |
</section> | |
<section id="period"> | |
<h1>2 . 締め切り</h1> | |
<p>2013年3月1日</p> | |
<img src="/img/img_coderiq.png" alt="Coder IQ君" /> | |
</section> | |
<section id="favor"> | |
<h1>3 . 特典</h1> | |
<p>応募者全員にエンジェル缶をプレゼント!</p> | |
</section> | |
</section> | |
<footer> | |
<small>(C) Coder IQ Co.,Ltd.</small> | |
</footer> | |
<!--#include virtual="/ssi/common/google_analytics_inc.html" --> | |
<div id="fb-root"></div> | |
<script>(function(d, s, id) { | |
var js, fjs = d.getElementsByTagName(s)[0]; | |
if (d.getElementById(id)) return; | |
js = d.createElement(s); js.id = id; | |
js.src = "//connect.facebook.net/ja_JP/all.js#xfbml=1"; | |
fjs.parentNode.insertBefore(js, fjs); | |
}(document, 'script', 'facebook-jssdk'));</script> | |
<script> | |
(function(){ | |
swfobject.registerObject("flowMovie", "9.0.0", "movie.swf"); | |
})(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment