-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (123 loc) · 5.69 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!doctype html>
<html lang="en-AU">
<head>
<meta charset="utf-8">
<title>John Merchant | Software Engineer</title>
<meta name="description" content="John Merchant, Software Engineer">
<meta name="author" content="John Merchant,[email protected]">
<meta name="keywords" content="software engineer,software developer,programmer,full stack,consultant">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta property="og:image" content="/multilife.jpg">
<meta property="og:description" content="Full-Stack Software Engineer based in Whyalla, South Australia" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Alata&display=swap">
<link rel="stylesheet" href="site.css">
<script src="site.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"@id": "https://johnmerchant.dev/",
"name": "John Merchant",
"image": "https://johnmerchant.github.io/me.jpg",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"addressLocality": "Whyalla",
"addressRegion": "SA",
"postalCode": "5600",
"addressCountry": "Australia"
},
"familyName": "Merchant",
"givenName": "John",
"gender": "Male",
"url": "https://johnmerchant.dev",
"sameAs": [
"https://www.johnmerchant.dev/",
"https://johnmerchant.github.io",
"https://github.com/johnmerchant",
"https://www.linkedin.com/in/john-merchant",
"https://stackexchange.com/users/174835/john-merchant",
"https://dev.to/johnmerchant/"
],
"honorificPrefix": "Mr",
"jobTitle": "Software Engineer",
"alumniOf": {
"@type": "Organization",
"name": "University of South Australia",
"sameAs": "https://www.unisa.edu.au/",
"url": "https://www.unisa.edu.au/"
},
"nationality": "Australia"
}
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<main class="container">
<header class="header">
<div class="header__bg header__bg--img"></div>
<div class="header__bg header__bg--gradient"></div>
<div class="header__content">
<img class="header__me" alt="John Merchant" src="me.jpg">
<h1 class="header__title">
John Merchant
<span class="header__title-sub">Software Engineer</span>
</h1>
</div>
</header>
<div class="main">
<section class="about">
<h2>About</h2>
<p>Software Engineering consultant based in Whyalla, South Australia.</p>
<p>Primarily focused on Microsoft technologies: <a class="link" href="https://dotnet.microsoft.com/" target="blank" rel="noopener">.NET</a> and <a class="link" href="https://azure.microsoft.com/" target="_blank" rel="noopener">Azure.</a></p>
</section>
<section>
<article>
<h2>Ideas</h2>
<p>
A computing enthusiast for as long as I can remember!
</p>
<p>
My main source of inspiration is engaging with the software development community.
</p>
<p>
My educational background is completing a Bachelor of IT at the <a class="link" href="https://unisa.edu.au" target="_blank" rel="noopener">University of South Australia</a>.
</p>
</article>
</section>
</div>
<aside class="side">
<ul class="list list--side">
<li class="list__item list__item--side list__item--location">
<address class="location">
Whyalla, South Australia
</address>
</li>
<li class="list__item list__item--side list__item--email">
<a class="link link--email"></a>
</li>
<li class="list__item list__item--side list__item--github">
<a class="link" target="_blank" rel="noopener" href="https://github.com/johnmerchant">GitHub</a>
</li>
<li class="list__item list__item--side list__item--linkedin">
<a class="link" target="_blank" rel="noopener" href="https://www.linkedin.com/in/john-merchant">LinkedIn</a>
</li>
<li class="list__item list__item--side list__item--dev">
<a class="link" target="_blank" rel="noopener" href="https://dev.to/johnmerchant">Blog</a>
</li>
<li class="list__item list__item--side list__item--mastodon">
<a class="link" rel="noopener" target="_blank" href="https://mastodon.social/@johnmerchant">Mastodon</a>
</li>
<li class="list__item list__item--side list__item--twitter">
<a class="link" rel="noopener" target="_blank" href="https://twitter.com/_JohnMerchant">Twitter</a>
</li>
</ul>
</aside>
<footer class="footer">
<p><a class="link" href="https://github.com/johnmerchant/johnmerchant.github.io" target="_blank" rel="noopener">Website Source</a></p>
</footer>
</main>
</body>
</html>