-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbupt.html
More file actions
111 lines (94 loc) · 3.83 KB
/
bupt.html
File metadata and controls
111 lines (94 loc) · 3.83 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>资源汇总</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
.center {
text-align: center;
}
.logo {
height: 150px;
}
</style>
</head>
<body>
<div class="center">
<img class="logo" src="https://media.giphy.com/media/M9gbBd9nbDrOTu1Mqx/giphy.gif" alt="GIF">
</div>
<h1 class="center">hey there 👋</h1>
<h1>🔥招聘网址</h1>
<h2>互联网企业</h2>
<h3>
腾讯: <a href="https://join.qq.com">https://join.qq.com</a><br>
字节跳动:<a href="https://jobs.bytedance.com">https://jobs.bytedance.com</a><br>
阿里:<a href="https://talent.alibaba.com">https://talent.alibaba.com</a><br>
美团:<a href="https://zhaopin.meituan.com/web/home">https://zhaopin.meituan.com/web/home</a><br>
华为:<a
href="https://career.huawei.com/reccampportal/portal5/index.html">https://career.huawei.com/reccampportal/portal5/index.html</a><br>
网易:<a href="https://campus.163.com/app/index">https://campus.163.com/app/index</a><br>
京东:<a href="https://zhaopin.jd.com/home">https://zhaopin.jd.com/home</a>
</h3>
<h2>银行</h2>
<h3>
中国工商银行:<a
href="https://job.icbc.com.cn/pc/index.html#/main/home">https://job.icbc.com.cn/pc/index.html#/main/home</a><br>
中国招商银行:<a href="https://career.cmbchina.com">https://career.cmbchina.com</a><br>
中国农业银行:<a href="https://career.abchina.com/build/index.html#/">https://career.abchina.com/build/index.html#/</a><br>
中国民生银行:<a
href="http://career.cmbc.com.cn:8080/index.jsp#/app/home">http://career.cmbc.com.cn:8080/index.jsp#/app/home</a><br>
中国建设银行:<a href="https://company.ccb.cn/chn/job/index.html">https://company.ccb.cn/chn/job/index.html</a><br>
中国银行:<a href="https://www.boc.cn/aboutboc/bi4">https://www.boc.cn/aboutboc/bi4</a><br>
银行招聘网:<a href="http://www.yinhangzhaopin.com">http://www.yinhangzhaopin.com</a><br>
兴业银行:<a href="https://career.cib.com.cn">https://career.cib.com.cn</a><br>
中国邮政储蓄银行:<a href="https://www.psbc.com/cn/employment/">https://www.psbc.com/cn/employment/</a>
</h3>
<h2>游戏</h2>
<h3>
米哈游:<a href="https://www.mihoyo.com/">https://www.mihoyo.com/</a><br>
莉莉丝:<a href="https://www.lilith.com/?locale=zh-CN">https://www.lilith.com/?locale=zh-CN</a><br>
游酷盛世:<a href="https://66y.com/index.html">https://66y.com/index.html</a><br>
腾讯:<a href="https://join.qq.com">https://join.qq.com</a>
</h3>
<h1>刷题网站</h1>
<h2>
<a href="https://www.nowcoder.com">牛客</a><br>
<a href="https://www.acwing.com">acwing</a><br>
<a href="https://leetcode.cn">leetcode</a><br>
<a href="https://www.luogu.com.cn">洛谷</a>
</h2>
<h1>招聘软件</h1>
<h2>
<a href="https://www.zhipin.com">BOSS直聘</a><br>
<a href="https://www.51job.com">前程无忧</a><br>
<a href="https://maimai.cn">脉脉</a><br>
<a href="https://www.zhaopin.com">智联招聘</a><br>
<a href="https://www.nowcoder.com">牛客</a>
</h2>
<h1>技术论坛</h1>
<h2>
<a href="https://github.com">github</a><br>
<a href="https://www.csdn.net">csdn</a>
</h2>
<h1>其他</h1>
<h2>
浙江大学图灵班:<a
href="https://zju-turing.github.io/TuringCourses/readings/">https://zju-turing.github.io/TuringCourses/readings/</a>
</h2>
</body>
</html>