-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (110 loc) · 3.75 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
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
<!DOCTYPE html>
<!--
____ ___ _________ _________
/ \ / / / ______/ / ______/
/ /\ \ / / / /____ / /____
/ / \ \/ / / _____/ / _____/
/ / \ / / / / /______
/__/ \__/ /__/ /_________/
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>诺诺网 大前端 『 NuoFE 』</title>
<link rel="stylesheet" href="./static/style/index.css">
</head>
<body>
<div class="nfe-nav">
<a href="#" class="home-href">Nuo FE</a>
<button id='mobile'>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
<ol id='nav'>
<li>
<a href="javascript:;">首页</a>
</li>
<li>
<a href="https://axnfex.github.io/nui" target="_black">PC端</a>
</li>
<li>
<a href="https://feui.oschina.io/docs/" target="_black">移动端</a>
</li>
<li>
<a href="https://axnfex.github.io/about/" target="_black">About</a>
</li>
<li>
<a href="#" target="_black">其他</a>
</li>
</ol>
</div>
<div class="first-screen">
<div class="content-wrapper">
<div class="intro">
<p>我们的愿景</p>
<div class="intro-des">
成为卓越的Web团队
<br />用技术为体验提供无限可能!
</div>
</div>
<img src="./static/images/first-screen-nfe3.png" class="nfe" alt="Nfe">
<img src="./static/images/qiuqiu.png" alt="Nfe" class="qiuqiu">
<div class="chervon"></div>
</div>
</div>
<div class="content-wrapper pc-wrapper">
<div class="page-intro intro-pc">
<p class="main-title">PC端</p>
<p class="minor-title">模块化 JavaScript UI框架</p>
<div class="buttons-container">
<a href="https://axnfex.github.io/nui/pages/" class="active" target="_black">文档</a>
<a href="https://github.com/axnfex/nui" target="_black">GitHub</a>
</div>
<iframe src="https://axnfex.github.io/nui" class="ifrmPc" frameborder="0" ></iframe>
</div>
</div>
<div class="content-wrapper wap-wrapper">
<div class="page-intro intro-wap">
<p class="main-title">移动端</p>
<p class="minor-title">超好用的 Vue 组件库</p>
<div class="qrcode-popover" style="display: none;">
<img src="./static/images/feui-qrcode.png" alt="二维码">
</div>
<div class="buttons-container">
<div class="buttons-container">
<a href="https://feui.oschina.io/docs" class="active" target="_black">文档</a>
<a href="javascript: ;" class="qrcode">扫码查看</a>
<a href="https://github.com/zoeblow/feui" target="_black">GitHub</a>
</div>
</div>
<div class='wapDiv'><iframe class="ifrmWap" src="https://feui.gitee.io" scrolling="no"></iframe><br></div>
</div>
</div>
<div class="nfe-footer">
<div class="content-wrapper">
<div class="footer-links">
<ul>
<li>
<a href="javascript:;">首页</a>
</li>
<li>
<a href="https://axnfex.github.io/" target="_black">Blog</a>
</li>
<li>
<a href="https://axnfex.github.io/about/" target="_black">关于我们</a>
</li>
<li>
<a href="https://axnfex.github.io/2017/02/28/jobs/" target="_black">加入我们</a>
</li>
</ul>
</div>
<span>2014-2018 © Nuo FE </span>
</div>
</div>
</body>
<script src="./static/script/jquery-1.10.2.min.js"></script>
<script src="./static/script/index.js"></script>
</html>