Create a Resume template page effect
PC-Side
Mobile side
First to register and login The Code cloud website: https://gitee.com/
And then learn to use Git, then you can, give the document
Technical Exchange Group of programmers
Group number: 711613774
Approximate tutorial:
Just download the source code, then change the index.html file, upload it to your project again with git, and then apply for the pages mode to display your resume on your page.
In the graduating season, need to find a job, still use what paper? Do you still use PDF files?
and HR said: You can read the Internet
Installation Tutorial-Instructions for use
Fork this item?
Clone an item to a local
More changes to your own information and more updates to remote
Publish to self-own Pages
contribution
An open source item? To submit a contribution code item? address? https://gitee.com/itsay/resume
Notice
The code cloud supports the Pages feature, just like GitHub, where friends using GitHub Pages get started quickly, like GitHub, where the default root file is Index.html,
Login code Cloud to create a new project, +, this plus create project
Project name: Self-view can be defined: for example: Pages
Then remember this to tick: Use the Readme file to initialize the project, click Create.
Once created, define a index.html file, write a simple code, show the effect
After clicking, go to gitee pages service, click on the deployment branch as master, then click on the Gitee pages service, the website address will automatically give you, then you can see Oh ~
If you have not used Git, you can go to see the document, I have uploaded the tutorial, very simple
Git Bash here, which means to commit and use it in this directory;
Here I show you the Git process, you can refer to the other Google Chrome, you have to show the code, in fact, this document also shows:
Note: in git config--global user.name, it is--? , two "-";
GitHub teaches you how to submit a local project or code to a github hosted
78509671
git config?--global user.name "你的码云名字"回车git config?--global user.email "你的登录邮箱"回车git clone https://....gitcd 到你的目录然后把你下载好的源代码改一下,然后复制到次目录中即可--1git add .表示添加所有代码git?commit?-m?"chance log "表示你提交代码后,进行备注,这个步骤一定要的,否则会出错git push origin?master表示进行提交-----------大功告成如果提交后,要进行更改内容如:index.html 中的代码:这是后你是已经复制代码到目录中了--1更新:你所需代码:git?status即可看到你的更新代码git?commit?-m?"随便写的"git push origin?master表示再次提交的步骤,??,大功告成
Editor: Uncle Tat
Location: Share Android&java knowledge points
Create a Resume template page effect | Open source project in the code cloud