OSDN Git Service

add some glyhs
[sawarabi-fonts/sawarabi-fonts.git] / html / template.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5     <title></title>
6     <link rel="stylesheet" href="css/style.css" type="text/css" />
7     <script src="js/mobile.js"></script>
8     <script src="js/jquery-2.1.0.min.js"></script>
9     <script src="js/lang.js"></script>
10     <script src="js/doc-header/ja.js"></script>
11     <script src="js/doc-header.js"></script>
12   </head>
13   <body>
14     <nav>
15       <div class="container">
16         <div id="navbar">
17           <div class="logo">
18             <img src="img/logo-ja.png" alt="Sawarabi Fonts" />
19           </div>
20           <div id="lang">
21             <div id="current-lang" class="item" title="Select your language">
22               <svg xmlns="http://www.w3.org/2000/svg"
23                    version="1.1"
24                    width="21"
25                    height="21"
26                    style="position:relative; top:.25em;">
27                 <circle cx="10.5" cy="10.5" r="9.45"
28                         fill="none" stroke="black" stroke-width="1" />
29                 <line x1="10.5" y1="1.05" x2="10.5" y2="19.95"
30                       stroke="black" stroke-width="1" />
31                 <line x1="1.05" y1="10.5" x2="19.95" y2="10.5"
32                       stroke="black" stroke-width="1" />
33                 <path d="M3.78,3.78 C6.3,7.98 14.7,7.98 17.22,3.78"
34                       fill="none" stroke="black" stroke-width="1" />
35                 <path d="M3.78,17.22 C6.3,13.02 14.7,13.02 17.22,17.22"
36                       fill="none" stroke="black" stroke-width="1" />
37                 <path d="M10.5,1.05 C3.78,3.15 3.78,17.85 10.5,19.95"
38                       fill="none" stroke="black" stroke-width="1" />
39                 <path d="M10.5,1.05 C17.22,3.15 17.22,17.85 10.5,19.95"
40                       fill="none" stroke="black" stroke-width="1" />
41               </svg>
42               <span>English</span>
43             </div>
44             <div id="lang-menu-container" class="container">
45             </div>
46           </div>
47         </div>
48         <div style="clear: both;"></div>
49       </div>
50     </nav>
51
52     <header>
53       <div class="container">
54         <div class="buttons-container">
55           <div class="inner-container">
56           </div>
57         </div>
58         <canvas id="header-canvas" width="680" height="300"></canvas>
59       </div>
60     </header>
61
62     <div id="docs">
63       <div class="container">
64
65         <section id="about">
66         </section>
67
68         <section id="license">
69         </section>
70
71         <section id="samples">
72         </section>
73
74         <section id="download">
75         </section>
76
77         <section id="links">
78         </section>
79       </div>
80     </div>
81
82     <footer>
83       <div class="container">
84         <a href="https://osdn.net/"><img src="//osdn.net/sflogo.php?group_id=3896&amp;type=1" width="96" height="31" alt="OSDN" /></a>
85       </div>
86     </footer>
87   </body>
88 </html>