Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

CaiJimmy/card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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.

Releases

No releases published

Packages

No packages published