Neural-Hacker commited on
Commit
2cfe8bf
ยท
verified ยท
1 Parent(s): 0d3df82

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +48 -17
index.html CHANGED
@@ -1,19 +1,50 @@
1
  <!doctype html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!doctype html>
2
  <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width" />
6
+ <title>ShunyaLab</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+ </head>
9
+ <body>
10
+ <div class="card">
11
+ <h1>๐Ÿ‘‹ Welcome to ShunyaLab</h1>
12
+ <p class="tagline">An open-source AI group built by students, for everyone.</p>
13
+
14
+ <section>
15
+ <h2>Who We Are</h2>
16
+ <p>
17
+ We're a group of college students passionate about AI, working together to learn, build, and share open-source models and datasets. ShunyaLab is our starting point โ€” a space to grow, collaborate, and contribute.
18
+ </p>
19
+ </section>
20
+
21
+ <section>
22
+ <h2>What We Do</h2>
23
+ <ul>
24
+ <li>๐Ÿงช Experiment with AI models and datasets</li>
25
+ <li>๐Ÿ“š Learn together through open collaboration</li>
26
+ <li>๐ŸŒฑ Share beginner-friendly projects on Hugging Face</li>
27
+ <li>๐Ÿ‡ฎ๐Ÿ‡ณ Focus on India-relevant tools and languages</li>
28
+ </ul>
29
+ </section>
30
+
31
+ <section>
32
+ <h2>๐ŸŽฏ Our Goal</h2>
33
+ <p>
34
+ To build a supportive community where students can explore AI, contribute meaningfully, and grow into confident developers and researchers.
35
+ </p>
36
+ </section>
37
+
38
+ <section>
39
+ <h2>Why ShunyaLab?</h2>
40
+ <ul>
41
+ <li>๐Ÿ› ๏ธ Simple, clean projects anyone can learn from</li>
42
+ <li>๐Ÿค Open to contributors at all levels</li>
43
+ <li>๐Ÿš€ A launchpad for future innovation</li>
44
+ </ul>
45
+ </section>
46
+
47
+ <p class="footer">Thanks for visiting โ€” weโ€™re just getting started!</p>
48
+ </div>
49
+ </body>
50
+ </html>