Skip to content

Instantly share code, notes, and snippets.

View CarBen's full-sized avatar

Carol Benovic CarBen

  • New York
View GitHub Profile
@CarBen
CarBen / Readings for Mentees & Mentors
Created February 10, 2015 04:04
A list of readings to share with mentors & mentees
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/
<!DOCTYPE html>
<html>
<head>
<title>TIC TAC TOE</title>
<style>
td {
height: 100px;
width: 100px;
border-color: black;
border-width: 1px;