Skip to content

Instantly share code, notes, and snippets.

@mathewsanders
Last active February 20, 2016 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathewsanders/9aceaa59ee54587f9545 to your computer and use it in GitHub Desktop.
Save mathewsanders/9aceaa59ee54587f9545 to your computer and use it in GitHub Desktop.
Design in the browser, activity 3: cafe card component tag
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>☕️ Coffee Finder New York</title>
</head>
<body>
<nav>
<h1>☕️ Coffee Finder <a href="#">New York</a></h1>
<ul id="sort">
<li><a href="#">Nearby</a></li>
<li><a href="#">Name</a></li>
</ul>
</nav>
<main>
<cafe-card></cafe-card>
<cafe-card></cafe-card>
<cafe-card></cafe-card>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment