Skip to content

LovelyQuantum/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card

Card

A lightweight Material Design home page.

Demo

Usage

Add more links

I tried to make the homepage the simpliest possible, so I only added a few SVG icons from IcoMoon.

If you want to add more icon, go to IcoMoon and follow the next steps:

  1. Pick icons
  2. Go to "download" section
  3. Below each icon, there's a "Get Code" button, click it
  4. Copy "Symbol Definition(s)", and past it to line 139 of index.html

To add more links, use the following HTML structure, and put it before </footer> tag:

<a href="LINK" target="_blank" style="background: #fff">
    <!-- INSERT "HTML (SVG <use>) from IcoMoon here" -->
    <span>Flickr</span>
</a>

Replace #fff with the brand color. You can get help in brand-colors

Avatar / Card Image

Avatar can be changed in line 50 of index.html, and card image in line 47.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published