diff --git a/CoInvestorStyle.css b/CoInvestorStyle.css new file mode 100644 index 0000000..86dae8e --- /dev/null +++ b/CoInvestorStyle.css @@ -0,0 +1,33 @@ + +@font-face{ + font-family: 'OpenSans'; + src: url('https://fonts.googleapis.com/css?family=Open+Sans'); +} + +body { + text-align: center; + background-color:#ffffff; + line-height: 1em; + padding-top: 0; + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-size: 14px; + color: #454545; +} + +img { + object-fit: contain; +} + +table, th, td { + margin: 0px auto; + border: 1px solid black; + border-collapse: collapse; + table-layout: auto; + padding: 15px; + +} + +.head{ + font-size: 16px; +} diff --git a/UserStory.txt b/UserStory.txt new file mode 100644 index 0000000..6dd4946 --- /dev/null +++ b/UserStory.txt @@ -0,0 +1,5 @@ +As a user + +I want to be able to see all the relevant info for each company + +So that I can quickly access the needed information without having to search databases diff --git a/index.html b/index.html new file mode 100644 index 0000000..0192794 --- /dev/null +++ b/index.html @@ -0,0 +1,84 @@ + + +
+| Name | +Address | +Website | +Logo | +Sponser Types | +
|---|---|---|---|---|