-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (42 loc) · 2.29 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Lola Odelola | Artist & Technologist</title>
<meta name="description"
content="Lola Odelola is a London-based multidisciplinary artist working with photography, collage and words.">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:creator" content="@lolaodelola"/>
<meta name="x:card" content="summary"/>
<meta name="x:creator" content="@lolaodelola"/>
<meta property="og:url" content="https://lolaodelola.dev"/>
<meta property="og:title" content="Lola Odelola"/>
<meta property="og:description"
content="Lola Odelola is a London-based multidisciplinary artist working with photography, collage and words." />
<meta property="og:image" content="https://lolaodelola.dev/images/logo.jpg" />
<meta name="viewport" content="width=device-width">
<!-- <link rel="icon" type="image/png" href="images/favicon.png"> -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,300;1,300&family=Righteous&display=swap" rel="stylesheet">-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Tilt+Warp&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/general.css?site=v2">
<link rel="stylesheet" href="/css/theme.css?site=v2">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body class="systemDarkPreference">
{% include "partials/_nav.njk" %}
<main class="home-layout">
<header>
<h1 class="logo">lola.</h1>
</header>
<section>
<img class="portfolio-img"
src="https://res.cloudinary.com/dnp7rf0u9/image/upload/v1734299053/DSC00224_mnosv1.jpg"
alt="A very close up black and white portrait of Shubomi, he is looking slightly down into the camera.">
</section>
</main>
{% include "partials/_foot.njk" %}
</body>
</html>