Skip to content

A Light Frontend Project to help you generate a personal profile page very quickly. It offers Customization HTMLelment and you can write your profile in markdown grammar.

Notifications You must be signed in to change notification settings

Wtk0930/Profile-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How the final page look like.

alt text

How to use the profile-ui

The profile-ui aims to make making a profile page easier.

open the index.html, then edit your profile.

  • personal-name tag
<personal-name>
    Your Name here
</personal-name>
  • personal-card tag
<personal-card 
    avatar-src="your avatar src"
    link1-name="Github"
    link1-ref=""
    link2-name="Linklin"
    link2-ref=""
> 
    # About Me
    
    text
    note: you can write  markdown text here
</personal-card>
  • info-card tag
<info-card>
    # Research Interests
                
            
    * machine learning
</info-card>

In this tag, only the first head will be translated to the title of the box, others will stay as markdown.

  • my-footer tag
<my-footer>Tengkai Wang</my-footer>
  • gap-e tag

    offer you a vertical gap between any elements.

Tip!

Regard the original index.html as a demo to play.

About

A Light Frontend Project to help you generate a personal profile page very quickly. It offers Customization HTMLelment and you can write your profile in markdown grammar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published