-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (103 loc) · 3.4 KB
/
index.html
File metadata and controls
104 lines (103 loc) · 3.4 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>jimie</title>
<meta
name="description"
content="independent artist, designer and UX engineer based in Berlin"
/>
<meta name="robots" content="index, follow, max-image-preview:large" />
<link rel="canonical" href="https://jim.ie/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="jim.ie" />
<meta property="og:title" content="jimie" />
<meta
property="og:description"
content="independent artist, designer, and UX engineer based in Berlin"
/>
<meta property="og:url" content="https://jim.ie/" />
<meta
property="og:image"
content="https://jim.ie/img/cover-compressed.webp"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="jimie" />
<meta
name="twitter:description"
content="independent artist, designer, and UX engineer based in Berlin"
/>
<meta
name="twitter:image"
content="https://jim.ie/img/cover-compressed.webp"
/>
<link rel="stylesheet" href="css/style.css" />
</head>
<body class="site site--centered">
<a class="skip-link" href="#main">Skip to main content</a>
<main id="main" class="site-main">
<div class="site-main__text">
<h1 class="site-main__title">jimie</h1>
<p class="home-intro">
independent <a href="/art/">artist</a>,
<a
href="https://jimies.notion.site/Jimmy-Loughran-b36974bccdfb49e78bce40cc868962c5?pvs=74"
target="_blank"
rel="noopener"
>designer & UX engineer
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
aria-hidden="true"
focusable="false"
>
<path d="M15 3h6v6" />
<path d="M10 14 21 3" />
<path
d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"
/></svg
></a>
based in Berlin
</p>
<ul class="contact-list">
<li>
<a href="mailto:hello@jim.ie" target="_blank" rel="noopener"
>hello@jim.ie<span class="sr-only">opens in a new tab</span>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
aria-hidden="true"
focusable="false"
>
<path d="M15 3h6v6" />
<path d="M10 14 21 3" />
<path
d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"
/></svg
></a>
</li>
</ul>
</div>
<img
class="site-main__illustration"
src="img/cover-compressed.webp"
alt="Illustration of a person coding"
/>
</main>
</body>
</html>