Lewdiculous commited on
Commit
b73f497
·
verified ·
1 Parent(s): a09890a

update community profile readme

Browse files
Files changed (1) hide show
  1. README.md +102 -11
README.md CHANGED
@@ -13,14 +13,105 @@ license: cc-by-nc-4.0
13
 
14
  <!-- Attribution-NonCommercial-NoDerivatives 4.0 International -->
15
 
16
- <div align="center">
17
- <a href="https://arch.datasets.fyi">
18
- <img src="resources/aetherarchio-flat-banner-rndd-brdrs.png" alt="aetherarchio-flat-banner">
19
- </a>
20
- </div>
21
-
22
- <div align="right">
23
- <a href="mailto:[email protected]">
24
- <img src="https://i.imgur.com/4ntrFya.png" alt="aetherarchio-email">
25
- </a>
26
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  <!-- Attribution-NonCommercial-NoDerivatives 4.0 International -->
15
 
16
+ <html lang="en">
17
+ <head>
18
+ <meta charset="UTF-8">
19
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
20
+ <meta name="description" content="AetherArchitectural Community - Innovating in LLMs and Datasets">
21
+ <title>AetherArchitectural Community</title>
22
+ <style>
23
+ body {
24
+ font-family: Arial, sans-serif;
25
+ margin: 0;
26
+ padding: 0;
27
+ background-color: #f4f4f9;
28
+ color: #333;
29
+ }
30
+ header {
31
+ background-color: #206875;
32
+ color: #fff;
33
+ padding: 20px 10px;
34
+ text-align: center;
35
+ }
36
+ header h1 {
37
+ margin: 0;
38
+ font-size: 2.5rem;
39
+ }
40
+ header p {
41
+ margin: 5px 0 0;
42
+ }
43
+ nav {
44
+ text-align: center;
45
+ margin: 20px 0;
46
+ }
47
+ nav a {
48
+ text-decoration: none;
49
+ color: #4a90e2;
50
+ margin: 0 15px;
51
+ font-size: 1.2rem;
52
+ }
53
+ nav a:hover {
54
+ text-decoration: underline;
55
+ }
56
+ main {
57
+ max-width: 800px;
58
+ margin: 0 auto;
59
+ padding: 20px;
60
+ text-align: center;
61
+ }
62
+ footer {
63
+ background-color: #333;
64
+ color: #fff;
65
+ text-align: center;
66
+ padding: 10px 0;
67
+ margin-top: 20px;
68
+ }
69
+ footer p {
70
+ margin: 0;
71
+ font-size: 0.9rem;
72
+ }
73
+ </style>
74
+ </head>
75
+ <body>
76
+ <header>
77
+ <h1>Welcome to AetherArchitectural</h1>
78
+ <p>Community</p>
79
+ </header>
80
+ <!--
81
+ <nav>
82
+ <a href="#welcome">Welcome</a>
83
+ <a href="#collections">Collections</a>
84
+ <a href="#contact">Contact</a>
85
+ </nav>
86
+ -->
87
+ <main>
88
+ <section id="welcome">
89
+ <h2>Welcome!</h2>
90
+ <p>
91
+ This is a place to host <b>@Aetherarchio</b>, <b>@Lewdiculous</b> and <b>@FantasiaFoundry</b>'s general AI, ML and LLM related community projects.
92
+ </p>
93
+ </section>
94
+ <!--
95
+ <section id="collections">
96
+ <h2>Collections</h2>
97
+ <p>
98
+ Collections
99
+ </p>
100
+ </section>
101
+ -->
102
+ <section id="contact">
103
+ <h2>Contact?</h2>
104
+ <p>
105
+ Reach out at... <br>
106
+ <a href="mailto:[email protected]"><b>[email protected]</b></a> <br>
107
+ ...or join a discussion in the community!
108
+ </p>
109
+ </section>
110
+ </main>
111
+ <footer>
112
+ <p>
113
+ <a href="https://arch.datasets.fyi"><b>arch.datasets.fyi</b></a>
114
+ </p>
115
+ </footer>
116
+ </body>
117
+ </html>