diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bf062f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DSStore +dev +public diff --git a/404.md b/404.md deleted file mode 100644 index 1b68836..0000000 --- a/404.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: default ---- - -# 404 - -Page not found :( - -The requested page could not be found. diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 3fb217d..0000000 --- a/Gemfile +++ /dev/null @@ -1,27 +0,0 @@ -source "https://rubygems.org" - -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! -gem "jekyll", "~> 3.6.3" - -# This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.0" - -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. -# gem "github-pages", group: :jekyll_plugins - -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" -end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] - diff --git a/_config.yml b/_config.yml deleted file mode 100644 index f5673ac..0000000 --- a/_config.yml +++ /dev/null @@ -1,45 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. - -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. -title: The DevRel Salon -email: howdy@devrel.salon -description: >- # this means to ignore newlines until "baseurl:" - 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. -baseurl: "/" # the subpath of your site, e.g. /blog -url: "https://www.devrel.salon" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: DevRelSalon -github_username: DevRelSalon - -# Build settings -markdown: kramdown -theme: minima -plugins: - - jekyll-feed - -# Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. -# exclude: -# - Gemfile -# - Gemfile.lock -# - node_modules -# - vendor/bundle/ -# - vendor/cache/ -# - vendor/gems/ -# - vendor/ruby/ diff --git a/_data/latest.yml b/_data/latest.yml deleted file mode 100644 index 8777e3e..0000000 --- a/_data/latest.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "DevRel Salon № 14" -when: "Tuesday, 28 May 2019" -where: "Patrick's (Le Ballon Vert), 33 rue de Montreuil, 75011 Paris" -location: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2625.4023526059245!2d2.3842484163009017!3d48.850537509212685!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e6720b80fe224b%3A0x70962b4d3e82aaac!2sPatrick's+Green+Balloon!5e0!3m2!1sen!2sfr!4v1558437561165!5m2!1sen!2sfr" -content: "

The May 2019 Paris edition will be in our \"informal\" format. No slides, no microphones–just us, some drinks, and some fun discussion.

Our location: Patrick's (Le Ballon Vert), located in the 11th near Place de la Nation.

If you're planning to come, please RSVP so we can get a big enough table. 🙂" diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 98bc236..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index a1fed34..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - {{ site.title }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index bd9b3b0..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,13 +0,0 @@ -{% include header.html %} - -
-
-
{{ page.title }}
-
- {{ content }} -
-
-
- - -{% include footer.html %} \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 87782cf..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,22 +0,0 @@ -{% include header.html %} - -
-
- -
{{ site.data.latest["title"] }}
-
-

When: {{ site.data.latest["when"] }}

-

Where: {{ site.data.latest["where"] }}

- - {{ site.data.latest["content"] }} -
-
- - -
-{{ content }} -
-
- - -{% include footer.html %} \ No newline at end of file diff --git a/_layouts/meeting.html b/_layouts/meeting.html deleted file mode 100644 index 07650ba..0000000 --- a/_layouts/meeting.html +++ /dev/null @@ -1,14 +0,0 @@ -{% include header.html %} - -
-
-
{{ page.title }}
-
- {{ content }} -
-
- -
- - -{% include footer.html %} diff --git a/_posts/2017-07-04-Event № 1.md b/_posts/2017-07-04-Event № 1.md deleted file mode 100644 index 69f3395..0000000 --- a/_posts/2017-07-04-Event № 1.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -layout: meeting -title: Event № 1 -categories: meetings ---- - -Our premier event was everything we'd hoped it would be: Thirteen people of various backgrounds came together at the Delaville Café in Paris's 10th for an evening of discussing developer relations and marketing. - -The two topics of the evening: - -* Effective marketing of developer tools, and the best channels to use. - -* Methods for collecting survey data from developers - - -## Marketing developer tools, and the channels to use - -* **Identify the customer pain.** The best marketing efforts know where the customer's pain is, and effectively demonstrates that this pain can be solved. - -* **Find potential customers suffering from this pain**, and have a conversation with them. - -* **Emphasize that this tool represents the _right way_ to get things done.** Developers take pride in crafstmanship, and like the feeling of knowing they are doing things the right way. - -* **Open Source makes a great gateway**, whether its related to your product (like PM2 to Keymetrics) or not (like web application boilerplate). Great OSS is a way to demonstrate to developers that you can provide real value. - -* **Influencer marketing** is another avenue to pursue: Find individuals who understand the value of the tool, and who are willing to share their usage of the tool. Make the people you reach out to feel special and cool. - -* **Offer something new to learn.** Developers are more likely to examine your content if you are genuinely helping them to expand their skillsets and expertise. - -* **Obviously branded content is bad.** This is the converse of the last point. If your primary goal in content marketing is to sell, you will fail. Developers require real value to build goodwill with them. Selling and branding destroy goodwill. - -* **Facebook Groups** are a surprisingly good channel for finding developer communities to have a conversation with. Also, you don't have to have a developed network to take advantage of Facebook, unlike Twitter. - -* **Always be demoing.** This is a great way to get feedback, and to identify potential influencers. - -* **Connect your customers to each other.** Pair up experienced customers with new or potential customers, so the one can help the other. This increases the feeling of empowerment, and makes the newer customer feel welcomed into a community. - -* **Integrate community support/forums directly into the tool.** Let customers find each other. This provides a sense of community, and social proof that the tool is valuable. - -## Collecting survey data from developers - -* **Wrap it in code.** Create a short-lifespan repo somehow linked to the survey/whatever and present it as a coding challenge. - -* **Standard incentives.** Developers are not immune to dinner-for-two or Amazon-gift-card offers. - -* **Face-to-face.** MeetUps and IRL social gatherings encourage a higher level of engagement; in that context, asking someone for 5 minutes of their time ain't no thang (but asking a stranger for 5 minutes is an awful lot). - -* **Don't underestimate FB groups.** Facebook is not usually regarded as a "den of dev" but everyone is on it, so it logically follows that developers are there too. They're a bit trickier to find is all. There are large FB groups devoted to DevOps, Python, and so on. Respect group rules, but beyond that, it's a great way to plead to a whole bunch of developers. - -* **Public Slack.** Another place we often forget where developers hang out is the ever-growing number of public Slack channels. There is no definitive global directory of these, but [Slacklist (a curated list)](http://www.slacklist.info/) is a pretty good place to start. - -* **Hacker News.** We all know: Quora, Slashdot, StackOverflow etc. but we tend to forget -Y-Combinator's very old-school soapbox/bulletin board known as [Hacker News](https://news.ycombinator.com/). The signal/noise ratio is not always great, but a shout-out that catches someone's interest can spread quickly into other channels. - -* **Remember phone calls?** Human psychology 101: chatting on the phone for 5 minutes is nothing. Filling in a form on a computer for 5 minutes is eternity. If your survey is long-ish, try outbound calling (many inexpensive services available) and have the outbound caller fill in the form on the interviewee's behalf. Just switching the user experience to conversation will make it a whole new thing. - -* **Give them their motivation.** Like movie stars, developers benefit from being reminded why they should do this or that. Putting the effort in context, reminding them of the value of responding, is helpful. - diff --git a/_posts/2017-08-17-Event № 2.md b/_posts/2017-08-17-Event № 2.md deleted file mode 100644 index bdb092d..0000000 --- a/_posts/2017-08-17-Event № 2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: meeting -title: Event № 2 -categories: meetings ---- - -Our sophomore event was everything we'd expected it to be, given that it was held in August, in Paris. Unfortunately, only two folks showed up on the banks of the Seine, and one wasn't a local, but both had a great time swapping stories and enjoying the view of the river. \ No newline at end of file diff --git a/_posts/2017-09-21-Event № 3.md b/_posts/2017-09-21-Event № 3.md deleted file mode 100644 index 01356c4..0000000 --- a/_posts/2017-09-21-Event № 3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: meeting -title: Event № 3 -categories: meetings ---- - -For the final summer evening in Paris, four devrellers gathered once more on the banks of the Seine for our third event. The small size, and the fair weather meant that conversation was far less structured, but talk centered around [Briq](https://www.givebriq.com), and how to convince developers to invest in a new platform. \ No newline at end of file diff --git a/_posts/2017-10-26-Event № 4.md b/_posts/2017-10-26-Event № 4.md deleted file mode 100644 index cfd64ce..0000000 --- a/_posts/2017-10-26-Event № 4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: meeting -title: Event № 4 -categories: meetings ---- - -For the final 2017 event in Paris, several folks from Sqreen and Algolia gathered in the warmness of Delaville cafe for conversation, and eventually dinner. Once again, the small size meant that conversation was fairly unstructured, so there are no notes on this meeting. \ No newline at end of file diff --git a/_posts/2018-01-24-Event № 5.md b/_posts/2018-01-24-Event № 5.md deleted file mode 100644 index d64f225..0000000 --- a/_posts/2018-01-24-Event № 5.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: meeting -title: Event № 5 -categories: meetings ---- - -Selfie of nine attendees of the DevRel Salon taken on 24 January 2018 - -By far the largest salon so far, over a dozen folks came together at the Delaville Cafe in Paris to talk DevRel strategy. The meeting notes are still being compiled, please excuse the delay. \ No newline at end of file diff --git a/_posts/2018-02-22-Event № 6.md b/_posts/2018-02-22-Event № 6.md deleted file mode 100644 index 6293b84..0000000 --- a/_posts/2018-02-22-Event № 6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: meeting -title: Event № 6 -categories: meetings ---- - -For Salon № 6, we headed to Amsterdam to enjoy great conversation and great beer at De Zotte. Although this month's group was small, we hope it will grow as we begin to host events in Amsterdam more regularly! \ No newline at end of file diff --git a/_posts/2018-04-08-Event № 7.md b/_posts/2018-04-08-Event № 7.md deleted file mode 100644 index 9a10034..0000000 --- a/_posts/2018-04-08-Event № 7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: meeting -title: Event № 7 -categories: meetings ---- - -For Salon № 7, we met at Le Bloc, in Paris, over drinks and snacks. And, best of all, we now have a core committee that isn't just [Don](http://twitter.com/DEGoodmanWilson)! Please welcome and [Valériane Venance](https://www.linkedin.com/in/valeriane-venance-03a4b7139/) & [Josh Dzielak](https://twitter.com/dzello) to the team! \ No newline at end of file diff --git a/_posts/2018-12-03-Event № 9.md b/_posts/2018-12-03-Event № 9.md deleted file mode 100644 index acbebd5..0000000 --- a/_posts/2018-12-03-Event № 9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: meeting -title: Event № 9 -categories: meetings ---- - -After a lull, we have emerged invigorated and empowered heading into 2019 - and a big part of that new vision was our final event of 2018! For Salon № 9, we met at [Datadog (Paris)](https://www.datadoghq.com), and while surrounded by old friends and new faces, we discussed a tough but important topic: Ethics in Developer Relations. Following that round-table, the Paris DevRel Salon braintrust (now including [Dan "phrawzty" Maher](https://twitter.com/phrawzty)) agreed on a new format and rhythm for our 2019 meetups. All in all an important step forward for our burgeoning local community. diff --git a/_posts/2019-02-12-Event № 11.md b/_posts/2019-02-12-Event № 11.md deleted file mode 100644 index 72075da..0000000 --- a/_posts/2019-02-12-Event № 11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: meeting -title: Event № 11 -categories: meetings ---- - -First off, thanks to everybody who came out: this was our best-attended meet-up of 2019 yet! Held at the [SFEIR](https://www.sfeir.com/) offices, just outside of Paris in Neuilly-sur-Seine, we had a great presentation by [J-F Garreau](https://twitter.com/jefbinomed) on the talk selection process for [DevFest Nantes](https://devfest.gdgnantes.com/). This was followed by a great discussion group around how to select events to sponsor (from the sponsor's perspective). diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/build_for_dev.sh b/build_for_dev.sh new file mode 100755 index 0000000..75f9741 --- /dev/null +++ b/build_for_dev.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +rm -rf dev/* +hugo -w -d dev --config config.toml,development.toml + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..c759487 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseURL = 'https://devrel.salon/' +languageCode = 'en-us' +title = 'The DevRel Salon' diff --git a/content/jobs/axiom-2.md b/content/jobs/axiom-2.md new file mode 100644 index 0000000..cac7ad3 --- /dev/null +++ b/content/jobs/axiom-2.md @@ -0,0 +1,13 @@ +--- +company: Axiom +companylink: https://www.axiom.co/ +jobtitle: Developer Relations Engineer +joblink: https://www.axiom.co/careers/5976907002 +contact: Neil Patel +contactlink: mailto:neil@axiom.co +salaryrange: market +location: remote +travel: unknown +PublishDate: 2022-06-13 +ExpiryDate: 2022-07-13 +--- \ No newline at end of file diff --git a/content/jobs/axiom.md b/content/jobs/axiom.md new file mode 100644 index 0000000..e331b71 --- /dev/null +++ b/content/jobs/axiom.md @@ -0,0 +1,13 @@ +--- +company: Axiom +companylink: https://www.axiom.co/ +jobtitle: Community Manager +joblink: https://www.axiom.co/careers/5976769002 +contact: Neil Patel +contactlink: mailto:neil@axiom.co +salaryrange: market +location: remote +travel: unknown +PublishDate: 2022-06-13 +ExpiryDate: 2022-07-13 +--- \ No newline at end of file diff --git a/content/jobs/cerbos.md b/content/jobs/cerbos.md new file mode 100644 index 0000000..c451ae8 --- /dev/null +++ b/content/jobs/cerbos.md @@ -0,0 +1,13 @@ +--- +company: Cerbos +companylink: https://cerbos.dev/ +jobtitle: Developer Relations Manager +joblink: https://dynamitejobs.com/company/Cerbos/remote-job/developer-relations-manager +contact: Emre Baran +contactlink: mailto:emre@cerbos.dev +salaryrange: 40k USD -150k USD +location: remote +travel: as much as needed +PublishDate: 2022-06-13 +ExpiryDate: 2022-07-13 +--- \ No newline at end of file diff --git a/content/jobs/encore.dev.md b/content/jobs/encore.dev.md new file mode 100644 index 0000000..6178d1b --- /dev/null +++ b/content/jobs/encore.dev.md @@ -0,0 +1,13 @@ +--- +company: encore.dev +companylink: https://encore.dev/ +jobtitle: Developer Relations Lead +joblink: https://jobs.encore.dev/jobs/1265422-developer-relations-lead +contact: Marcus Johlberg +contactlink: mailto:marcus@encore.dev +salaryrange: market +location: fully remote +travel: unknown +PublishDate: 2022-06-13 +ExpiryDate: 2022-07-13 +--- \ No newline at end of file diff --git a/content/jobs/zenml.md b/content/jobs/zenml.md new file mode 100644 index 0000000..d61dd15 --- /dev/null +++ b/content/jobs/zenml.md @@ -0,0 +1,13 @@ +--- +company: ZenML +companylink: https://www.zenml.io/home +jobtitle: Developer Relations +joblink: https://zenml.notion.site/ZenML-Open-Positions-dfdb796b738a4e52b202db6e799a665c?p=56e9050193364d4c88f2c86b2609edf2 +contact: Adam Probst +contactlink: mailto:careers@zenml.io +salaryrange: 80k USD - 110k USD +location: remote-friendly +travel: unknown +PublishDate: 2022-06-13 +ExpiryDate: 2022-07-13 +--- \ No newline at end of file diff --git a/css/site.css b/css/site.css deleted file mode 100644 index 70cb8e1..0000000 --- a/css/site.css +++ /dev/null @@ -1,54 +0,0 @@ -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: 0px; -} - -.jumbotron > h1 { - font-size: 40px; - text-align: center; -} - -.event-listing { - font-size: 20px; - text-align: left; -} - -.event-listing > .panel-heading { - font-family: 'Libre Baskerville', serif; - margin-top: 30px; - font-size: 30px; - text-align: center; -} - -.event { - margin-top: 30px; - font-size: 20px; - text-align: center; -} - -.event > .panel-heading { - font-family: 'Libre Baskerville', serif; - font-size: 30px; - text-align: center; -} - -.navbar-header { - float: right; -} - -#logo { - text-align: center; -} - -#logo img { - width: 40%; -} \ No newline at end of file diff --git a/index.md b/index.md deleted file mode 100644 index 9921144..0000000 --- a/index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -# You don't need to edit this file, it's empty on purpose. -# Edit theme's home layout instead if you wanna make some changes -# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults -layout: home ---- - -# ❧ 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 started in 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? \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..103253a --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + {{ .Site.Title }} + + + + + + + + + + + + + + + + + + + + + + + + + +
+{{ block "main" . }} + +{{ end }} +
+ +
+
+ + + + + diff --git a/layouts/_default/home.html b/layouts/_default/home.html new file mode 100644 index 0000000..c078393 --- /dev/null +++ b/layouts/_default/home.html @@ -0,0 +1,52 @@ +{{ define "main" }} + +

A mostly regular meetup for developer relations professionals (and aspiring professionals) to meet, learn, and grow together.

+ +

Come hang out with us!

+ +

We currently meet in three cities across Europe. Each location has its own Meetup page where you can connect and RSVP:

+ + + +

Contact us

+ + + +

DevRel Jobs

+ +

Have a job you'd like to see listed here? Drop us a line and let us know.

+ +
+{{ range (where .Site.Pages "Section" "jobs") }} +{{ range .Pages }} +
+
+ +

{{ .Params.jobtitle }} — {{ .Params.company }}

+ +

More information

+
+{{ end }} +{{ end }} +
+
+ + + + +{{ end }} \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..f752ee3 --- /dev/null +++ b/layouts/_default/list.html @@ -0,0 +1,3 @@ +{{ define "main" }} +{{ .Content }} +{{ end }} \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..f752ee3 --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,3 @@ +{{ define "main" }} +{{ .Content }} +{{ end }} \ No newline at end of file diff --git a/static/css/site.css b/static/css/site.css new file mode 100644 index 0000000..b341856 --- /dev/null +++ b/static/css/site.css @@ -0,0 +1,32 @@ +body { + font-family: 'Crimson Text', serif; + font-size: 2em; +} + +h1, h2, h3, h4 { + font-family: 'Libre Baskerville', serif; + text-align: center; +} + +#content { + width: 66vw; + margin: 0 auto; +} + +#logo { + + /*text-align: center;*/ +} + +#logo img { + width: max(66vw, 500px); + display: block; + margin: 0 auto; +} + +#listings { + font-size: 1em; + width: 60vw; + margin: 0 auto; + +} \ No newline at end of file diff --git a/static/images/Palais-Royal_on_the_map_of_Turgot_1739_-_Kyoto_U.jpg b/static/images/Palais-Royal_on_the_map_of_Turgot_1739_-_Kyoto_U.jpg new file mode 100644 index 0000000..f74f857 Binary files /dev/null and b/static/images/Palais-Royal_on_the_map_of_Turgot_1739_-_Kyoto_U.jpg differ diff --git a/images/Salon 2018-01-24 at 19.48.00.jpeg b/static/images/Salon 2018-01-24 at 19.48.00.jpeg similarity index 100% rename from images/Salon 2018-01-24 at 19.48.00.jpeg rename to static/images/Salon 2018-01-24 at 19.48.00.jpeg diff --git a/images/SummerOnTheSeineTwitter.png b/static/images/SummerOnTheSeineTwitter.png similarity index 100% rename from images/SummerOnTheSeineTwitter.png rename to static/images/SummerOnTheSeineTwitter.png diff --git a/images/logo.png b/static/images/logo squareish.png similarity index 100% rename from images/logo.png rename to static/images/logo squareish.png diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000..f75226e Binary files /dev/null and b/static/images/logo.png differ diff --git a/images/map.png b/static/images/map.png similarity index 100% rename from images/map.png rename to static/images/map.png diff --git a/images/paris1643.jpg b/static/images/paris1643.jpg similarity index 100% rename from images/paris1643.jpg rename to static/images/paris1643.jpg diff --git a/images/paris1643twitter.jpg b/static/images/paris1643twitter.jpg similarity index 100% rename from images/paris1643twitter.jpg rename to static/images/paris1643twitter.jpg diff --git a/images/paris1739 twitter.jpg b/static/images/paris1739 twitter.jpg similarity index 100% rename from images/paris1739 twitter.jpg rename to static/images/paris1739 twitter.jpg diff --git a/images/paris1739.jpg b/static/images/paris1739.jpg similarity index 100% rename from images/paris1739.jpg rename to static/images/paris1739.jpg