card three page
This commit is contained in:
@ -6,23 +6,23 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<link rel="canonical" href="/" />
|
<link rel="canonical" href="/card-one" />
|
||||||
<meta name="description" content="card one's travels | siblinghood of the traveling greeting card" />
|
<meta name="description" content="card one's travels | siblinghood of the traveling greeting card" />
|
||||||
<meta name="robots" content="index,follow" />
|
<meta name="robots" content="index,follow" />
|
||||||
<meta property="og:title" content="card one's travels | siblinghood of the traveling greeting card" />
|
<meta property="og:title" content="card one's travels | siblinghood of the traveling greeting card" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="/" />
|
<meta property="og:url" content="/card-one" />
|
||||||
<meta property="og:description" content="card one's travels | siblinghood of the traveling greeting card" />
|
<meta property="og:description" content="card one's travels | siblinghood of the traveling greeting card" />
|
||||||
<meta property="og:image" content="/img/logo-light.png" />
|
<meta property="og:image" content="/img/logo-light.png" />
|
||||||
<meta property="og:image:alt" content="blue and gold icon showing a greeting card with wings" />
|
<meta property="og:image:alt" content="blue and gold icon showing a greeting card with wings" />
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="/styles/main.css">
|
<link rel="stylesheet" href="/styles/main.css">
|
||||||
<link rel="stylesheet" href="/styles/cards.css">
|
<link rel="stylesheet" href="/styles/cards.css">
|
||||||
<link rel="stylesheet" href="/styles/nav.css">
|
<link rel="stylesheet" href="/styles/nav.css">
|
||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="/scripts/nav.js" defer></script>
|
<script src="/scripts/nav.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
42
card-three/index.html
Normal file
42
card-three/index.html
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>card three's travels | siblinghood of the traveling greeting card</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<!-- Meta -->
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
|
<link rel="canonical" href="/card-three" />
|
||||||
|
<meta name="description" content="card three's travels | siblinghood of the traveling greeting card" />
|
||||||
|
<meta name="robots" content="index,follow" />
|
||||||
|
<meta property="og:title" content="card three's travels | siblinghood of the traveling greeting card" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="/card-three" />
|
||||||
|
<meta property="og:description" content="card three's travels | siblinghood of the traveling greeting card" />
|
||||||
|
<meta property="og:image" content="/img/logo-light.png" />
|
||||||
|
<meta property="og:image:alt" content="blue and gold icon showing a greeting card with wings" />
|
||||||
|
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="/styles/main.css">
|
||||||
|
<link rel="stylesheet" href="/styles/cards.css">
|
||||||
|
<link rel="stylesheet" href="/styles/nav.css">
|
||||||
|
|
||||||
|
<!-- JS -->
|
||||||
|
<script src="/scripts/nav.js" defer></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<nav id="top-nav"><!-- auto populated by nav.js --></nav>
|
||||||
|
|
||||||
|
<img id="logo-light" src="/img/logo-light.png" alt="blue and gold icon showing a greeting card with wings" />
|
||||||
|
<img id="logo-dark" src="/img/logo-dark.png" alt="blue and gold icon showing a greeting card with wings" />
|
||||||
|
</header>
|
||||||
|
<main id="main">
|
||||||
|
<h1>The Travels of <span class="card">Card Three</span></h1>
|
||||||
|
|
||||||
|
<p>4 people are signed up for <span class="card">card three</span> so far.</p>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer id="footer"><!-- auto populated by nav.js --></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -6,12 +6,12 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<link rel="canonical" href="/" />
|
<link rel="canonical" href="/card-two" />
|
||||||
<meta name="description" content="card two's travels | siblinghood of the traveling greeting card" />
|
<meta name="description" content="card two's travels | siblinghood of the traveling greeting card" />
|
||||||
<meta name="robots" content="index,follow" />
|
<meta name="robots" content="index,follow" />
|
||||||
<meta property="og:title" content="card two's travels | siblinghood of the traveling greeting card" />
|
<meta property="og:title" content="card two's travels | siblinghood of the traveling greeting card" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="/" />
|
<meta property="og:url" content="/card-two" />
|
||||||
<meta property="og:description" content="card two's travels | siblinghood of the traveling greeting card" />
|
<meta property="og:description" content="card two's travels | siblinghood of the traveling greeting card" />
|
||||||
<meta property="og:image" content="/img/logo-light.png" />
|
<meta property="og:image" content="/img/logo-light.png" />
|
||||||
<meta property="og:image:alt" content="blue and gold icon showing a greeting card with wings" />
|
<meta property="og:image:alt" content="blue and gold icon showing a greeting card with wings" />
|
||||||
@ -36,6 +36,13 @@
|
|||||||
|
|
||||||
<p><span class="card">Card two</span> has 16 total recipients.</p>
|
<p><span class="card">Card two</span> has 16 total recipients.</p>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li class="stop">
|
||||||
|
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false"><circle stroke="none" cx="16" cy="16" r="10"></circle></svg>
|
||||||
|
<h2>Oregon, USA</h2>
|
||||||
|
<img src="/img/two/00.jpg" alt="an open greeting card, blank except for some small writing that reads 'Hello from Oregon, USA! -freddie (#0)"/>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer id="footer"><!-- auto populated by nav.js --></footer>
|
<footer id="footer"><!-- auto populated by nav.js --></footer>
|
||||||
|
|||||||
BIN
img/two/00.jpg
Executable file
BIN
img/two/00.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
@ -7,7 +7,11 @@ const cards = [
|
|||||||
{
|
{
|
||||||
title: "card two",
|
title: "card two",
|
||||||
href: "/card-two/"
|
href: "/card-two/"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
title: "card three",
|
||||||
|
href: "/card-three/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
const constructMenuLink = function(title, href) {
|
const constructMenuLink = function(title, href) {
|
||||||
@ -76,7 +80,7 @@ const firstDropdownItem = dropdownItems[0];
|
|||||||
const lastDropdownItem = dropdownItems[dropdownItems.length - 1];
|
const lastDropdownItem = dropdownItems[dropdownItems.length - 1];
|
||||||
|
|
||||||
const openDropdown = function() {
|
const openDropdown = function() {
|
||||||
dropdownContent.classList.add("show");
|
dropdownContent.classList.add("show");
|
||||||
dropdownContent.setAttribute("aria-hidden", "false");
|
dropdownContent.setAttribute("aria-hidden", "false");
|
||||||
dropdownButton.setAttribute("aria-expanded", "true");
|
dropdownButton.setAttribute("aria-expanded", "true");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user