add all photos and stub no-photo
authorErin <erindb@stanford.edu>
Mon, 14 Dec 2015 08:32:42 +0000 (00:32 -0800)
committerErin <erindb@stanford.edu>
Mon, 14 Dec 2015 08:32:42 +0000 (00:32 -0800)
challenge-bot.com/images/danny-orig.png [new file with mode: 0644]
challenge-bot.com/images/danny100.png [new file with mode: 0644]
challenge-bot.com/images/danny200.png [new file with mode: 0644]
challenge-bot.com/images/danny500.png [new file with mode: 0644]
challenge-bot.com/images/erin-orig.png [new file with mode: 0644]
challenge-bot.com/images/erin100.png [new file with mode: 0644]
challenge-bot.com/images/erin200.png [new file with mode: 0644]
challenge-bot.com/images/erin500.png [new file with mode: 0644]
challenge-bot.com/images/no-photo200.png [new file with mode: 0644]
challenge-bot.com/people.html [new file with mode: 0644]

diff --git a/challenge-bot.com/images/danny-orig.png b/challenge-bot.com/images/danny-orig.png
new file mode 100644 (file)
index 0000000..9cebe6c
Binary files /dev/null and b/challenge-bot.com/images/danny-orig.png differ
diff --git a/challenge-bot.com/images/danny100.png b/challenge-bot.com/images/danny100.png
new file mode 100644 (file)
index 0000000..f19d47f
Binary files /dev/null and b/challenge-bot.com/images/danny100.png differ
diff --git a/challenge-bot.com/images/danny200.png b/challenge-bot.com/images/danny200.png
new file mode 100644 (file)
index 0000000..7019478
Binary files /dev/null and b/challenge-bot.com/images/danny200.png differ
diff --git a/challenge-bot.com/images/danny500.png b/challenge-bot.com/images/danny500.png
new file mode 100644 (file)
index 0000000..f4fbb43
Binary files /dev/null and b/challenge-bot.com/images/danny500.png differ
diff --git a/challenge-bot.com/images/erin-orig.png b/challenge-bot.com/images/erin-orig.png
new file mode 100644 (file)
index 0000000..f227741
Binary files /dev/null and b/challenge-bot.com/images/erin-orig.png differ
diff --git a/challenge-bot.com/images/erin100.png b/challenge-bot.com/images/erin100.png
new file mode 100644 (file)
index 0000000..53297f2
Binary files /dev/null and b/challenge-bot.com/images/erin100.png differ
diff --git a/challenge-bot.com/images/erin200.png b/challenge-bot.com/images/erin200.png
new file mode 100644 (file)
index 0000000..b510b4a
Binary files /dev/null and b/challenge-bot.com/images/erin200.png differ
diff --git a/challenge-bot.com/images/erin500.png b/challenge-bot.com/images/erin500.png
new file mode 100644 (file)
index 0000000..906a483
Binary files /dev/null and b/challenge-bot.com/images/erin500.png differ
diff --git a/challenge-bot.com/images/no-photo200.png b/challenge-bot.com/images/no-photo200.png
new file mode 100644 (file)
index 0000000..2234e6f
Binary files /dev/null and b/challenge-bot.com/images/no-photo200.png differ
diff --git a/challenge-bot.com/people.html b/challenge-bot.com/people.html
new file mode 100644 (file)
index 0000000..28210a4
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+
+<style>
+body { font-family: monospace;
+          color: #111111;
+       width: 80%;
+       margin: auto auto;}
+h2 { color: #008000;}
+h3 { color: #009900;}
+a { color: #00CC00;}
+.person { min-height: 200px;
+             max-width: 800px;
+             padding-top: 20px;
+             padding-bottom: 20px; }
+.person .photo { float: left;
+                    padding-right: 30px; }
+.person .text { margin: auto auto; }
+</style>
+
+<body>
+
+<h2>people</h2>
+
+<div class="person">
+       <img class="photo" src="images/danny200.png" alt="danny watson" />
+       <div class="text">
+               <h3 class="name">danny watson</h3>
+               <div class="bio">
+                       <p>Daniel simulated a self driving car in a massive online class a few years ago. Since then he has worked towards making this happen in the real world. Along the way, he has learned a great deal about electronics, and mechanics. He now has a very solid understanding of a very basic robot.</p>
+                       <p>He rock climbs, and makes robots.</p></div></div></div>
+
+<div class="person">
+       <img class="photo" src="images/erin200.png" alt="erin bennett" />
+       <div class="text">
+               <h3 class="name">erin bennett</h3>
+               <div class="bio">
+                       <p>Erin learned to program in a Linguistics class, where she explored text corpora and drew pictures of finite state machines. A few years later while programming a remote-controlled robot, she implemented her first finite state machine. She was so happy, she made up a song about it.</p>
+                       <p>She enjoys spending her time juggling, sleeping, drawing, coding, putting together robots, and making computational models of cognition and language.</p></div></div></div>
+
+<div class="person">
+       <img class="photo" src="images/no-photo200.png" alt="shoshana berleant" />
+       <div class="text">
+               <h3 class="name">shoshana berleant</h3>
+               <div class="bio">
+                       <p>... is a cool person and does challenge-bot stuff</p></div></div></div>
+
+</body>
\ No newline at end of file