-
Notifications
You must be signed in to change notification settings - Fork 0
/
技术组笔试通知.html
44 lines (44 loc) · 3.39 KB
/
技术组笔试通知.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
<body>
<table style="width: 99.8%;height:99.8%">
<tbody>
<tr>
<td>
<div style="border-radius: 10px 10px 10px 10px;width: 666px;margin:50px auto;border:1px solid #eee;max-width:100%;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);font-family:lucida Grande,Verdana,Microsoft YaHei">
<div style="width:100%;background:#4af6de;color:#ffffff;border-radius: 10px 10px 0 0;background-image: -moz-linear-gradient(0deg, rgb(67, 198, 184), rgb(255, 209, 244));background-image: -webkit-linear-gradient(0deg, #4af6de, #6bf2ad);height: 66px;">
<p style="font-size:24px;word-break:break-all;padding: 18px 32px;margin:0;background-color: hsla(0,0%,100%,.4);border-radius: 10px 10px 0 0; text-align: center;">
翔工作室技术组笔试通知</p>
</div>
<div style="margin: 0px auto; text-align: center;">
<img src="http://atcumt.com/static/ico/logo.png" width="249" height="50" vspace="20">
</div>
<div style="margin:2px auto;width:80%">
<p style="font-size:18px; margin-top:0px;margin-bottom:0px;">
🎈报名时间:9月3日之前报名
<br>✍🏻️答题时间:9月3日(周六)14点-18点
<br>✍🏻️答题内容:5道算法题
<br>❗友情提示
</p>
<p style="font-size:15px;padding-left:2em;margin-top:0px;">
1.若有同学因故未参与此次笔试,我们将额外安排笔试(补考)。但是笔试(补考)题目难度会提升,希望大家准时参与本次笔试。
<br>2.面试难度根据笔试水平确定,若面试过程中的能力展现与笔试相差太大,将无法通过本次招新。
<br>3.作弊抄袭等行为请参考第二条,笔试基础只是考核的一部分,兴趣,热情,诚信更为重要。
</p>
<p style="font-size:18px; margin-top:0px;margin-bottom:0px;">
😊翔工作室技术组祝你笔试顺利!
</p>
<table style="margin-bottom: 2em; border-spacing: 20px;width: 100%;">
<tbody style="display: table-row-group; vertical-align: middle; border-color: inherit;">
<tr style="padding: 0; vertical-align: top;">
<td style="text-align: center;">
<a href="https://www.nowcoder.com/acm/contest/40250" style="display: inline-block; max-width: 80%; padding: 0.75em 2.5em 0.75em 2.5em; background: #ea9448; border-radius: 6px; text-align: center; color: #FFF; font-size: 16px; text-transform: uppercase;text-decoration:none;">进入笔试报名页</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</body>