-
Notifications
You must be signed in to change notification settings - Fork 0
/
funh-card.php
46 lines (38 loc) · 1.45 KB
/
funh-card.php
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://jgregorymcverry.com/css/styles.scss">
</head>
<article class="h-entry">
<h1 class="p-name">Play with an h-card</h1>
<div class="pubinfo">
<p>Published by <a class="p-author h-card" href="/">J. Gregroy McVerry</a>
on <time class="dt-published" datetime="2020-03-15 08:14:20">15<sup>th</sup>March 2020</time></p>
<span class="summary">
<p class="p-summary">Playing with some fun h-card designs </p>
</span>
<div class="copy">
<div class="e-content">
<div class="typography-art h-card">
<div class="hello-world p-name"><p>J. Gregory McVery</p></div>
<div class="typography-sq p-summary">
<div class="full"><p>Make</p></div>
<div class="stack"><p>Hack</p></div>
<div class="developer"><a class="u-url" href="https://jgregorymcverry.com">Webmaker</a></div>
<div class="front-end"><p>Professor</p></div>
<div class="program"><p>Teacher</p></div>
<div class="design"><p>Poet</p></div>
<div class="code"><p>coder</p></div>
<div class="software"><p>play</p></div>
<div class="creative"><p>learn</p></div>
<div class="engineer"><p>Tr<span class="letter-g">ou</span>blemaker</p></div>
<div class="image"><img src="https://jgregorymcverry.com/photos/assets/thumb.jpg" class="u-photo" /></div>
</div>
</div>
</div>
</div>
</article>
<footer>
<?php include 'footer.php'; ?>
</body>
</html>