戻る

個別ページ

次へ
<!DOCTYE html>
<html langu="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<title></title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
</head>
<body>
	<section data-role="page" id="index" data-theme="b">
		<header data-role="header" data-theme="b">
			<h1>to-R</h1>
		</header>
		<div data-role="content">
			<ul data-role="listview" data-theme="c" data-inset="true">
				<li data-role="list-divider">Menu</li>
				<li><a href="#about">
					<h3>to-Rについて</h3>
				</a></li>
				<li><a href="#seminar">
					<h3>セミナー情報</h3>
				</a></li>
				<li><a href="#access">
					<h3>アクセス</h3>
				</a></li>
				<li><a href="#contact">
					<h3>お問い合わせ</h3>
				</a></li>
			</ul>
		</div>
		<footer data-role="footer" data-theme="b">
			<h4>© 2011 to-R</h4>
		</footer>
	</section>
	<section data-role="page" id="about" data-theme="b">
		<header data-role="header" data-theme="b">
			<a href="#index" data-icon="arrow-l" data-direction="reverse">TOP</a>
			<h1>to-R</h1>
		</header>
		<div data-role="content">
			<h2>to-Rについて</h2>
			<p>to-R(トゥーアル)は東京を中心に活動するWEB制作事務所です。</p>
			<p>PHPやJavaScript/Ajaxによるシステム開発や、Movable TypeなどのCMSを利用したWEBサイト制作、SEO対策・SEM対策などのマーケティング、コンサルティングを行っております。</p>
			<h2 class="h1">西畑一馬について</h2>
			<p>1979年生まれ</p>
			<p>主な著書に「<a href="http://amazon.co.jp/o/ASIN/4048684116">Web制作の現場で使う jQueryデザイン入門</a>」、「<a href="http://www.amazon.co.jp/o/ASIN/4839929734">現場のプロから学ぶXHTML+CSS</a>(毎日コミュニケーションズ/共著)」があり、セミナー/講演なども多数行う。</p>
		</div>
		<footer data-role="footer" data-theme="b">
			<h4>© 2011 to-R</h4>
		</footer>
	</section>
	<section data-role="page" id="seminar">
		<header data-role="header" data-theme="b">
			<h1>to-R</h1>
		</header>
		<div data-role="content">
			<h3>セミナー情報</h3>
			<p>セミナー情報</p>
		</div>
		<footer data-role="footer" data-theme="b">
			<h4>© 2011 to-R</h4>
		</footer>
	</section>
	<section data-role="page" id="access">
		<header data-role="header" data-theme="b">
			<h1>to-R</h1>
		</header>
		<div data-role="content">
			<h3>アクセス</h3>
			<p>アクセス</p>
		</div>
		<footer data-role="footer" data-theme="b">
			<h4>© 2011 to-R</h4>
		</footer>
	</section>
	<section data-role="page" id="contact">
		<header data-role="header" data-theme="b">
			<h1>to-R</h1>
		</header>
		<div data-role="content">
			<h3>お問い合わせ</h3>
			<p>お問い合わせ</p>
		</div>
		<footer data-role="footer" data-theme="b">
			<h4>© 2011 to-R</h4>
		</footer>
	</section>
</body>
</html>
inserted by FC2 system