Created
June 8, 2013 03:01
-
-
Save ericqweinstein/5733823 to your computer and use it in GitHub Desktop.
HTML for Hacker School logo.
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='logo-container'> | |
<div class='monitor'> | |
<div class='screen'> | |
<div class='dot' id='one'></div> | |
<div class='dot' id='two'></div> | |
<div class='dot' id='three'></div> | |
<div class='dot' id='four'></div> | |
<div class='dot' id='five'></div> | |
<div class='dot' id='six'></div> | |
<div class='dot' id='seven'></div> | |
</div> | |
</div> | |
<div class='machine'></div> | |
<div class='keyboard'> | |
<div class='dot' id='eight'></div> | |
<div class='dot' id='nine'></div> | |
<div class='dot' id='ten'></div> | |
<div class='dot' id='eleven'></div> | |
<div class='dot' id='twelve'></div> | |
<div class='dot' id='thirteen'></div> | |
<div class='dot' id='fourteen'></div> | |
<div class='dot' id='fifteen'></div> | |
<div class='dot' id='sixteen'></div> | |
<div class='dot' id='seventeen'></div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment