Skip to content

Commit 98f5062

Browse files
committed
Merge branch 'master' of github.com:scoates/phpcon-web
2 parents 04fca8f + 7782bb5 commit 98f5062

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

resources/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ <h2>Community Sponsors</h2>
100100
array_multisort($cnames, $data['community_sponsors']);
101101
foreach ($data['community_sponsors'] as $person) {
102102
?>
103-
<!--<?php var_dump($person);?> -->
104103
<div class="communitySponsor">
105104
<a href="<?php echo $person['url'];?>">
106105
<img src="<?php echo $person['profile_image_url'];?>">

resources/speakers.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,26 @@ <h3><a name="coates">Sean Coates</a></h3>
5656
<p>Sean Coates has worked on the Web for over a decade. He has managed teams of developers, developed payment code that processed over $1M per day, and currently works on a web startup called <a href="https://gimmebar.com">Gimme Bar</a>.</p>
5757
<p>He is a member of the PHP community, has worked on the PHP manual and maintained PEAR+PECL code, speaks on the topic of PHP, and contributes to open source projects.</p>
5858
<h4>Gimme Bar</h4>
59-
<p>Gimme Bar is a personal utility that allows users to collect interesting things they find on the Web and save them for later.</p>
59+
<p>A little over a year ago, I quit my job with the dream of
60+
building something great. Through a mutual friend, I was
61+
introduced to my Co-Founder, and we hashed out an idea that
62+
could change the Web.</p>
63+
64+
<p>Through a mix old and new technologies, we build prototypes,
65+
hacked together functionality, discovered interactions and made
66+
lots of mistakes.</p>
67+
68+
<p>After a few months, we added others to the team, which
69+
presented its own challenges: primarily that we were spread out
70+
in five different cities and two countries.</p>
71+
72+
<p>Together, we launched Gimme Bar to a small audience that is
73+
growing at an intentionally-limited rate.</p>
74+
75+
<p>This talk will cover why and how we did it, what we did
76+
right, and what we did wrong. We'll get into the details of
77+
which technologies we chose, right or wrong, and what we did to
78+
fix the wrong choices.</p>
6079
</li>
6180

6281
<li>

0 commit comments

Comments
 (0)