Title
-- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -diff --git a/Wireframe/README.md b/Wireframe/README.md index f7b59df8c..8134a757a 100644 --- a/Wireframe/README.md +++ b/Wireframe/README.md @@ -14,11 +14,11 @@ There are some provided HTML and CSS files you can use to get started. You can u -- [ ] Use semantic HTML tags to structure the webpage -- [ ] Create three articles, each including an image, title, summary, and a link -- [ ] Check a webpage against a wireframe layout -- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse) -- [ ] Use version control by committing often and pushing regularly to GitHub +- [x] Use semantic HTML tags to structure the webpage +- [x] Create three articles, each including an image, title, summary, and a link +- [x] Check a webpage against a wireframe layout +- [x] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse) +- [x] Use version control by committing often and pushing regularly to GitHub ## Acceptance Criteria diff --git a/Wireframe/book.jpg b/Wireframe/book.jpg new file mode 100644 index 000000000..9e314740d Binary files /dev/null and b/Wireframe/book.jpg differ diff --git a/Wireframe/github-cat.png b/Wireframe/github-cat.png new file mode 100644 index 000000000..267a20327 Binary files /dev/null and b/Wireframe/github-cat.png differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..ab77e5b54 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,72 @@
- - -- This is the default, provided code and no changes have been made yet. + This is the header, meant to give an overview of what can be found on the page. It could be a whole lot prettier, + but this page was built on the principle that production beats perfection.
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -
+ Wireframe++ A wireframe is a sketch of the design of a webpage. It is helpful in order to + plan the page lay-out and usability. + + Read more + |
+ |
+ Readme files+
+ This article should be on the left side of the page and discuss the usefulness of a Readme file. |
+
+
+ Github branches++ Github branches are elements of a project on Github. Everyone working on a project should make a new branch + for any small or big change alike. They help keeping track of changes, specifically when working + on a project with several people. + + Read more + |
+