A Pen by Srinivas Iyer on CodePen.
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="PYTHON_MODULE" version="4"> | |
| <component name="NewModuleRootManager"> | |
| <content url="file://$MODULE_DIR$" /> | |
| <orderEntry type="jdk" jdkName="Python 3.6.4 (~/anaconda3/bin/python) (1)" jdkType="Python SDK" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| </component> | |
| </module> |
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> | |
| <body> | |
| <div class="container-fluid"> | |
| <div class = "row"> | |
| <div class="col-md-4 col-sm-4 col-xs-2"></div> | |
| <div class="col-md-4 col-sm-4 col-xs-8"> | |
| <button class="btn btn-primary hidden" id="btnWeather">Get Weather</button> |
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> | |
| <body> | |
| <br> | |
| <div class="container-fluid"> | |
| <div class= "row"> | |
| <div class="col-md-4 col-s-3 col-xs-2"></div> | |
| <div class= "well col-md-4 col-s-6 col-xs-8"> | |
| <h1 class="text-center">Tic Tac Toe</h1> | |
| <div class="initial"> | |
| <h3 class="text-center"> Welcome to Tic Tac Toe </h3> |
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
| <body> | |
| <nav class="navbar navbar-inverse navbar-fixed-top"> | |
| <div class="container-fluid"> | |
| <div class="navbar-header"> | |
| <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#myNavbar"> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| </button> | |
| <a class="navbar-brand" href="#"><span class="glyphicon glyphicon-user" ></span> Srinivas Iyer</a> |
- Javascript fundamentals 7- hours
- Udacity Javascript Basics
- NodeSchool.io - Javascripting