diff --git a/card-one/index.html b/card-one/index.html index b05f02a..a9f6d8f 100644 --- a/card-one/index.html +++ b/card-one/index.html @@ -6,23 +6,23 @@ - + - + - + - +
diff --git a/card-three/index.html b/card-three/index.html new file mode 100644 index 0000000..83d639d --- /dev/null +++ b/card-three/index.html @@ -0,0 +1,42 @@ + + + + card three's travels | siblinghood of the traveling greeting card + + + + + + + + + + + + + + + + + + + + + + + +
+ + + blue and gold icon showing a greeting card with wings + blue and gold icon showing a greeting card with wings +
+
+

The Travels of Card Three

+ +

4 people are signed up for card three so far.

+
+ + + + diff --git a/card-two/index.html b/card-two/index.html index 396ceb4..cf71cd9 100644 --- a/card-two/index.html +++ b/card-two/index.html @@ -6,12 +6,12 @@ - + - + @@ -36,6 +36,13 @@

Card two has 16 total recipients.

+
    +
  1. + +

    Oregon, USA

    + an open greeting card, blank except for some small writing that reads 'Hello from Oregon, USA! -freddie (#0) +
  2. +
diff --git a/img/two/00.jpg b/img/two/00.jpg new file mode 100755 index 0000000..984a39e Binary files /dev/null and b/img/two/00.jpg differ diff --git a/scripts/nav.js b/scripts/nav.js index 4f089ed..f474c7f 100644 --- a/scripts/nav.js +++ b/scripts/nav.js @@ -7,7 +7,11 @@ const cards = [ { title: "card two", href: "/card-two/" - } + }, + { + title: "card three", + href: "/card-three/" + } ] const constructMenuLink = function(title, href) { @@ -76,7 +80,7 @@ const firstDropdownItem = dropdownItems[0]; const lastDropdownItem = dropdownItems[dropdownItems.length - 1]; const openDropdown = function() { - dropdownContent.classList.add("show"); + dropdownContent.classList.add("show"); dropdownContent.setAttribute("aria-hidden", "false"); dropdownButton.setAttribute("aria-expanded", "true"); }