Created
November 28, 2016 20:38
-
-
Save caitfriedlander/7672c9ea911f24db265d502679e606e8 to your computer and use it in GitHub Desktop.
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="col s12 l6 main-card"> | |
<div class="card center-align landingcard"> | |
<div class="card-image"> | |
<img class="landingimage" src="https://media.giphy.com/media/l0HlRnAWXxn0MhKLK/giphy.gif"> | |
</div> | |
<div class="card-content center-align"> | |
<p>Get a rad GIF instantly!</p> | |
<input placeholder="What are you searching for?" id="key_word" type="text" class="validate"> | |
<a href="#modal1" id="instagif" class="waves-effect waves-purple btn-large btn">INSTAGIF</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div id="modal1" class="modal center-align"> | |
<div class="modal-content"> | |
<img id="gifimage" class="modal-image" src="https://media.giphy.com/media/l0HlRnAWXxn0MhKLK/giphy.gif"> | |
</div> | |
<div class="modal-footer"> | |
<a href="#!" class=" modal-action modal-close waves-effect waves-green btn-large btn">Search again!</a> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment