-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (45 loc) · 1.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
<!DOCTYPE html>
<html lang="it">
<head>
<link href='https://fonts.googleapis.com/css?family=JetBrains Mono' rel='stylesheet'>
<link href="style.css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>intales</title>
<link rel="icon" href="assets/faviconintales.png" sizes="64x64">
<style>
.logo {
text-align: center;
font-family: 'JetBrains Mono', monospace;
font-size: 50px;
color: white;
margin: 0;
padding: 20px;
}
</style>
</head>
<body>
<div class="center">
<div class="logo">Intales
</div>
<div class="content">
<p>
<a href="https://gazelle-dart.dev/"
class="highlight-container highlight-link">
Gazelle, the <span class="highlight">expression</span> of our soul.
</a>
</p><br />
<p><span class="highlight-container">We are <span class="highlight">open-source</span> in the heart and in
mind.</span></p><br />
<p><span class="highlight-container">We are <span class="highlight">minimalists.</span> Less decoration,
more
concreteness.</span></p><br />
<p><span class="highlight-container">Our vision is the <span class="highlight">code</span> we write, nothing
more.</span></p><br />
<p><span class="highlight-container">To be <span class="highlight">accessible</span> for us is
essential.</span>
</p>
</div>
</div>
</body>
</html>