Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore index.html and fixing bugs on happy trees picture #39

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 78 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,84 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./client/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>project!</title>
<meta charset="utf-8" />
<title>All About Trees</title>

<link href="./styles/index.css" rel="stylesheet" />
<meta name="description" content="a short introduction to trees" />
<meta name="author" content="Team HYF" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<link rel="stylesheet" href="./styles/something.css" />
</head>
<body></body>
<body>
<header class="centered-items">
<img
class="bouncy-img"
src="./public/happy-tree.jpg"
alt="a smiling tree"
/>
<h1>All About Trees</h1>
<img
class="bouncy-img"
src="./public/happy-tree.jpg"
alt="a smiling tree"
/>
</header>
<nav class="bottom-divider">
<div class="spaced-items">
<a href="#summary-info">intro</a>
<a href="#main-info">content</a>
<a href="#extra-info">extras</a>
</div>
</nav>
<section id="summary-info">
<p class="fascinating-words">
How do Trees Work? Well, this has been a tough question to answer.
<br />
My colleagues and I sat down last week and we spent at least 45 minutes
thinking about it. Still we have nothing smart to say.
</p>
</section>
<aside id="extra-info" class="aside-info">
<p class="aside-text">
To learn <s>everything</s> a lot more about trees,
<a href="https://en.wikipedia.org/wiki/Tree" target="_blank"
>visit this link</a
>
</p>
</aside>
<article id="main-info">
<p>
Since we didn't know what to say, we figured it was best to quote the
experts. Here you can find 3 links that taught us everything we know
about trees:
</p>
<ul class="interesting-things">
<li>
<a
href="https://i.pinimg.com/originals/f9/4a/d6/f94ad6c7c8b05d97c284f82edbb3fcd0.jpg"
target="_blank"
>a very interesting diagram</a
>
</li>
<li>
<a
href="https://treescharlotte.org/wp-content/uploads/2013/11/How-A-Tree-Works.pdf"
target="_blank"
>a very interesting article</a
>
</li>
<li>
<a href="https://www.youtube.com/watch?v=BickMFHAZR0" target="_blank"
>a very interesting video</a
>
</li>
</ul>
</article>

<footer class="top-divider spaced-items">
<a href="">twitter</a> <a href="">github</a> <a href="">linkedin</a>
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions styles/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import url("./something.css");
84 changes: 0 additions & 84 deletions styles/index.html

This file was deleted.