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
<!-- put this at the end of the body element --> | |
<script type="text/javascript"> | |
$(document).ready(function(){ | |
$('.materialboxed').materialbox(); | |
}); | |
$(document).ready(function(){ | |
$('.materialboxed').materialbox(); | |
}); | |
</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
.about hr { | |
width: 40px; | |
margin-bottom: 45px; | |
} | |
.portfolio .col { | |
margin-bottom: 24px; | |
} | |
.portfolio h5 { | |
text-align: center; |
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
<div class="container portfolio"> | |
<h5>portfolio</h5> | |
<h6>MY LATEST PROJECTS</h6> | |
<hr> | |
<div class="row"> | |
<div class="col s12 m12 l12 portfolio-holder"> | |
<img class="materialboxed" | |
src="http://placehold.it/428x285"> | |
<img class="materialboxed" | |
src="http://placehold.it/428x285"> |
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
<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 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
<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 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> | |
<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 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
<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 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
# 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 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
# 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 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
# 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 |