source: projects/web/trunk/template/header.tmpl @ 5931

Revision 5931, 2.7 KB checked in by daisuke, 12 years ago (diff)

デザインとレイアウトを微調整

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xml:lang="ja" lang="ja" xmlns="http://www.w3.org/1999/xhtml">
4<head>
5  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6  <meta http-equiv="content-script-type" content="text/javascript" />
7  <meta http-equiv="content-style-type" content="text/css" />
8  <title>Vine Linux</title>
9  <link href="/css/layout.css?2012032101" rel="stylesheet" type="text/css" media="screen,tv,print" />
10  <link rel="icon" href="/images/vinelogo-trans.png" type="image/png" />
11  <link rel="shortcut icon" href="/images/vinelogo-trans.png" />
12  <script type="text/javascript">
13  var _gaq = _gaq || [];
14  _gaq.push(['_setAccount', 'UA-156959-1']);
15  _gaq.push(['_trackPageview']);
16  (function() {
17    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
18    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
19    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
20  })();
21  </script>
22  <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
23  {lang: 'ja'}
24  </script>
25</head>
26
27<body>
28
29<!-- HEADER -->
30<div id="toplogo">
31  <img src="/images/logo-vinelinux-nostring.png" alt="Vine Linux" />
32  <div id="toplogo-title">
33  <h1><strong>V</strong>ine<strong>L</strong>inux</h1>
34  <p>コンパクトで軽量な<br/>
35  日本語ディストリビューション</p>
36  </div>
37<!-- ADs/HEADER -->
38<div id="ads">
39<script type="text/javascript"><!--
40google_ad_client = "ca-pub-0334540465096658";
41/* 728x90, vinelinux-top */
42google_ad_slot = "5387956641";
43google_ad_width = 728;
44google_ad_height = 90;
45//-->
46</script>
47<script type="text/javascript"
48src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
49</script>
50</div>
51</div>
52<!-- End HEADER -->
53
54<div id="menu">
55  <ul id="main">
56    <li><a class="left" href="/">ホーム</a></li>
57    <li><a href="/aboutvinelinux.html">Vine Linux</a></li>
58    <li><a href="/download.html">ダウンロード</a></li>
59    <li><a href="/documentation.html">ドキュメント</a></li>
60    <li><a href="/books.html">書籍</a></li>
61    <li><a href="/ml.html">ML</a></li>
62    <li><a href="/errata.html">エラッタ情報</a></li>
63    <li><a href="/bts.html">バグ情報</a></li>
64    <li><a href="/projects.html">プロジェクト</a></li>
65    <li><a href="http://planet.vinelinux.org/">開発者ブログ</a></li>
66    <li><a href="http://trac.vinelinux.org/">Wiki</a></li>
67  </ul>
68</div>
69<!-- End Menu -->
Note: See TracBrowser for help on using the repository browser.