Skip to content

Sheardown #4

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
45 changes: 45 additions & 0 deletions Sheardown
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>My first site</title>

</head>
<body>
<h1>Hello World</h1>

<h2>Welcome to my site!</h2>

<!-- image of a duck -->
<img src="duck.jpg" width="200px">

<p>I am currently learning to code with <a href="www.codefirstgirls.org.uk">Code First Girls</a>. Going over everything from how the
internet works, to creating websites and version control with git. A lot to cover in only 8 weeks!
Everyone should learn to code, here are some pretty good reasons why...</p>
<ol>
<li>HTML is cool</li>
<li>CSS is cooler</li>
<li>JS is the best</li>
</ol>


<h2><em>What do you need to create a website?</em></h2>

<p>Not much!</p>
<ul>
<li>A computer (always a good start)</li>
<li>A text editor (I am using atom)</li>
<li>A web browser (I am using chrome)</li>
<li>Some HTML, CSS and JS files</li>
</ul>

<br>

<p>
Follow my progress on <a href="www.github.com">github</a>
</p>
</body>
</html>