tiaan1jacobs commited on
Commit
6715f82
·
verified ·
1 Parent(s): 5e80522

undefined - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +71 -18
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Tt
3
- emoji: 🏢
4
  colorFrom: yellow
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: tt
3
+ emoji: 🐳
4
  colorFrom: yellow
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,72 @@
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 lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Sustainable Living by Jordan</title>
6
+ <link rel="stylesheet" href="css/styles.css">
7
+ </head>
8
+
9
+ <body>
10
+ <header role="banner">
11
+ <h1>Sustainable Living by Jordan</h1>
12
+ <img src="images/logo.png" width="42" height="100" alt="logo" id="logo">
13
+ </header>
14
+
15
+ <nav role="navigation">
16
+ <ul>
17
+ <li><a href="#">Home</a></li>
18
+ <li><a href="#">Projects</a></li>
19
+ <li><a href="#">Contact</a></li>
20
+ </ul>
21
+ </nav>
22
+
23
+ <div id="content-wrapper">
24
+ <main role="main">
25
+ <article>
26
+ <img src="images/oven.jpg" width="400" height="267" alt="Homemade brick oven">
27
+ <h2>I'm Jordan and I love sustainability!</h2>
28
+ <p>My passion is <abbr title="Do It Yourself">DIY</abbr> sustainability. I first became interested in it while building my own backyard brick oven from recycled bricks I was gifted from a nearby demolition site. That was the spark I needed, and since then I've been helping others upgrade their homes to include features that are environmentally friendly, help get them at least a little off the grid, and save them money in the long run. I am available for consultation, planning, and execution of any sustainable home improvement project. I like my clients to get involved, so expect to get your hands dirty with me!</p>
29
+ <p>Install solar panels? I've done it. Design and build rain water collection? I've done it. Set up a composting bin and learn how to use it? I've done it. Raise goats? Convert your car to run on vegetable oil? Grow an indoor vegetable garden? I've done it, I've done it, I've done it! Whatever project you can think of to improve your home or lifestyle in an environmentally conscious way, I probably have experience with it.</p>
30
+ <p>Call me to discuss your ideas or project. Or call me to ask what you can do with your current property. I'll come out at no charge and give you an honest assessment. In the meanttime, explore the rest of this site to see some of my recent projects from planning to completion.</p>
31
+ </article>
32
+
33
+ <section class="cards">
34
+ <div class="card">
35
+ <h2>Rain Water</h2>
36
+ <a href="#"><img src="images/rain.jpg" width="200" height="133" alt="Rain water collector"><p>Reduce water bills</p></a>
37
+ </div>
38
+
39
+ <div class="card">
40
+ <h2>Compost</h2>
41
+ <a href="#"><img src="images/compost.jpg" width="200" height="133" alt="Compost bin"><p>Make and save money</p></a>
42
+ </div>
43
+
44
+ <div class="card">
45
+ <h2>Solar Panels</h2>
46
+ <a href="#"><img src="images/solar.jpg" width="200" height="133" alt="Rooftop solar panels"><p>Save money</p></a>
47
+ </div>
48
+ </section>
49
+ </main>
50
+
51
+ <aside>
52
+ <h2><abbr title="Environmental Protection Agency">EPA</abbr> Resources</h2>
53
+
54
+ <section>
55
+ <h3>Resources</h3>
56
+ <a href="https://www.epa.gov/sustainability/sustainability-resource-finder" target="_blank">Search for <abbr title="Environmental Protection Agency">EPA</abbr> sustainability programs, tools, and resources</a>
57
+ </section>
58
+
59
+ <section>
60
+ <h3>Infrastructure</h3>
61
+ <a href="https://www.epa.gov/sustainability/giwiz" target="_blank">Use the <abbr title="Environmental Protection Agency">EPA</abbr> Green Infrastructure Wizard</a>
62
+ </section>
63
+
64
+ <section>
65
+ <h3>Materials</h3>
66
+ <a href="https://www.epa.gov/sustainability/mwiz" target="_blank">Use the <abbr title="Environmental Protection Agency">EPA</abbr> Materials Management Wizard</a>
67
+ </section>
68
+ <div class="sidebar-filler" aria-hidden="true"></div>
69
+ </aside>
70
+ </div><!-- end content-wrapper -->
71
+ </body>
72
  </html>
prompts.txt ADDED
File without changes