-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
112 lines (109 loc) · 4.56 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
111
112
<!DOCTYPE html>
<html lang=zh-cn itemscope itemtype=http://schema.org/Person xmlns:h5=http://www.w3.org/html>
<head>
<meta charset=UTF-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=renderer content=webkit>
<meta name=viewport content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
<title>好前端</title>
<meta name=keywords content="前端工程师, frontender, F2E 前端交流群, 前端微信群 ,「好前端」,系列求职招聘群" property=og:keywords>
<meta name=description content="高效精准匹配前端人才岗位。B A T M J D N … 大厂HR、资深开发经理出没,实时交流行业最新动态。—— 前端工程师 | 好前端" itemprop=description property=og:description>
<meta name=msapplication-TileColor content=gray>
<meta name=theme-color content=gray>
<meta name=apple-mobile-web-app-capable content=yes>
<meta name=author content=郭涛 itemprop=name>
<meta name=version content=2017-8-10>
<meta name=referrer content=never>
<base href="./" target="_blank" />
<style>
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
padding: 0 10px;
margin: 0 auto;
max-width: 620px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, bloc0kquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
color: #666;
}
a:hover{
text-decoration: none;
color: red;
}
body { font: 12px 微软雅黑; color: #666; background-color: #f8f8f8;}
h1 { font-size: 16px; border-left: 3px solid #666; padding-left: 5px;}
h2 { font-size: 14px; border-style: solid; border-color: #ddd; border-width: 1px 0; padding: 5px 0; margin: 10px 0; padding-left: 5px; background-color: #f8f8f8;}
p { font-size: 12px; font-weight: normal; color: #777;}
/*橙色 color orange*/
.co { color: #f29112;}
/*绿色 color green*/
.cg { color: #509a35;}
/*等宽字体*/
.dk { font-family: Courier;}
mark { color: #444;}
code { display: block; background-color: #f2f2f2; margin-left: 15px; border-left: 3px solid #ccc; padding: 5px;}
strong { color: #888;}
header, #main, footer { background-color: #fff; padding: 10px; border: 1px solid #ccc; outline: 1px solid #eee;}
header { margin: 10px auto;}
#main { margin: 0 auto;}
#main #buttons li, #main #color li, #main ol li { margin: 5px 0 5px 18px;}
#main p { margin-left: 18px;}
#main ul li { list-style: none;}
footer { margin: 10px auto;}
</style>
<body>
<header>
<h1>「好前端」求职招聘微信群</h1>
</header>
<div id="main">
<p>欢迎光临,好前端。</p><p>马上就到金三银四啦,不看机会也该了解了解市场。。</p>
<ol>
<li><a href="https://www.zhihu.com/question/20989310/answer/303908420">【知乎】前端工程师有哪些靠谱的求职途径?</a></li>
<li><a href="https://mp.weixin.qq.com/s/g8c2qHbS028xhPR_tnv58Q">【微信公众号】养蛙子和养程序员男朋友有什么区别!!</a></li>
<li><a href="https://www.douban.com/group/topic/112220465">【豆瓣】「好前端」求职招聘交流群~</a></li>
<li><a href="https://www.v2ex.com/t/426412#;">【V2EX】「好前端」求职招聘交流群~</a></li>
<li><a href="https://segmentfault.com/n/1330000013016261">【segmentfault】欢迎加入「好前端」求职招聘交流群~</a></li>
</ol>
<img src="http://wx3.sinaimg.cn/mw690/4d6e3e3bgy1g4ez5d89n7j20h60niacx.jpg" alt="扫码家好友,自动通过好友请求,并拉如当地前端求职招聘群。" width="300"/>
</div>
<footer>© <span class="co">Frontender</span><span class="cg">.ORG</span> </footer>
</body>