vuepress-theme-resume icon indicating copy to clipboard operation
vuepress-theme-resume copied to clipboard

怎么添加照片?

Open kangkang59812 opened this issue 4 years ago • 1 comments

kangkang59812 avatar Mar 16 '20 13:03 kangkang59812

in the example\README.md,the name and others information is like

<h1>
  <span>WhoWhoWho</span>
  <ul>
    <li><span>phone</span>***</li>
    <li><span>email</span><a href="***@***.***">***@***.***</a></li>
  </ul>
</h1>

when you add photo, it's just like this:

<h1>
  <span>WhoWhoWho</span>
  <ul>
    <li><span>phone</span>***</li>
    <li><span>email</span><a href="***@***.***">***@***.***</a></li>
  </ul>
  <ul>
    <img src="http://img.mp.itc.cn/upload/20170613/d4c65f5031ea49afa33c80c85e5b7e22_th.jpg" height="80">
  </ul>
</h1>

yak1990 avatar Jul 09 '21 14:07 yak1990