|
6 | 6 | <title>Lodine Open Source</title> |
7 | 7 | <meta |
8 | 8 | name="description" |
9 | | - content="Information about Lodine Open Source and list of open-source projects" /> |
| 9 | + content="Information about Lodine Open Source program and list of open-source projects" /> |
10 | 10 | <meta name="theme-color" content="#ff0088" /> |
| 11 | + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> |
| 12 | + <link |
| 13 | + rel="stylesheet" |
| 14 | + href="https://cdn.jsdelivr.net/gh/LodineSoftware/aerocss@main/aero.min.css" /> |
11 | 15 | <link rel="stylesheet" href="assets/style.css" /> |
12 | | - <link rel="stylesheet" href="assets/fonts.css" /> |
13 | 16 | </head> |
14 | 17 | <body> |
15 | | - <main> |
16 | | - <h2>List of Open Source projects</h2> |
17 | | - <div class="projects"> |
18 | | - <div class="project-card"> |
19 | | - <div class="project-card__title"> |
20 | | - <span>AeroCSS</span> |
21 | | - </div> |
22 | | - <div class="project-card__desc"> |
23 | | - <span>Simple CSS framework that we using in our projects</span> |
24 | | - </div> |
25 | | - <a href="https://github.com/lodine-software/aerocss">Source code</a> |
| 18 | + <div class="container"> |
| 19 | + <header> |
| 20 | + <h1 class="title">Lodine Open Source</h1> |
| 21 | + <h2 class="subtitle">Here you can find our open-source projects</h2> |
| 22 | + </header> |
| 23 | + <div class="cards"> |
| 24 | + <div class="card"> |
| 25 | + <h1 class="title">AeroCSS</h1> |
| 26 | + <h2 class="subtitle"> |
| 27 | + Simple CSS framework that we using in our projects #CSS |
| 28 | + </h2> |
| 29 | + <a |
| 30 | + href="https://github.com/lodine-software/aerocss" |
| 31 | + class="button primary" |
| 32 | + target="_blank" |
| 33 | + >View page on GitHub</a |
| 34 | + > |
| 35 | + <a |
| 36 | + href="https://opensource.lodine.xyz/aerocss" |
| 37 | + class="button" |
| 38 | + target="_blank" |
| 39 | + >Project website</a |
| 40 | + > |
26 | 41 | </div> |
27 | | - <div class="project-card"> |
28 | | - <div class="project-card__title"> |
29 | | - <span>opensource.lodine.xyz</span> |
30 | | - </div> |
31 | | - <div class="project-card__desc"> |
32 | | - <span>This Website</span> |
33 | | - </div> |
34 | | - <a href="https://github.com/lodine-software/aerocss">Source code</a> |
| 42 | + <div class="card"> |
| 43 | + <h1 class="title">Documentation</h1> |
| 44 | + <h2 class="subtitle">Our documentation #Docusaurus</h2> |
| 45 | + <a |
| 46 | + href="https://github.com/lodine-software/docs" |
| 47 | + class="button primary" |
| 48 | + target="_blank" |
| 49 | + >View page on GitHub</a |
| 50 | + > |
| 51 | + <a href="https://docs.lodine.xyz" class="button" target="_blank" |
| 52 | + >Project website</a |
| 53 | + > |
| 54 | + </div> |
| 55 | + <div class="card"> |
| 56 | + <h1 class="title">SkeuoCSS</h1> |
| 57 | + <h2 class="subtitle">Skeuomorphistic CSS Framework</h2> |
| 58 | + <a |
| 59 | + href="https://github.com/lodine-software/skeuocss" |
| 60 | + class="button primary" |
| 61 | + target="_blank" |
| 62 | + >View page on GitHub</a |
| 63 | + > |
| 64 | + <a href="https://opensource.lodine.xyz/skeuocss/" class="button" target="_blank" |
| 65 | + >Project website</a |
| 66 | + > |
35 | 67 | </div> |
36 | 68 | </div> |
37 | | - </main> |
| 69 | + </div> |
38 | 70 | <footer> |
39 | | - <h1>Lodine Open Source</h1> |
40 | | - <a href="https://github.com/lodine-software/lodine-software.github.io" |
41 | | - >Source code of this page is open source</a |
42 | | - > |
| 71 | + <span>© Lodine 2023</span> |
| 72 | + <span> |
| 73 | + Powered by AeroCSS. |
| 74 | + <a |
| 75 | + href="https://github.com/lodine-software/lodine-software.github.io" |
| 76 | + class="hyperlink" |
| 77 | + >Contribute to this website</a |
| 78 | + > |
| 79 | + </span> |
43 | 80 | </footer> |
44 | 81 | </body> |
45 | 82 | </html> |
0 commit comments