-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (154 loc) · 6 KB
/
index.html
File metadata and controls
156 lines (154 loc) · 6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html>
<head>
<title>Lolilab - 實驗室</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
<div id="nav-bar">
<div id="logo">
<img src="" width="128px">
</div>
<div id="menu">
<ul>
<li><a href="#header">INDEX</a>
</li>
<li><a href="#product">PRODUCT</a>
</li>
<li><a href="#about">ABOUT</a>
</li>
<li><a href="#contact">CONTACT</a>
</li>
</ul>
</div>
</div>
<section id="header" class="section">
<div class="inside">
<h1 class="title">
xxxxx
</h1>
<p class="context">
We are indie game development team, but it seems there are more ambitious goals to us! <br><br>
Make OS, Electronic equipment, Game, Software, Media...<br>
and a group of people love japan anime!
</p>
<p class="next-button">
<a href="#product">NEXT</a>
</p>
</div>
</section>
<section id="product" class="section">
<a name="fornext"></a>
<div class="inside">
<h1>
<img src="./images/product.png" width="200px" alt="Lolilab">
</h1>
<div id="product-list">
<div class="product" style="">
<img src="./images/lm3886.jpg" class="product-bg">
<h1 class="title">LM3886 Power Amplifier</h1>
<p class="info">Use LM3886 IC create power amplifier,make beautiful aduio.</p>
</div>
<div class="product" style="">
<img src="./images/proman.jpg" class="product-bg">
<h1 class="title">Artificial Intelligence</h1>
<p class="info">Use AR and Combining multiple technologies to build new generations artificial intelligence.</p>
</div>
<div class="product" style="">
<img src="./images/fps.jpg" class="product-bg">
<h1 class="title">3D Racing+FPS</h1>
<p class="info">We make 3d drive + fps creative game. project name:
<span class="probname">CAR FIGHT</span>
</p>
</div>
<div class="product" style="">
<img src="./images/servers.jpg" class="product-bg">
<h1 class="title">Hyper Moe Server(HMS)</h1>
<p class="info">HMS is a game server, provided TCP,UDP and P2P(limit on PC platform) services.</p>
</div>
<div class="product" style="">
<img src="./images/3dprinter.jpg" class="product-bg">
<h1 class="title">3D Printer</h1>
<p class="info">We used optical imaging technology to create a fast 3D Printer.</p>
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="inside">
<h1>
<img src="./images/about.png" width="170px" alt="Lolilab">
</h1>
<p class="context">
We are indie game development team from <img src="./images/tw.png"> Taiwan!
</p>
<p>
<img src="./images/team.png" width="800" alt="Lolilab">
</p>
</div>
<div id="news">
<div id="title">
<h1>News</h1>
<img src="./images/tree.png" alt="Lolilab" width="280px" id="tree">
<img src="./images/moe.png" alt="Lolilab" width="200px" id="moe">
</div>
<div class="content"><h1>Hello world</h1></div>
<div class="content"><h1>Hello world</h1></div>
</div>
</section>
<section id="contact" class="section">
<div class="inside">
<h1>
<img src="./images/contact.png" width="200px" alt="Lolilab">
</h1>
<div class="pard">
<p>
<img src="./images/email.png" width="400" alt="Lolilab">
</p>
<p>
<img src="./images/address.png" width="800" alt="Lolilab">
</p>
</div>
<div id="social">
<img class="icons" src="./images/twitter.png" width="64px" alt="Twitter">
<img class="icons" src="./images/facebook.png" width="64px" alt="Facebook">
<img class="icons" src="./images/google+.png" width="64px" alt="Google+">
<img class="icons" src="./images/googleplay.png" width="64px" alt="GooglePlay">
</div>
</div>
</section>
<footer>
<div id="aria">
<div id="cc">
<p class="copyright">© 2014 Lolilab Tech Studio</p>
<p class="assets">Assets by sublepatterns,
<br>Cuture Japan, pixart</span>
</div>
<div id="foomenu">
<ul id="footer-menu">
<li>首頁</li>
<li>新聞</li>
<li>Creative</li>
<li>Technology</li>
</ul>
<div id="language">
<ul id="lang-menu">
<li>
<img src="./images/tw.png">
</li>
<li>
<img src="./images/jp.png">
</li>
<li>
<img src="./images/us.png">
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="./js/main.js" type="text/javascript"></script>
</html>