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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 |
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>简历</title> <style type="text/css"> #center { vertical-align: middle; text-align: center; } </style> </head> <body> <center> <table border="" id="center"> <caption>个人简历</caption> <tr> <th align="left" colspan="5" height="40" bgcolor="#9BBB59">个人信息</th> </tr> <tr> <td width="100">姓名</td> <td width="150"></td> <td width="100">性别</td> <td width="150"></td> <td width="100" colspan="1" rowspan="5" bgcolor="#D5E2BA">照片</td> </tr> <tr> <td colspan="1">出生日期</td> <td colspan="1"></td> <td colspan="1">籍贯</td> <td colspan="1"></td> </tr> <tr> <td colspan="1">民族</td> <td colspan="1"></td> <td colspan="1">政治面貌</td> <td colspan="1"></td> </tr> <tr> <td colspan="1">学校</td> <td colspan="1"></td> <td colspan="1">专业</td> <td colspan="1"></td> </tr> <tr> <td colspan="1">联系方式</td> <td colspan="1"></td> <td colspan="1">Email</td> <td colspan="1"></td> </tr> <tr> <td colspan="1">详细住址</td> <td colspan="4"></td> </tr> <tr> <th align="left" colspan="5" height="40" bgcolor="#9BBB59">应聘方向</th> </tr> <tr> <td colspan="1">求职行业</td> <td colspan="4"></td> </tr> <tr> <td colspan="1">应聘职位</td> <td colspan="4"></td> </tr> <tr> <td colspan="1">求职地点</td> <td colspan="4"></td> </tr> <tr> <td colspan="1">薪资要求</td> <td colspan="4"></td> </tr> <tr> <th align="left" colspan="5" height="40" bgcolor="#9BBB59">学习及实践经历</th> </tr> <tr> <td rowspan="5" bgcolor="#E6E6E6">学 <br>习 <br>经 <br>历 <br> </td> <td colspan="2">起止年月</td> <td colspan="2">学习单位</td> </tr> <tr> <td colspan="2" height="20"> </td> <td colspan="2" rowspan="1"></td> </tr> <td colspan="2" height="20"> </td> <td colspan="2" rowspan="1"></td> </tr> <td colspan="2" height="20"> </td> <td colspan="2" rowspan="1"></td> </tr> <td colspan="2" height="20"> </td> <td colspan="2" rowspan="1"></td> </tr> <tr> <td rowspan="5" bgcolor="#E6E6E6">实 <br>践 <br>经 <br>历 <br> </td> <td colspan="2">起止年月</td> <td colspan="2">实习单位及内容</td> </tr> <tr> <td colspan="2" height="20"> </td> <td colspan="2" rowspan="1"></td> </tr> <td colspan="2" height="20"> </td> <td colspan="2" rowspan="1"></td> </tr> <td colspan="2" height="20"> </td> <td colspan="2" rowspan="1"></td> </tr> <td colspan="2" height="20"> </td> <td colspan="2" rowspan="1"></td> </tr> <tr> <th align="left" colspan="5" height="40" bgcolor="#9BBB59">所获证书及荣誉</th> </tr> <tr> <td colspan="5" height="60"></td> </tr> <tr> <th align="left" colspan="5" height="40" bgcolor="#9BBB59">自我评价</th> </tr> <tr> <td colspan="5" height="60"></td> </tr> </table> </center> </body> </html> |
效果如下图:
在站点中查看:个人简历模版
说点什么