commit 57ad57a0e36ea4de826491ab5f78a1344e7df715 Author: Don Goodman-Wilson Date: Mon Jun 19 11:02:31 2017 +0200 Initial commit diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..784099e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 DevRelSalon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..192835e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# website +The public website for DevRel Salon diff --git a/index.html b/index.html new file mode 100644 index 0000000..559a250 --- /dev/null +++ b/index.html @@ -0,0 +1,103 @@ + + + + + + + + + + + + The Paris DevRel Salon + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+

❧ A Call to Action ❧

+

You practice developer relations or developer marketing. Perhaps you've been doing it for a while, and want to share stories. Perhaps you are new and aren't yet sure what it is you do. Either way, you have a story to share, and an urge to hear the stories of others. Same here; I’ve got a lot of questions, and a lot of stories.

+ +

Let’s you and me and the others do something together.

+ +

But not a meetup.

+ +
+

’Cause what the world needs now
is another tech meetup
like I need a hole in my head

+
+ +

So let’s not. Let’s do something else instead. This is Paris—let’s do something more egalitarian, something…I don't know, Parisian.

+ +

Like a salon. The salons of 17th and 18th century Paris were the most important forum for intellectual discourse of the era, and were the primary conduit for the Renaissance from Italy to the rest of Western Europe. This sounds fun.

+ +

What would a modern-day salon look like? More like an unconference. No fixed schedule, no lineup of speakers with prepared talks. Instead, we’ll come with topics that have been on our minds of late, and find people who want to discuss them.

+ +

There might be a topic of the month. There will be places to sit in quiet conversation with your peers, and meet new people. There will absolutely be a chance for you to be heard, and for you to learn from others, regardless of your ability or desires to get up in front of a room and speak.

+ +

What do you think? Will you come join us?

+ +
+ +
+ + + + + + + + diff --git a/navbar-fixed-top.css b/navbar-fixed-top.css new file mode 100644 index 0000000..bea733d --- /dev/null +++ b/navbar-fixed-top.css @@ -0,0 +1,25 @@ +body { + min-height: 1000px; + padding-top: 120px; + font-family: 'Crimson Text', serif; +} + +h1, h2, h3, h4, .navbar { + font-family: 'Libre Baskerville', serif; +} + +.navbar { + padding-top: 50px; +} + +.jumbotron > h1 { + font-size: 40px; + text-align: center; +} + +.icon-flipped { + transform: scaleX(-1); + -moz-transform: scaleX(-1); + -webkit-transform: scaleX(-1); + -ms-transform: scaleX(-1); +} \ No newline at end of file