-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.58 KB
/
Copy pathindex.html
File metadata and controls
38 lines (38 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Exivity open source projects</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<header>
<h1>
<img src="https://res.cloudinary.com/exivity/image/upload/v1512214049/logo_blue.png"
alt="Exivity"/>
</h1>
<h2>Open source projects</h2>
</header>
<main>
<p>Like all other software companies, we rely on
<a href="https://en.wikipedia.org/wiki/Open-source_software">Open Source Software</a> (OSS) and
release projects we use internally and think are useful to the larger developer community on our
<a href="https://github.com/exivity">GitHub page</a> under the
<a href="https://en.wikipedia.org/wiki/MIT_License">MIT license</a>.</p>
<h3>Projects:</h3>
<p>
<a class="button" href="https://github.com/exivity/templates">📄 <span>templates</span></a>
<a class="button" href="https://exivity.github.io/react-orbitjs/">💫 <span>react-orbitjs</span></a>
<a class="button" href="https://github.com/exivity/docker">🐳 <span>docker</span></a>
<a class="button" href="https://github.com/exivity/actions">⚡ <span>actions</span></a>
<a class="button" href="https://github.com/exivity/react-crud-hook">↪️ <span>react-crud-hook</span></a>
</p>
</main>
<footer>
🐱 <a href="https://github.com/exivity">github.com/exivity</a>
🏠 <a href="https://exivity.com/">exivity.com</a>
</footer>
</body>
</html>