-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (43 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atlas Nesos</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/png" href="assets/favicon.png">
<script defer data-domain="atlasnesos.space" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<header class="header">
<div class="wrap">
<a href="/">
<svg width="26" height="15" viewBox="0 0 26 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.0284 0.6875H5.06187V4.1089H8.9389L0.5 12.5478L2.9193 14.9671L13 4.8864L23.0807 14.9671L25.5 12.5478L17.0611 4.1089H21.0284V0.6875Z" fill="#111111"/>
</svg>
<h1>Atlas</h1>
</a>
</div>
</header>
<main class="main">
<div class="wrap">
<ol>
<li data-lang="en"><a href="/" title="Atlas">Atlas</a></li>
<li data-lang="pt-br"><a target="_blank" href="https://frnd.design" title="frnd.design">frnd.design</a></li>
<li data-lang="en"><a target="_blank" href="https://eryc.cc" title="eryc.cc">eryc.cc</a></li>
<li data-lang="en"><a target="_blank" href="https://weliton.me" title="weliton.me">weliton.me</a></li>
<li data-lang="en"><a target="_blank" href="https://triangulo.dev" title="triangulo.dev">triangulo.dev</a></li>
<li data-lang="en"><a target="_blank" href="https://https://www.almda.co" title="https://www.almda.co">almda.co</a></li>
</ol>
</div>
</main>
<footer class="footer">
<div class="wrap">
<p>atlas is a directory of neighbor websites and portfolios.
the goal is to inspire creative individuals to create and maintain their own personal website, and share traffic organically among each other.</p>
<p>join atlas by opening a pull-request on <a target="_blank" href="https://github.com/atlasnesos/webring">github.</a></p>
</div>
</footer>
</body>
</html>