限时优惠活动
亲爱的苦力吧用户,我们为了回馈新老用户一直以来的鼎力支持,即日起(2025-02-06至2025-03-06)凡是购买苦力吧VIP/充值K币的新老用户,都直接可获得买一送一的优惠馈赠。例如:购买一个月的VIP会员可直接获得两个月的VIP会员;充值100K币可直接获得200K币,以此类推!有任何疑问可联系在线客服,感谢各位用户对苦力吧素材的信任与厚爱,我们将一如既往的给大家上新更多优质的素材源码,祝大家开工大吉、工作顺利、心想事成。

html蓝色风格带个人头像/简历信息的单页模板

所属分类: html模板-个人网站    2023-12-17 03:44:56

html蓝色风格带个人头像/简历信息的单页模板 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

html蓝色风格带个人头像/简历信息的单页模板(共3个文件)

    • person.jpg
    • index.html

使用方法

  • code
  • source
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. list-style: none;
  6. font-family: "Montserrat", sans-serif;
  7. }
  8. body {
  9. background: linear-gradient(to right, #c9d6ff, #e2e2e2) !important;
  10. font-size: 14px;
  11. line-height: 22px;
  12. color: #555555;
  13. }
  14. .bold {
  15. font-weight: 700;
  16. font-size: 20px;
  17. text-transform: uppercase;
  18. }
  19. .semi-bold {
  20. font-weight: 500;
  21. font-size: 16px;
  22. }
  23. .resume {
  24. width: 800px;
  25. height: auto;
  26. display: flex;
  27. margin: 50px auto;
  28. }
  29. .resume .resume_left {
  30. width: 280px;
  31. background: #0bb5f4;
  32. }
  33. .resume .resume_left .resume_profile {
  34. width: 100%;
  35. height: 280px;
  36. }
  37. .resume .resume_left .resume_profile img {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. .resume .resume_left .resume_content {
  42. padding: 0 25px;
  43. }
  44. .resume .title {
  45. margin-bottom: 20px;
  46. }
  47. .resume .resume_left .bold {
  48. color: #fff;
  49. }
  50. .resume .resume_left .regular {
  51. color: #b1eaff;
  52. }
  53. .resume .resume_item {
  54. padding: 25px 0;
  55. border-bottom: 2px solid #b1eaff;
  56. }
  57. .resume .resume_left .resume_item:last-child,
  58. .resume .resume_right .resume_item:last-child {
  59. border-bottom: 0px;
  60. }
  61. .resume .resume_left ul li {
  62. display: flex;
  63. margin-bottom: 10px;
  64. align-items: center;
  65. }
  66. .resume .resume_left ul li:last-child {
  67. margin-bottom: 0;
  68. }
  69. .resume .resume_left ul li .icon {
  70. width: 35px;
  71. height: 35px;
  72. background: #fff;
  73. color: #0bb5f4;
  74. border-radius: 50%;
  75. margin-right: 15px;
  76. font-size: 16px;
  77. position: relative;
  78. }
  79. .resume .icon i,
  80. .resume .resume_right .resume_hobby ul li i {
  81. position: absolute;
  82. top: 50%;
  83. left: 50%;
  84. transform: translate(-50%, -50%);
  85. }
  86. .resume .resume_left ul li .data {
  87. color: #b1eaff;
  88. }
  89. .resume .resume_left .resume_skills ul li {
  90. display: flex;
  91. margin-bottom: 10px;
  92. color: #b1eaff;
  93. justify-content: space-between;
  94. align-items: center;
  95. }
  96. .resume .resume_left .resume_skills ul li .skill_name {
  97. width: 25%;
  98. }
  99. .resume .resume_left .resume_skills ul li .skill_progress {
  100. width: 60%;
  101. margin: 0 5px;
  102. height: 5px;
  103. background: #009fd9;
  104. position: relative;
  105. }
  106. .resume .resume_left .resume_skills ul li .skill_per {
  107. width: 15%;
  108. }
  109. .resume .resume_left .resume_skills ul li .skill_progress span {
  110. position: absolute;
  111. top: 0;
  112. left: 0;
  113. height: 100%;
  114. background: #fff;
  115. }
  116. .resume .resume_left .resume_social .semi-bold {
  117. color: #fff;
  118. margin-bottom: 3px;
  119. }
  120. .resume .resume_right {
  121. width: 520px;
  122. background: #fff;
  123. padding: 25px;
  124. }
  125. .resume .resume_right .bold {
  126. color: #0bb5f4;
  127. }
  128. .resume .resume_right .resume_work ul,
  129. .resume .resume_right .resume_education ul {
  130. padding-left: 40px;
  131. overflow: hidden;
  132. }
  133. .resume .resume_right ul li {
  134. position: relative;
  135. }
  136. .resume .resume_right ul li .date {
  137. font-size: 16px;
  138. font-weight: 500;
  139. margin-bottom: 15px;
  140. }
  141. .resume .resume_right ul li .info {
  142. margin-bottom: 20px;
  143. }
  144. .resume .resume_right ul li:last-child .info {
  145. margin-bottom: 0;
  146. }
  147. .resume .resume_right .resume_work ul li:before,
  148. .resume .resume_right .resume_education ul li:before {
  149. content: "";
  150. position: absolute;
  151. top: 5px;
  152. left: -25px;
  153. width: 6px;
  154. height: 6px;
  155. border-radius: 50%;
  156. border: 2px solid #0bb5f4;
  157. }
  158. .resume .resume_right .resume_work ul li:after,
  159. .resume .resume_right .resume_education ul li:after {
  160. content: "";
  161. position: absolute;
  162. top: 14px;
  163. left: -21px;
  164. width: 2px;
  165. height: 115px;
  166. background: #0bb5f4;
  167. }
  168. .resume .resume_right .resume_hobby ul {
  169. display: flex;
  170. justify-content: space-between;
  171. }
  172. .resume .resume_right .resume_hobby ul li {
  173. width: 80px;
  174. height: 80px;
  175. border: 2px solid #0bb5f4;
  176. border-radius: 50%;
  177. position: relative;
  178. color: #0bb5f4;
  179. }
  180. .resume .resume_right .resume_hobby ul li i {
  181. font-size: 30px;
  182. }
  183. .resume .resume_right .resume_hobby ul li:before {
  184. content: "";
  185. position: absolute;
  186. top: 40px;
  187. right: -52px;
  188. width: 50px;
  189. height: 2px;
  190. background: #0bb5f4;
  191. }
  192. .resume .resume_right .resume_hobby ul li:last-child:before {
  193. display: none;
  194. }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

body {
  background: linear-gradient(to right, #c9d6ff, #e2e2e2) !important;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}

.bold {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.semi-bold {
  font-weight: 500;
  font-size: 16px;
}

.resume {
  width: 800px;
  height: auto;
  display: flex;
  margin: 50px auto;
}

.resume .resume_left {
  width: 280px;
  background: #0bb5f4;
}

.resume .resume_left .resume_profile {
  width: 100%;
  height: 280px;
}

.resume .resume_left .resume_profile img {
  width: 100%;
  height: 100%;
}

.resume .resume_left .resume_content {
  padding: 0 25px;
}

.resume .title {
  margin-bottom: 20px;
}

.resume .resume_left .bold {
  color: #fff;
}

.resume .resume_left .regular {
  color: #b1eaff;
}

.resume .resume_item {
  padding: 25px 0;
  border-bottom: 2px solid #b1eaff;
}

.resume .resume_left .resume_item:last-child,
.resume .resume_right .resume_item:last-child {
  border-bottom: 0px;
}

.resume .resume_left ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.resume .resume_left ul li:last-child {
  margin-bottom: 0;
}

.resume .resume_left ul li .icon {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #0bb5f4;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 16px;
  position: relative;
}

.resume .icon i,
.resume .resume_right .resume_hobby ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resume .resume_left ul li .data {
  color: #b1eaff;
}

.resume .resume_left .resume_skills ul li {
  display: flex;
  margin-bottom: 10px;
  color: #b1eaff;
  justify-content: space-between;
  align-items: center;
}

.resume .resume_left .resume_skills ul li .skill_name {
  width: 25%;
}

.resume .resume_left .resume_skills ul li .skill_progress {
  width: 60%;
  margin: 0 5px;
  height: 5px;
  background: #009fd9;
  position: relative;
}

.resume .resume_left .resume_skills ul li .skill_per {
  width: 15%;
}

.resume .resume_left .resume_skills ul li .skill_progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}

.resume .resume_left .resume_social .semi-bold {
  color: #fff;
  margin-bottom: 3px;
}

.resume .resume_right {
  width: 520px;
  background: #fff;
  padding: 25px;
}

.resume .resume_right .bold {
  color: #0bb5f4;
}

.resume .resume_right .resume_work ul,
.resume .resume_right .resume_education ul {
  padding-left: 40px;
  overflow: hidden;
}

.resume .resume_right ul li {
  position: relative;
}

.resume .resume_right ul li .date {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.resume .resume_right ul li .info {
  margin-bottom: 20px;
}

.resume .resume_right ul li:last-child .info {
  margin-bottom: 0;
}

.resume .resume_right .resume_work ul li:before,
.resume .resume_right .resume_education ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #0bb5f4;
}

.resume .resume_right .resume_work ul li:after,
.resume .resume_right .resume_education ul li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -21px;
  width: 2px;
  height: 115px;
  background: #0bb5f4;
}

.resume .resume_right .resume_hobby ul {
  display: flex;
  justify-content: space-between;
}

.resume .resume_right .resume_hobby ul li {
  width: 80px;
  height: 80px;
  border: 2px solid #0bb5f4;
  border-radius: 50%;
  position: relative;
  color: #0bb5f4;
}

.resume .resume_right .resume_hobby ul li i {
  font-size: 30px;
}

.resume .resume_right .resume_hobby ul li:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -52px;
  width: 50px;
  height: 2px;
  background: #0bb5f4;
}

.resume .resume_right .resume_hobby ul li:last-child:before {
  display: none;
}

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 个人网站

html5个人摄影网站纯css响应式博客html模板

一款极简风格的个人博客自适应模板,没有花里胡哨的元素,非常的漂亮!
  个人网站
 9948  0

html5响应式个人简历博客类网页模板

一款黑色风格个人博客单页模板,集成了超多的CSS3动画、弹出层放大图片、在线留言表单提交等。
  个人网站
 5214  0

响应式个人博客网站单页html5模板

一款黑色系个人网站模板,点击所有导航菜单都为弹出层展示。
  个人网站
 2478  0

html5响应式全屏大气个人生活博客网站模板

一款个人博客网站模板,共包含5个html页面,适用于旅行旅游生活记录博客网站,设计风格非常漂亮。
  个人网站
 3529  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论