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
Books: | |
Not for Bread Alone, Konosuke Matsushita, http://www.amazon.com/Not-Bread-Alone-Konosuke-Matsushita/dp/0425141330 | |
The Daodejing of Laozi, http://amzn.to/1vBd2XW | |
Founders at Work, Jessica Livingston, http://amzn.to/1vBd4z2 | |
Crativity, Inc, Ed Catmull, http://amzn.to/1vBdd5x | |
Articles: | |
How To Be a Great Mentor (and a great Mentee): http://thenextweb.com/entrepreneur/2012/01/25/how-to-be-a-great-mentor-and-a-mentee/ |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>TIC TAC TOE</title> | |
<style> | |
td { | |
height: 100px; | |
width: 100px; | |
border-color: black; | |
border-width: 1px; |