forked from tommorris/thankyoumolly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (119 loc) · 5.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Thank you, Molly</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div id="container">
<section class="lede">
<h1>Thank you, Molly</h1>
<p>
<a href="http://molly.com">Molly</a>,
</p>
<p>
Hope you are feeling better.
</p>
<p>
You've taught us important things about the Web: about HTML, CSS,
accessibility, browsers. It's hard to overestimate the number of us
whose lives you have affected with your writing, your advocacy, your
enthusiasm and your kindness.
</p>
<p>
Anyone who has met you can't help but like you. This is just to say,
we're thinking about you.
</p>
</section>
<section class="signatory" id="tommorris">
<p>
You are one of the few people who treats everyone you meet, no matter
how much of a noob they are when you first meet them, with love and
kindness.
</p>
<p>
You make the Web better by being here.
</p>
<p class="sign">— <a href="http://tommorris.org/">Tom Morris</a></p>
</section>
<section class="signatory" id="mfujica">
<p>
I don't know you, but one of the first book I saw on CSS was "The ZEN of CSS" and I have to say it just made it look "possible" for me to learn it. Well, it was possible, I now have learnt it. Don't give up because everything is possible.
</p>
<p>
Thank you,
</p>
<p class="sign">— <a href="http://www.morenafiore.com/">Morena Fiore</a></p>
</section>
<section class="signatory" id="myfreeweb">
<h1>Molly, thank you.</h1>
<p>
You make the Web kinder. You made me think about all the things. Like accessibility.
I mean, accessibility is the most compassionate thing we can do as web developers. I don't know when a blind person will visit my website, but I imagine how happy they'll be.
</p>
<p class="sign"><span>— <a href="http://floatboth.com">greg</a></span></p>
</section>
<section class="signatory" id="hadleybeeman">
<p>
Dear Molly
</p>
<p>
Thank you, for everything. As a woman in the open web community, you
are someone I look up to – because you have been so amazing, just doing
your thing. Being who you are. Your passion for the things you care
about, the unselfconscious way you present yourself, the community
you've helped nurture and create simply by being one of the kindest and
friendliest people in it... You've made a big difference. Both to the
Web and to me as a person.
</p>
<p>
I know you've been having a rough time, and I'm sending love and
thoughts of peace. I wish I could do more. But even outside of that,
it's nice to have the opportunity to say: thank you for being
wonderful.
</p>
<p>
<a href="http://twitter.com/hadleybeeman">Hadley</a>
</p>
</section>
<section class="signatory" id="Ian Forrester">
<p>
Thank you Molly for everything you've done and will ever do.
You are a true inspiration to all the web and I am humbled to not only share time with you during 3 London geekdinners.
But to also interview you and share your birthday one night in London's Brick Lane.
</p>
<p>
There is no one I know who is as outspoken and real about the web than yourself.
Your enthasism was/is/always will be infectious and I look forward to seeing you again soon.
</p>
<p>
In a world which is unfair and good things don't get the attention they deserve,
you always stood out for having such a massive heart and your take me as I am lifestyle.
Something I also adopted after meeting you.
And I feel like owe you greatly for not only that but bringing people together!
</p>
<p><a href="http://www.flickr.com/photos/cubicgarden/375730040/" title="Molly drops in for lunch at Backstage by cubicgarden, on Flickr"><img src="http://farm1.staticflickr.com/129/375730040_dce80ecb24_m.jpg" width="240" height="180" alt="Molly drops in for lunch at Backstage"></a></p>
<p>
Your friend forever, <a href="http://www.twitter.com/cubicgarden/">cubicgarden</a> - <a href="http://www.cubicgarden.com">Ian Forrester</a>
</p>
</section>
<section class="signatory" id="arfon">
<p>Molly, quite simply - I can't imagine the web without you.</p>
<p>Your friend, <a href="http://www.twitter.com/arfon">Arfon</a></p>
<section>
<section class="signatory" id="pekingspring">
<p>Hi Molly, ditto what Arfon said :)</p>
<p>Your enthusiasm for the web has been an inspiration and I felt quite honoured to finally meet you at Standards.Next. I hope everything is getting better.</p>
<p><a href="http://www.flickr.com/photos/bruce-lawson/3674973218/" title="Jim and Molly by brucelawson, on Flickr"><img src="http://farm3.staticflickr.com/2495/3674973218_9997ffd5ae_m.jpg" width="240" height="180" alt="Molly & Jim"></a></p>
<p>Thank you<br><a href="http://www.twitter.com/pekingspring">Jim</a></p>
<section>
<footer>
To contribute, send a pull request on <a
href="https://github.com/tommorris/thankyoumolly">Github</a>.
<br />
Or <a href="mailto:[email protected]?subject=thankyoumolly.com">send an email</a>.
</footer>
</div>
</body>
</html>