-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (82 loc) · 2.59 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lodine Open Source</title>
<meta
name="description"
content="Information about Lodine Open Source program and list of open-source projects" />
<meta name="theme-color" content="#ff0088" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/LodineSoftware/aerocss@main/aero.min.css" />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<div class="container">
<header>
<h1 class="title">Lodine Open Source</h1>
<h2 class="subtitle">Here you can find our open-source projects</h2>
</header>
<div class="cards">
<div class="card">
<h1 class="title">AeroCSS</h1>
<h2 class="subtitle">
Simple CSS framework that we using in our projects #CSS
</h2>
<a
href="https://github.com/lodine-software/aerocss"
class="button primary"
target="_blank"
>View page on GitHub</a
>
<a
href="https://opensource.lodine.xyz/aerocss"
class="button"
target="_blank"
>Project website</a
>
</div>
<div class="card">
<h1 class="title">Documentation</h1>
<h2 class="subtitle">Our documentation #Docusaurus</h2>
<a
href="https://github.com/lodine-software/docs"
class="button primary"
target="_blank"
>View page on GitHub</a
>
<a href="https://docs.lodine.xyz" class="button" target="_blank"
>Project website</a
>
</div>
<div class="card">
<h1 class="title">SkeuoCSS</h1>
<h2 class="subtitle">Skeuomorphistic CSS Framework</h2>
<a
href="https://github.com/lodine-software/skeuocss"
class="button primary"
target="_blank"
>View page on GitHub</a
>
<a href="https://opensource.lodine.xyz/skeuocss/" class="button" target="_blank"
>Project website</a
>
</div>
</div>
</div>
<footer>
<span>© Lodine 2023</span>
<span>
Powered by AeroCSS.
<a
href="https://github.com/lodine-software/lodine-software.github.io"
class="hyperlink"
>Contribute to this website</a
>
</span>
</footer>
</body>
</html>