monsterxcn / card

🏚 A Material Design Homepage

Home Page:https://card-homepage.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

🏚 A Material Design Homepage

https://card-homepage.netlify.com/

License:MIT License


Languages

Language:CSS 63.2%Language:HTML 36.8%