-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·74 lines (64 loc) · 4.09 KB
/
index.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
<?php include 'head.php'; ?>
<link rel="alternate" type="application/rss+xml" href="https://granary.io/url?input=html&output=rss&url=https%3A%2F%2Fjgregorymcverry.com%2F" title="Latest articles">
<link rel="alternate" type="application/rss+xml" href="https://granary.io/url?input=html&output=rss&url=https%3A%2F%2Fjgregorymcverry.com%2Farticles" title="All Articles">
<link rel="alternate" type="application/rss+xml" href="https://example.withknown.com/content/all?_t=rss" title="blog">
<link rel="alternate" type="application/rss+xml" href="https://quickthoughts.jgregorymcverry.com/tag/smallpoems?_t=rss" title="poetry">
<link rel="alternate" type="application/rss+xml" href="https://granary.iourl?input=html&output=rss&url=https%3A%2F%2Fjgregorymcverry.com%2Fmyphotos" title="photos">
</head>
<?php include 'header.php'; ?>
<script src="/script.js" defer></script>
</header>
<main >
</div>
<div class="contact">
<div class="grid-container">
<div class="item1">
<p >
Four words capture the spirit I bring to my work as a digitally networked scholar:https://jgregorymcverry.com/index.html Make. Hack. Play. Learn. I believe learning works best when it is interest driven and production based. We must design and redesign our possible futures. Make tomorrow happen. We also have to iterate on our past. Where we have been shapes our trajectories. We need to take what has come before and try to make it a little bit better. You can not succeed without failure. Hack away at what you tried yesterday. Learning is an embodied experience that cuts across the affordances of tools and meaning. We need to play with words and the tools that allow us to decode and encode meaning on the world. Students need the opportunity to try different professional identities. Play in the moment.
</p>
<a href="/guestbook"><button>Sign My Guestbook</button></a> <a href="/endorsements"><button>Endorse Me</button></a>
<h2> IndieWebRings</h2>
<a href="https://xn--sr8hvo.ws/%F0%9F%98%88/previous">←</a>
An IndieWeb Webring 🕸💍
<a href="https://xn--sr8hvo.ws/%F0%9F%98%88/next">→</a>
<div style="text-align: center" class="microcastclub">
<a href="https://microcast.club/321fb3/prev">←</a>
<a href="https://microcast.club/321fb3">microcast.club</a>
<a href="https://microcast.club/321fb3/next">→</a>
</div>
</div>
<div class="item2">
<div class="h-card">
<img class="u-photo" style=" width:250px; border-radius:50%" src="/photos/assets/thumb.jpg" alt="me as an elf"><br>
<a class="p-name u-url" href="http://jgregorymcverry.com" rel="me">Greg McVerry</a><br>
<a class="u-email" href="mailto:jgregmcverry@gmail.com">Email</a> <br>
<span class="p-locality">East Haddam, CT</span>
<span class="p-country-name">USA</span><br>
<span>Cov</span>
<a href="https://github.com/jgmac1106" rel="me"><i class="fa fab-github fa-2x"></i></a>
<a rel="me" class="u-url" href="https://indieweb.social/@jgamc1106"><i class="fab fa-mastodon fa-2x"></i></a>
<a rel="me" class="u-url" href="https://twitter.com/jgmac1106"><i class="fab fa-twitter fa-2x"></i></a>
<a rel="me" class="u-url" href="https://orcid.org/0000-0003-1035-389X"> ORCID ID</a>
<div class="p-category">
<p style="text-align: center">
My Feeds
</p>
<ul class="myfeeds" >
<li><a rel="feed" href="/articles.html">Articles</a></li>
<li><a rel="feed" href="https://quickthoughts.jgregorymcverry.com/content/posts/">Blog</a></li>
<li><a rel="feed" href="https://quickthoughts.jgregorymcverry.com/content/statusupdates/replies/">Social Stream</a></li>
<li> <a rel="feed" href="https://quickthoughts.jgregorymcverry.com/content/bookmarkedpages/">Bookmarks</a></li>
<li><a rel="feed" href="https://quickthoughts.jgregorymcverry.com/tag/smallpoems">Poetry</a></li>
<li><a rel="feed" href="myseeds.html">My Seeds</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<?php include 'footer.php'; ?>
</body>
</html>