Abigblueworld commited on
Commit
1472c3a
·
verified ·
1 Parent(s): 43b76b7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +23 -19
index.html CHANGED
@@ -1,19 +1,23 @@
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
+ <!Learning code using the "Coding for kids" book I got this Easter 2024>
2
+ <body>
3
+ <div>
4
+ Hi there! Nice to meet you here!
5
+
6
+ <dl>
7
+ <dt> Who am I?</dt>
8
+ <dd> I am a 16 year old autistic girl from America who loves music, animation, IT, and phone call stuff!</dd>
9
+ <dt> Are you a self taught or trained programmer?</dt>
10
+ <dd> I am partally self-taught in some terms, including knowing certain HTML5 terms, and Python Scripts, but most of the time, I learn it for somebody</dd>
11
+ <dt> What are some of your favorite things?</dt>
12
+ <dd> Some of my favorite things include:</dd>
13
+ <li> Children movies and shows including UglyDolls, Luca, Matilda, Topsy and Tim, Horrid Henry, SpongeBob, Rugrats, Disney Junior shows, Hey Arnold!, Max & Ruby, The Lorax, Coco, Brave, Up, Onward, etc.</li>
14
+ <li> Internet documenties including "Don't F**k With Cats" and "The Tinder Swindler"</li>
15
+ <li> Music from the 1970s, 1980s, 1990s, 2000s, 2010s, and 2020s.</li>
16
+ <li> Candy like Recees, Hersheys, Kinder chocolates, Cotton Candy, Cupcakes, Kit Kats, M&Ms, Nerds, etc.</li>
17
+ <li> Phone call stuff including incoming calls screens/sounds and phone call error sounds, like the AT&T Special Information Tone and Huawei's Incoming call Screen.</li>
18
+ </dl>
19
+ <b> In other words, I am nostalgia loving kid in a teenager's body!</b>
20
+
21
+
22
+ </div>
23
+ </body>