This file contains 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
<ul class="collapsible"> | |
<li class="active"> | |
<div class="collapsible-header"> | |
<i class="mdi-av-web"></i> | |
Designer | |
</div> | |
<div class="collapsible-body"> | |
<p>Lorem ipsum dolor sit amet.</p> |
This file contains 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
<div class="card blue-grey darken-1"> | |
<div class="card-content white-text"> | |
<img src="http://url/to/profile-image.png" width="64" height="64"> | |
<!-- put one paragraph here --> | |
</div> | |
<div class="card-action"> | |
<a href="http://www.linkedin.com/in/frodobaggins">Linked In</a> | |
<a href="http://www.facebook.com/frodobaggins">Facebook</a> | |
</div> | |
</div> |
This file contains 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> | |
<head> | |
<title>Materialize CSS Framework Demo</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"/> | |
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/> | |
<link type="text/css" rel="stylesheet" href="css/style.css"> | |
</head> |
This file contains 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
<img src="https://s-media-cache-ak0.pinimg.com/236x/16/f9/43/16f94360575dcbc239904df6fb442480.jpg"> | |
<br> | |
<img src="http://piq.codeus.net/static/media/userpics/piq_125406_400x400.png"> | |
<br> | |
<img src="http://shala.addr.com/bella/pixel_beads/15x15_cool_smiley.gif"> |
This file contains 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
# TODO: | |
# * Add authentication schemes | |
# * Venue registration | |
## http://docs.aws.amazon.com/cognito/devguide/identity/developer-authenticated-identities/ | |
# * WePay workflow | |
swagger: '2.0' | |
info: | |
version: 1.0.0 | |
title: All ATX |
This file contains 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
# TODO: | |
# * Add authentication schemes | |
# * Venue registration | |
## http://docs.aws.amazon.com/cognito/devguide/identity/developer-authenticated-identities/ | |
# * WePay workflow | |
swagger: '2.0' | |
info: | |
version: 1.0.0 | |
title: All ATX |
This file contains 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
# TODO: | |
# * Add authentication schemes | |
# * Venue registration | |
## http://docs.aws.amazon.com/cognito/devguide/identity/developer-authenticated-identities/ | |
# * WePay workflow | |
swagger: '2.0' | |
info: | |
version: 1.0.0 | |
title: All ATX |
This file contains 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
# TODO: | |
# * Add authentication schemes | |
# * Venue registration | |
## http://docs.aws.amazon.com/cognito/devguide/identity/developer-authenticated-identities/ | |
# * WePay workflow | |
swagger: '2.0' | |
info: | |
version: 1.0.0 | |
title: All ATX |
This file contains 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> | |
<p> | |
<button onclick="hello('facebook').login()">Log in</button> | |
<div id="status"></div> | |
</p> | |
<p> | |
<button onclick="createObject()">Create Object</button> | |
</p> | |
<script src="bower_components/hello/dist/hello.all.js"></script> |
This file contains 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> | |
<head> | |
<style> | |
body { | |
padding: 20px; | |
} | |
output { | |
font-family: monospace; | |
white-space: pre; | |
} |