-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
73 lines (71 loc) · 2.72 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Onepiecejs by i4snow</title>
<link rel="stylesheet" href="stylesheets/bootstrap.css">
<link rel="stylesheet" href="stylesheets/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<section class="top-area">
<header>
<h1>Onepiecejs</h1>
<img class="logo jtkZoom" src="images/onepiecejs.svg" alt="onepiecejs logo" width="80px">
<!-- <nav>
<a href="#we-do">what we do</a>
<a href="#version">our verison</a>
<a href="#involve">get involved</a>
<a href="#team">the team</a>
<a href="#contact">contact</a>
</nav>-->
</header>
<div id="we-do" class="banner">
<h1>A New Real-time Application Framework</h1>
</div>
</section>
<article>
<section id="version">
<div>
<img class="logo sub-logo" src="images/onepiecejs.svg" alt="onepiecejs logo" width="80px">
</div>
<div>
<h1>Our Version - V0.1</h1>
<h3>Since our team is just planning this framework, we are having our first version 0.1.</h3>
</div>
</section>
<section id="involve">
<div>
<h1>Get Involved</h1>
<h3>How to get involved? You can check our repository at Github. <a>https://github.com/onepiecejs/onepiecejs.org</a> Also, you can see the member of our team <a>https://github.com/onepiecejs?tab=members</a>.<br>Welcome to watch and follow us.</h3>
</div>
<div>
<img class="logo sub-logo" src="images/onepiecejs.svg" alt="onepiecejs logo" width="80px">
</div>
</section>
<section id="team">
<div>
<img class="logo sub-logo" src="images/onepiecejs.svg" alt="onepiecejs logo" width="80px">
</div>
<div>
<h1>The Team</h1>
<h3>Now we have 5 people in our team. <br>Technical Instructor: <strong>Deshi Xiao</strong>; <br>Developer Girl: <strong>Zheng Liu</strong>;<br>Developer Boy: <strong>Xuebin Dong</strong>;<br>UI Designer: <strong>Snow Zhang</strong>;</h3>
</div>
</section>
<section id="contact">
<div>
<h1>Contact Us</h1>
<h3>You can find us in Github, Tweeter and Weibo. <br><a>https://github.com/onepiecejs/onepiecejs.org</a></h3>
</div>
<div>
<img class="logo sub-logo" src="images/onepiecejs.svg" alt="onepiecejs logo" width="80px">
</div>
</section>
</article>
<footer>
<p>Project maintained by <a href="https://github.com/i4snow">i4snow</a></p></p>
</footer>
</div>
</body>
</html>