-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbreakingbadges.php
executable file
·64 lines (52 loc) · 1.91 KB
/
breakingbadges.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<title>Breaking Badges</title>
<link rel="stylesheet" href="css/badges.css">
</head>
<a href="tutorial.html" style="color:white" >Tutorial</a>
<body>
<div class="wrapper">
<section>
<!--actors-->
<ul class="actors">
<li>HTML</li>
<li>Greg McVerry</li>
<li>webmentions</li>
</ul>
<!--reviews-->
<blockquote>
<p>
"Your Credibility is your Domain.
</p>
<footer><cite>Random bloggers</cite></footer>
</blockquote>
<blockquote>
<p>
"Own Your Assessment"
</p>
<footer><cite>A webmention</cite></footer>
</blockquote>
<blockquote>
<p>
"Badge all the things."
</p>
<footer><cite>The OG Team</cite></footer>
</blockquote>
<!--title-->
<h1 class="p-name">Breaking Badges</h1>
<h2>New patents, hidden standars, and surviellance...Just when you thought the edtech silos would ruin badging and assessment...<br>
a new team started cooking up something in their labs. Now everyone wants webmention badges.
</h2>
<footer class="credits">
<!--credits-->
<p><strong>IndieWebCamp pictures</strong> and <strong>your website</strong> present a <strong>IndieWeb</strong> film <strong>Greg McVerry</strong> <strong>webmentions</strong> in <strong>Breaking Badges</strong></p>
<p> Music by <strong>your Listen Posts</strong> Costume design by <strong> CSS Grid</strong> Edited by <strong>Text Editor</strong> Production design by <strong>Open Standards</strong></p>
<p> Director of photography <strong>Photo Posts</strong> Executive producer <strong>Having Fun</strong> </p>
</footer>
</section>
</div>
</body>
</html>
</html>