Skip to content

Instantly share code, notes, and snippets.

@jbenner-radham
Last active December 11, 2017 15:08
Show Gist options
  • Save jbenner-radham/25fff9128ad9f6c90bb5 to your computer and use it in GitHub Desktop.
Save jbenner-radham/25fff9128ad9f6c90bb5 to your computer and use it in GitHub Desktop.
A Microformats representation of the Catherine video game
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<style>
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100,100italic,300italic,400italic,500italic,700italic,900,900italic);
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
line-height: 1.25em;
text-justify: newspaper;
text-rendering: optimizeLegibility;
background-color: #efefef;
}
</style>
</head>
<body>
<article class="h-product">
<h1 class="p-name">Catherine</h1>
<section class="e-description">
Catherine (キャサリン Kyasarin) is a puzzle-platformer adventure video
game developed and published by Atlus for PlayStation 3 and Xbox 360.
It was Atlus' first internally developed game for the seventh-generation
of consoles, and was described as an <q>adult-oriented</q> title by the game's
character designer, Shigenori Soejima. The game was released in Japan on
February 17, 2011, and in North America on July 26, 2011, in Europe on
February 10, 2012, and in Australia on February 23, 2012. Catherine was
later released as a full downloadable game for the PlayStation Store in
February 2012, and was also released on the Games on Demand service for
Xbox 360 in April 2012.
</section>
<a href="http://catherinethegame.com/" class="u-url">Official Website</a>
<a href="http://www.atlus.co.jp/" class="p-brand h-card">Atlus Co., Ltd.</a>
<img src="http://static.giantbomb.com/uploads/scale_super/0/3661/1721949-catherine.jpg" class="u-photo">
<img src="http://static.giantbomb.com/uploads/scale_super/0/3661/1721948-catherine_ps3.jpg" class="u-photo">
</article>
</body>
</html>
doctype html
html(lang='en-us')
head
meta(charset='utf-8')
style stylus:
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100,100italic,300italic,400italic,500italic,700italic,900,900italic)
body
font-family: 'Roboto', sans-serif
font-weight: 300
line-height: 1.25em
text-justify: newspaper
text-rendering: optimizeLegibility
background-color: #efefef
body
article.h-product
h1.p-name Catherine
section.e-description.
Catherine (キャサリン Kyasarin) is a puzzle-platformer adventure video
game developed and published by Atlus for PlayStation 3 and Xbox 360.
It was Atlus' first internally developed game for the seventh-generation
of consoles, and was described as an <q>adult-oriented</q> title by the game's
character designer, Shigenori Soejima. The game was released in Japan on
February 17, 2011, and in North America on July 26, 2011, in Europe on
February 10, 2012, and in Australia on February 23, 2012. Catherine was
later released as a full downloadable game for the PlayStation Store in
February 2012, and was also released on the Games on Demand service for
Xbox 360 in April 2012.
a.u-url(href='http://catherinethegame.com/') Official Website
a.p-brand.h-card(href='http://www.atlus.co.jp/') Atlus Co., Ltd.
img.u-photo(src='http://static.giantbomb.com/uploads/scale_super/0/3661/1721949-catherine.jpg')
img.u-photo(src='http://static.giantbomb.com/uploads/scale_super/0/3661/1721948-catherine_ps3.jpg')

Target Attributes

  • brand (publisher)
  • condition grade
  • developer
  • indentifiers
    • upc
    • mpn
    • pn
    • model
  • ratings agent
    • name
    • rating
    • descriptors
    • notifications
  • platform (console, etc.)
  • publication
    • date
    • price
  • personal status (not started, completed, 100% completed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment