-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
86 lines (86 loc) · 2.57 KB
/
index.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
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
---
excerpt: "Martin Bean: a web developer and team lead specialising in PHP, Laravel, JavaScript, TypeScript, and AWS."
layout: page
title: "Martin Bean: web developer (PHP, Laravel, JavaScript, TypeScript, AWS)"
twitter_card_image: /img/[email protected]
---
<section class="hero">
<figure class="mx-auto hero-image">
{% include headshot.html %}
</figure>
<h1 class="mb-0">
Hi!
<span class="font-weight-normal">I’m <span class="text-nowrap">Martin Bean</span>, <span class="text-nowrap">web developer</span> and <span class="text-nowrap">team lead</span> based in the <abbr class="initialism" title="United Kingdom">UK</abbr>.</span>
</h1>
</section>
<section class="latest-posts" itemscope itemtype="http://schema.org/Blog">
<h1 class="h2">Latest blog posts</h1>
{% for post in site.posts limit: 5 %}
{% include post.html %}
{% endfor %}
<footer class="text-right">
<p>
<a class="font-weight-bold" href="{% link blog/index.html %}">
<span>More blog posts</span>
<span aria-hidden="true">→</span>
</a>
</p>
</footer>
</section>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"birthDate": "1989-02-13",
"birthPlace": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Darlington",
"addressCountry": "GB"
}
},
"familyName": "Bean",
"gender": "Male",
"givenName": "Martin",
"height": {
"@type": "QuantitativeValue",
"unitCode": "CMT",
"value": 181
},
"homeLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Newcastle upon Tyne",
"addressCountry": "GB"
}
},
"image": "/img/[email protected]",
"mainEntityOfPage": "/",
"sameAs": [
"https://github.com/martinbean",
"https://stackoverflow.com/users/102205/martin-bean?tab=profile",
"https://twitter.com/martinbean",
"https://www.instagram.com/martinbean/",
"https://www.linkedin.com/in/martinbean",
"https://www.youtube.com/@martinbean"
],
"url": "/",
"worksFor": [
{
"@type": "Organization",
"address": {
"@type": "PostalAddress",
"streetAddress": "Longfrey Cottage Dorking Road, Chilworth",
"addressLocality": "Guildford",
"postalCode": "Surrey",
"addressCountry": "GB"
},
"legalName": "OpenPlay Ltd",
"name": "OpenPlay",
"url": "https://openplay.net"
}
]
}
</script>