5 Star 48 Fork 9

wttAndroid / web-resume个人简历

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

web前端个人简历

介绍

web前端个人简历:一个追梦在前端路上的小白

相关技术

  • particles.js粒子插件
  • Handlebars.js模板引擎

在线预览

web前端个人简历:一个追梦在前端路上的小白

源码

  • 后台管理:+wx:wtt1457321681

使用说明

  1. 修改src/config.js内容作为配置文件
export default {
  // 首页部分
  page1: {
    titleEn:'Hello,I`m WeiTingting', //英文标题
    title: '一个追梦在前端路上的小白',//中文标题
  },
  // About Me部分
  page2:{
    authorImg:'xxx.jpg',// 作者头像
    xinhui:'...',// 幸会
    qiuzhi:'...',// 求职意向
    guanyuwo:'...'// 关于我
  },
  // My Services部分
  page3:[{
    icon:'icon-xxx', // 图标
    title:'...', // 标题
    msg:['...']//介绍
  },
 ...],
  // My Mastering部分
  page4:{
    // 我的历程
    course:[{
      date:'2020/6——毕业',// 时间
      desc:{// 经历
        title:'...',
        list:['...']
      }
    },
 ...],
    // 我的拓展技能掌握
    singlelist:[{title:'...',text:'...'}],
    // 我的基本技能掌握
    proresslist:[{
      title:'..',//例:HTML
      value:'..'//例:85%
    },
 ...]
  },
  // My Production部分
  page5:[{
    title:'...',//作品名称
    content:'...',//作品名称
    image:'...',//作品图片
    href:'...'//作品地址
  },
 ...],
  // 结尾页部分
  page6:{
    github:'...',//github链接
    bili:'...',//B站链接
    email:'Mailto:xxx@qq.com?Subject=邮箱标题&Body=邮箱内容!',//email
    zhihu:'...',//知乎链接
    weixin:"<img style='width:120px' src='...' alt='加载失败'>",//微信弹窗
    qq:"<img style='width:120px' src='...' alt='加载失败'>"//QQ弹窗
  }
}
  1. 运行index.html文件访问本地服务 (!!注意:因为file跨域问题,本地运行必须以服务器方式启动项目!)

截图预览

首页About MeMy ServicesMy MasteringMy Production结尾页 后台 后台

联系我:远程调试/二次开发/毕设

远程调试/二次开发/毕设

MIT License Copyright (c) 2020 wttAndroid Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Web前端静态个人简历,网页个人简历模版,HTML&CSS制作个人简历 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
HTML
1
https://gitee.com/wttAndroid/wttAndroid.github.io.git
git@gitee.com:wttAndroid/wttAndroid.github.io.git
wttAndroid
wttAndroid.github.io
web-resume个人简历
master

搜索帮助