This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../bower_components/polymer/polymer.html"> | |
| <link rel="import" href="../bower_components/polymer-ajax/polymer-ajax.html"> | |
| <polymer-element name="imagine-house" noscript> | |
| <template> | |
| <template repeat="{{ image in imagelist }}"> | |
| <span><img class="imagine-house" src="{{image.imageURL}}"></span> | |
| </template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Coding the Humanities</title> | |
| <link rel="stylesheet" href="styles.css"> | |
| <script src="../bower_components/platform/platform.js"></script> | |
| <script src="app.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../bower_components/polymer/polymer.html"> | |
| <polymer-element name="imagine-house" noscript> | |
| <template> | |
| <style> | |
| .flat {margin-top:50px; | |
| margin-left:30px; | |
| } | |
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Coding the Humanities</title> | |
| <link rel="stylesheet" href="styles.css"> | |
| <script src="bower_components/platform/platform.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body> | |
| <header> | |
| <h1> Identity and The Selfie </h1> | |
| </header> | |
| <article class="history"> | |
| <h2> History </h2> | |
| </article> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| body { | |
| background-image:url('http://37.media.tumblr.com/a018fb01ee0e48851ffaa0dabf138854/tumblr_mh9fvzL25I1rc7pm9o1_400.jpg'); | |
| } | |
| .title {font-size: 30; | |
| font-weight: bold; | |
| color: #000000; | |
| text-align: center; | |
| font-family: "georgia"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| body { | |
| background-image:url('http://37.media.tumblr.com/a018fb01ee0e48851ffaa0dabf138854/tumblr_mh9fvzL25I1rc7pm9o1_400.jpg'); | |
| } | |
| .title {font-size: 30; | |
| font-weight: bold; | |
| color: #000000; | |
| text-align: center; | |
| font-family: "georgia"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body style="background-color:#F2F5A9"> | |
| <center><h1><b><span style="color:#01DF01"><FONT FACE="cambria">Charlie Vielvoye</span></font></b></h1> | |
| <h2><i>FcUpdate, voor jouw voetbalpassie!</i></h2> | |
| <ul> | |
| <li>Voetbalnieuws</li> | |
| <li>Feyenoord</li> | |
| <li>Reacties</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body style="background-color:#F2F5A9"> | |
| <center><h1><b><span style="color:#01DF01"><FONT FACE="cambria">Charlie Vielvoye</span></font></b></h1> | |
| <h2><i>FcUpdate, voor jouw voetbalpassie!</i></h2> | |
| <ul> | |
| <li>Voetbalnieuws</li> | |
| <li>Feyenoord</li> | |
| <li>Reacties</li> |