-
Notifications
You must be signed in to change notification settings - Fork 0
/
card.html
31 lines (26 loc) · 852 Bytes
/
card.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Katarzyna Warchoł</span>
<span itemprop="jobTitle">Student</span>
<a href="http://v-ie.uek.krakow.pl/~s188599"
itemprop="url">http://v-ie.uek.krakow.pl/~s188599</a>
<span itemprop="favouritePicture"><img src=images.jpg></span>">
<span itemprop="favouritePicture"><img src=images.jpg></span>">
<ul itemprop="educationPath">
<li>Przedszkole nr 3 Bochnia</li>
<li>PSP1 Bochnia</li>
<li>1LO Bochnia</li>
<li>UEK Kraków</li>
</ul>
<ul itemprop="socialMedia">
<li name="facebook"><a href="https://pl-pl.facebook.com/">Facebook</a></li>
<li name="twitter"><a href="https://twitter.com/?lang=pl">Twitter</a></li>
<li name="google+"><a href="https://plus.google.com/">Google+</a></li>
</ul>
</div>
</body>
</html>