Created
February 26, 2018 22:11
-
-
Save enricopolanski/d7063e40bf8664bfb1da08a3acc5643d 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="studiesBoxInner"> | |
<div class="checkBoxContainer"> | |
<input type="checkbox" id="coding" name="interest" value="coding"> | |
<label for="coding">Learn the C Programming Language till pointers</label> | |
</div> | |
</div> | |
<div class="studiesBoxInner"> | |
<div class="checkBoxContainer"> | |
<input type="checkbox" id="algos" name="interest" value="coding"> | |
<label for="algos">Study Algos and Data Structures</label> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment