forked from ideazhao/f2er-club
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
100 lines (100 loc) · 4.87 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" >
<link rel="shortcut icon" href="img/favicon.ico">
<title>关于</title>
<script src="js/html5shiv.js"></script>
<link type="text/css" rel="stylesheet" href="css/reset.css">
<link type="text/css" rel="stylesheet" href="css/main.css">
</head>
<body>
<article class="about">
<!-- 头部 [[ -->
<header id='header' class='clearfix'>
<div class="main_title fl">
<div class="logo fl">
<a href="http://f2er.club/">
<i class="red"></i>
<i class="blue"></i>
<i class="green"></i>
</a>
</div>
<div class="fl title-txt"><h1>醉牛前端</h1><span>最专业 最懂你</span></div>
</div>
<h2 class="slogan fr">做专业的前端平台,提供你需要的东西<br>解放你的收藏夹,让它们只做最主要的事情</h2>
</header>
<!-- 头部 ]] -->
<!-- 内容区 [[ -->
<section class="layout main-wrap content about">
<section class='col-main'>
<p class="tips">温馨提示:为了您的体验更佳,请在PC端使用</p>
<article class="mainarea item" style="display:block;">
<section class="mod">
<h2>醉牛前端的由来</h2>
<p>不是因为有大牛,也不是因为你来了这里会更牛。而是因为它的专业和贴心。它懂你需要什么,你要就给你~</p>
<p>想了解更多请看<a href="https://github.com/linggan100/notebook/issues/8" target="_blank">醉牛前端诞生记</a></p>
</section>
<section class="mod">
<h2>这里有什么</h2>
<p>前端社区?大牛博客?好书?公众号?组件?动画库?手册?工具?等等等<br>你是否苦于寻找它们?又是否迟迟找不到答案?我把它们全都给你,解放你的收藏夹,让它只做最重要的事情,比如,你可以从这里拿一些放上去,剩下的一个位置,就给我吧!~</p>
</section>
<section class="mod">
<h2>醉牛前端的优势</h2>
<p>1、需求出发,宗旨是提供便利,解决常见问题,直达痛点;</p>
<p>2、草根视角,有容乃大。不忽视任何可能好的资源,包括同类;</p>
<p>3、持续关注,持续追求——发现更多需要解决的问题,体验更好,资源更优。</p>
</section>
<section class="mod part-in">
<h2>你也想参与?</h2>
<p>
<a href="https://github.com/linggan100/notebook/issues/2" target="_blank" class="suggest">综合建议</a>
<a href="https://github.com/linggan100/notebook/issues/3" target="_blank" class="new-cont">提供内容</a>
<a href="https://github.com/linggan100/notebook/issues/1" target="_blank" class="exp">体验优化</a>
<a href="https://github.com/linggan100/notebook/issues/4" target="_blank" class="error">链接勘误</a>
<a href="https://github.com/linggan100/notebook/issues/9" target="_blank" class="update-log">更新日志</a>
</p>
</section>
</article>
</section>
<!-- 左侧边栏导航 [[ -->
<aside class="sidebar col-sub">
<ul class="sidebar_list radius">
<li class="cur"><a href="#">关于本站</a></li>
</ul>
</aside>
<!-- 左侧边栏导航 ]] -->
</section>
<footer class='footer'>
<nav class='footer_nav'>
<ul>
<li class="contact clearfix">
<a href="http://ideazhao.com/" target="_blank" class="author_img_blog fl">
<cite class="author">
<img src="img/author.png" alt="灵感_idea">
</cite>
</a>
<section class="contact_cont fl">
<span>联系我</span>
<p class="author_info"><span>新浪微博:</span><a href="http://weibo.com/ideazhao ">灵感_idea</a></p>
<p class="author_info"><span>个人博客:</span><a href="http://ideazhao.com/" target="_blank">http://ideazhao.com/</a></p>
</section>
</li>
<li>
<p>本站涉及一些优秀攻城狮的优秀博客、社区,实用的手册、工具、框架/库,以及在线教程和书籍推荐。为大家解决一些基本的,常见的问题和需求。<a href="about.html" class="link_about">轻戳这里了解更多</a></p>
</li>
</ul>
</nav>
</footer>
</article>
<script src="http://apps.bdimg.com/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
var $win=$(window).height();
$('.col-main .mainarea').css("min-height",$win-269+'px');
})
</script>
</body>
</html>