-
Notifications
You must be signed in to change notification settings - Fork 0
/
imagecredits.php
executable file
·101 lines (89 loc) · 3.91 KB
/
imagecredits.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<title>INTERTEXTrEVOLUTION</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/reset.css">
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-9ralMzdK1QYsk4yBY680hmsb4/hJ98xK3w0TIaJ3ll4POWpWUYaA2bRjGGujGT8w" crossorigin="anonymous">
<script src="/script.js" defer></script>
<link rel="webmention" href="https://webmention.io/jgmac1106homepage.glitch.me/webmention" />
<link rel="pingback" href="https://webmention.io/jgmac1106homepage.glitch.me/xmlrpc" />
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="webmention" href="https://webmention.io/jgregorymcverry.com/webmention" />
<link rel="pingback" href="https://webmention.io/jgregorymcverry.com/xmlrpc" />
</head>
<body>
<header>
<a href="index.html">
<div class="leading">
<p>
INTERTEXTrEVOLUTION
</p>
<p class="tagline">
Make.Hack.Play.Learn
</p>
</div>
</a>
<nav class="Navbar__Items">
<div class="Navbar__Link">
<a href="/aboutme.html" >About</a>
</div>
<div class="Navbar__Link">
<a href="/articles.html" >Articles</a>
</div>
<div class="Navbar__Link">
<a href="https://quickthoughts.jgregorymcverry.com.html" >Blog</a>
</div>
<div class="Navbar__Link">
<a href="/contact.html">Contact</a>
</div>
<div class="Navbar__Link">
<a href="/resume.html" class="navLinks">Vita</a>
</div>
<div class="Navbar__Link">
<a href="https://consulting.jgregorymcverry.com/" class="navLinks">Consulting</a>
</div>
<div class="Navbar__Link">
<a href="/2toPonder.html" class="navLinks">Podcasts</a>
</div>
<div class="Navbar__Link">
<a href="/following.html" class="navLinks">Following</a>
</div>
<div class="Navbar__Link">
<a href="/annotations.html" class="navLinks">Annotations</a>
</div>
<div class="Navbar__Link">
<a href="/imagecredits.html" class="navLinks">Img Credits</a>
</div>
</nav>
</header>
<main>
<div class="contact">
<div class="grid-container">
<div class="item3">
</div>
</div>
</div>
<p>
I am thankful to the artists who openly license photography on Flickr. I have wanted to create a way to honor their work.</p>
<p>
I decided (2/20/14) to start favoriting all of the images I use. I share this stream as a homage to the many great photographers of the world who allow me to use their work.
Thank You
</p>
<iframe width="90%" height="1000" src="https://www.inoreader.com/stream/user/1005993829/tag/photoattribution/view/html?cs=m" frameborder="0" tabindex="-1"></iframe>
<div id="webmentions"></div>
</main>
<footer>
<div class="flex-item">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<br>
<a class="flex-item" href="https://microformats.org"><img class="https://indieweb.org/images/7/72/microformats-button.png"></a><br>
<a class="flex-item" href="https://indieweb.org"><img src="https://indieweb.org/images/4/4a/indiewebcamp-button.png"></a>
<a class="flex-item" href="https://indieweb.org/webmention"><img src="https://indieweb.org/images/0/03/webmention-button.png"></a>
</div>
</footer>
</body>
</html>