Skip to content

Chriskeno/hello-world-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Personal Page

A stylish and personable webpage to tell the world about yourself. View the demo page.

alt text

###Comes in 2 flavours

You can use the default background image or set a custom image of your choice. For those who prefer the simpler things in life, remove the background from <body> for a vanilla theme.

<!-- Include background -->
<body class="background">

<!-- Vanilla -->
<body>

alt text

###Add your avatar 

Copy and paste a link to your avatar from an existing social/service account, or upload your own.

<img class="avatar" src="https://s3.amazonaws.com/uifaces/faces/twitter/aio___/128.jpg" alt="My Avatar" />

###Say Hello World

Personalise the content and tell the world about yourself.

###Get Social

Icons for major social networks and services are baked in. Just uncomment whatever ones you need, add the url and you're done.

<li><a href="#"><img src="images/social-icons/behance.svg" alt="View my Behance Portfolio" /></a></li>
<li><a href="#"><img src="images/social-icons/dribbble.svg" alt="Follow me on Dribbble" /></a></li>
<li><a href="mailto:#"><img src="images/social-icons/email.svg" alt="Send me an email" /></a></li>
<li><a href="#"><img src="images/social-icons/facebook.svg" alt="Friend me on Facebook" /></a></li>
<li><a href="#"><img src="images/social-icons/flickr.svg" alt="Follow me on Flickr" /></a></li>
<li><a href="#"><img src="images/social-icons/github.svg" alt="Follow me on GitHub" /></a></li>
...

###Fully Responsive

Fully responsive and ready to rock.

Setting it up

###1. Fork this repo

alt text

###2. Select where to fork the repo This can be a personal or organisation account. In this instance I've forked it to an organisation account.

alt text

###3. Click on settings You'll notice you're now in your account. Click on settings.

alt text

###4. Rename your repo and set the default branch to master Rename your repo to username.github.io, where username is your username or organisation name on GitHub. Change the default branch to master.

alt text

###5. Your personal page is now published.

alt text

###6. Customise your content and you're all done :)

alt text

####Credits:

About

A stylish and personable webpage to tell the world about yourself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.3%
  • CSS 26.7%