]> Repositories - ayoreis.com.git/blob - index.html
0b3923467a13b44077e7c54ec9c530a18ca6d12e
[ayoreis.com.git] / index.html
1 <!DOCTYPE html>
2
3 <html lang="en-GB">
4         <head>
5                 <meta name="viewport" content="width=device-width" />
6                 <link rel="icon" href="/favicon.svg" />
7                 <title>ayo reis</title>
8
9                 <style>
10                         @font-face {
11                                 font-family: --inter;
12                                 font-style: normal;
13                                 font-feature-settings: "ss07", "ss08";
14                                 src: url("/inter.woff2");
15                         }
16
17                         @font-face {
18                                 font-family: --inter;
19                                 font-style: italic;
20                                 font-feature-settings: "ss07", "ss08";
21                                 src: url("/inter-italic.woff2");
22                         }
23
24                         body {
25                                 font-family: --inter;
26                                 font-size: 32px;
27                                 font-weight: 500;
28                                 text-transform: lowercase;
29                                 background-color: #f77ee5;
30                         }
31
32                         a {
33                                 color: inherit;
34                         }
35                 </style>
36         </head>
37
38         <body>
39                 <p>Hey there, I'm Ayo!</p>
40                 <p>Here are some projects I'm working on: <a href="https://git.ayoreis.com">git.ayoreis.com</a>.</p>
41                 <p>(the background colour is #f77ee5 btw :3)</p>
42         <body/>
43 </html>