2016年4月

视频背景页面展示

<!DOCTYPE HTML>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
    <style type="text/css">
        *{margin: 0;padding: 0;}
        .bg video {
            width: 100%;
            margin-top: -15px;
            margin-bottom: -15px;
        }
    </style>
    <div class="vedio">
        <div class="bg">
            <video id="bgvideo" muted="true" loop="1" autoplay poster="http://www.apicloud.com/new/video-banner.jpg" class="embed-responsive-item"><source type="video/mp4" src="http://7o50kb.com2.z0.glb.qiniucdn.com/20ss.mp4"></video>
        </div>
        <div class="mask"></div>
    </div>
</body>
</html>

2015 年开源前端框架盘点 TOP 20

2015年已经过去了,作为开发者,我觉得有必要把过去一年帮助过我或朋友们的优秀开源前端框架做个盘点,希望这些项目能够越来越好,帮助到更多的前端开发者们。

此榜单根据github上star数作为排名依据,一个人力量有限,如果收集有遗漏欢迎补充。

- 阅读剩余部分 -