forked from jserme/123.jser.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.jade
64 lines (64 loc) · 3.14 KB
/
template.jade
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
!!! 5
html(lang='zh')
head
title 前端导航站 - 前端工程师专用的导航站
meta(http-equiv='content-type', content='text/html; charset=utf-8')
meta(name='baidu-site-verification', content='77c1c417ca4e5d0fa792494f27c99f06')
meta(name='Keywords', content='前端工程师网站导航,前端工程师网址导航, Feder网址导航,前端导航,前端工程师导航,前端教程,优秀前端工程师聚合')
meta(name='description', content='content')
meta(name='viewport', content='width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no')
link(href="http://libs.baidu.com/bootstrap/2.3.2/css/bootstrap.min.css", rel="stylesheet")
link(rel='stylesheet', type='text/css', href='style.css')
body
a(class="ribbon", href="http://github.com/jserme/123.jser.us", target="_blank")
img(src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png", alt="Fork me on GitHub")
.navbar.navbar-inverse
.navbar-inner
.container
button.btn.btn-navbar(type='button', data-toggle='collapse', data-target='.nav-collapse')
span.icon-bar
span.icon-bar
span.icon-bar
a.brand(href='./index.html') 123.jser.us
.nav-collapse.collapse
ul.nav
li
a(href='.') 前端导航站
li
a(href='https://github.com/jserme/123.jser.us#readme', target='_blank') 我要补充
li
a(href='http://weibo.com/ihubo', target='_blank') 微博反馈
li
a(href='javascript:;', data-toggle='feedback') 意见&反馈
.container
each tag in keyArry
.tag
table(cellspacing='0')
tr
td.header
h2 #{tag}
td.content
ul
each site in tags[ tag ]
li
if( site.description.length > 26 )
a(href="#{site.url}", target="_blank", data-toggle="tooltip", title="#{site.description}")
h3 #{site.name}
p #{site.description.slice(0, 23) + '...'}
else
a(href="#{site.url}", target="_blank")
h3 #{site.name}
p #{site.description}
.footer
.container
p 感谢各种开源项目, 一个程序猿的生活因为你们更美好!
p 最后更新于 #{buildDate}
script(src='http://libs.baidu.com/jquery/1.8.0/jquery.js')
script(src='http://libs.baidu.com/bootstrap/2.3.2/js/bootstrap.min.js')
script(type='text/javascript', src='app.js')
script(type='text/javascript')
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'hm.baidu.com/h.js?73cf2d97668510747e3153441714c59d';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();