All Projects → HeZhang1994 → Hezhang1994.github.io

HeZhang1994 / Hezhang1994.github.io

Licence: mit
An HTML implementation for developing personal website. 基于HTML的个人网站开发。

Projects that are alternatives of or similar to Hezhang1994.github.io

Website Templates
150+ Website Templates
Stars: ✭ 802 (+5628.57%)
Mutual labels:  html5
Idm221
Drexel IDM Web Authoring I
Stars: ✭ 25 (+78.57%)
Mutual labels:  html5
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+6050%)
Mutual labels:  html5
Scalajs Videojs
Scala.js bindings for Video.js
Stars: ✭ 7 (-50%)
Mutual labels:  html5
Techgames
TechGames is a complete gaming news portal to stay on top of everything in the gaming world.
Stars: ✭ 23 (+64.29%)
Mutual labels:  html5
Chart.xkcd
Chart.xkcd is a chart library that plots “sketchy”, “cartoony” or “hand-drawn” styled charts.
Stars: ✭ 6,982 (+49771.43%)
Mutual labels:  html5
Macsvg
macSVG - An open-source macOS app for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view ➤➤➤
Stars: ✭ 789 (+5535.71%)
Mutual labels:  html5
Librecms
Free Open Source Content Management System, based on PHP, Bootstrap and jQuery.
Stars: ✭ 12 (-14.29%)
Mutual labels:  html5
Monsterpong
Our entry for Github GameOff 2018
Stars: ✭ 23 (+64.29%)
Mutual labels:  html5
Fingereyes Xr
FingerEyes-Xr for HTML5, A JavaScript library for building professional GIS System.
Stars: ✭ 9 (-35.71%)
Mutual labels:  html5
H264 Live Player
A live h264 player for the browser (ideal for raspberrypi / raspicam )
Stars: ✭ 886 (+6228.57%)
Mutual labels:  html5
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (+35.71%)
Mutual labels:  html5
Metro Ui Css
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
Stars: ✭ 6,843 (+48778.57%)
Mutual labels:  html5
Openwebrx
Open source, multi-user SDR receiver software with a web interface
Stars: ✭ 813 (+5707.14%)
Mutual labels:  html5
Puregrid
Lightweight JavaScript Grid/SpreadSheet component written in pure JavaScript
Stars: ✭ 10 (-28.57%)
Mutual labels:  html5
Demo Progressive Web App
🎉 A demo for progressive web application with features like offline, push notifications, background sync etc,
Stars: ✭ 798 (+5600%)
Mutual labels:  html5
Awesome Javascript Interviews
Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)
Stars: ✭ 939 (+6607.14%)
Mutual labels:  html5
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-7.14%)
Mutual labels:  html5
Repo Made For Frontend Devs Mohitverma
#Repo i made for people and newcomers ,strugging on web to learn new skills and be updated regarding Frontend development
Stars: ✭ 12 (-14.29%)
Mutual labels:  html5
Online Bling
Stars: ✭ 9 (-35.71%)
Mutual labels:  html5

Website Development

image image image image

This is an HTML implementation of developing personal website with GitHub.io.

Many thanks to TEMPLATED for providing the source template of this website (see SourceTemplate_privy/).

Contents

  • default.css - The CSS file that defines the characteristics of the website.

  • index.html - The HTML file of the home page of website.

  • hz***.html - The HTML file of the child page of website.

  • baidu***.html - The verification file of website on Baidu search engine.

  • google***.html - The verification file of website on Google search engine.

Website Configuration and Establishment

The following procedures for setting up a website with GitHub.io are partly recapitulated from here. For detailed information of how to use git, see the online tutorial provided by Christopher Woods.

  1. Configure your GitHub client on local computer.
$ git config --global user.email "[email protected]"
# Replace '[email protected]' with your GitHub login email.
# E.g., $ git config --global user.email "[email protected]".

$ git config --global user.name "aaa"
# Replace 'aaa' with your GitHub user name.
# E.g., $ git config --global user.name "hezhang".
  1. Create a public repository called aaa.github.io on GitHub, where aaa is your GitHub user name. You can now use website templates provided by GitHub, or continue the establishment and use other templates later.

  2. Clone aaa.github.io repository to local computer in Terminal.

$ git clone https://github.com/aaa/aaa.github.io
  1. Add some contents to the website (this will create index.html) in Terminal.
$ cd aaa.github.io
~$ echo "Hello World" > index.html
~$ git add --all
~$ git commit -m "Initial commit"
~$ git push -u origin master
  1. After a few minutes, open https://aaa.github.io/ on browser and you will see "Hello World" on the website.

  2. Now you can develop the website by editing/creating default.css, index.html, and other HTML/CSS files.

Website Verification on Google Search Engine

Verifying a website on search engines provides you the ownership to this website. The following procedures show how to verify the website https://aaa.github.io/ on Google search engine.

  1. Open Google Search Console and log in with your Google account.

  2. Click the drop-down arrow on the top-left corner and then click "+ Add property" button.

  3. Type https://aaa.github.io/ in the input box of "URL prefix" page and then click "CONTINUE" button.

  4. Download the verification file google***.html and upload it to aaa.github.io repository on GitHub.

  5. Go back to the verification page. Wait a few minutes and click "VERIFY" button.

  6. Verification on Google search engine has accomplished.

Useful Links


Please star this repository if you found its content useful. Thank you very much. ^_^

如果该程序对您有帮助,请为该程序加星支持哈,非常感谢。^_^

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].