Skip to content

Commit

Permalink
Add files and imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Ortiz committed Dec 6, 2015
1 parent 133689b commit 497461c
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* {
margin: 0;
padding: 0;
}

html, body {
min-height: 100%;
}
Binary file added img/bomb-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gold-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/money-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions img/tddshield-shadow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TDD Shield</title>

<link rel="stylesheet" href="css/main.css">

<meta property="og:url" content="http://tddshield.com">
<meta property="og:type" content="website">
<meta property="og:title" content="TDD Shield">
<meta property="og:description" content="Learn about tests differently">
<meta property="og:image" content="http://tddshield.com/img/thumb.png">

<!-- FB -->
<meta property="fb:app_id" content="">

<!-- Twitter -->
<meta property="twitter:url" content="http://tddshield.com">
<meta property="twitter:title" content="TDD Shield">
<meta property="twitter:description" content="Learn about tests differently">
<meta property="twitter:image" content="http://tddshield.com/img/thumb.png">

</head>
<body>


</body>
</html>

0 comments on commit 497461c

Please sign in to comment.