Skip to content

Latest commit

 

History

History
110 lines (61 loc) · 2.11 KB

development-strategy.md

File metadata and controls

110 lines (61 loc) · 2.11 KB

All About Trees

only must have user stories need to be in the development strategy

A simple little website about trees.


Setup

  • Boilerplate HTML file
  • Page title in the HTML file
  • empty CSS file
  • CSS file is linked to HTML

Site Title

"as a user I can read the title of the page"

The site needs a clear title that's easy to read at the top of the page.

  • there is a prominent title at the top of the web page

Site Title: HTML

  • Header with the web site's title

Site Title: CSS

  • styling to center the title

Introduction

"As a user I can read an introduction to this project"

It should be clear what this project is for and what someone can expect from the web page.

  • there is a section directly under the navbar describing the project's goals

Introduction: HTML

  • a section with some general information about the project and helpful links

Introduction: CSS

  • styling to make the text look fancy

Main Info

"As a user I can learn about trees"

There should be enough information that the user can learn the basics about trees.

  • there is a main text in the page with helpful info and links

Main Info: HTML

  • Main text: a section with some general information about the project
  • Extra Info Links: a list of links

Main Info: CSS

  • style the text
  • styling to format the list

Extra Info

"As a user I can learn even more about trees"

Some more links for students who want to go beyond the basics.

  • there is an aside with links for further reading

Extra Info: HTML

  • An aside with links for digging deeper, some helpful text and a reference link

Extra Info: CSS

  • styling to position the aside
  • styling to style the text