Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

A collection of internet companies made with ♥ in Dublin

License

Notifications You must be signed in to change notification settings

madeindublin/madeindublin.github.io

Repository files navigation

image

Everything on madeindublin.org is hosted in Github and you can find the code in this repository. Please see the FAQ for further information on Made in Dublin.

How do I add my company

If you meet criteria, submit this Google form and expect response in about a week.

Alternatively you can submit a pull-request following these steps:

Follow this tutorial, how to fork a repo and create a pull-request and update the _data/entries.yml file with your company's information.

For example:

- name: Company Name
  category: <beta | startup | company>
  url: www.companyname.com
  description: Some nice description about the entry. Preferrably between 125-175 characters. Like a long tweet.

Optionally, you can add:

- ...
  ...
  twitter: companyname
  facebook: companyname

Save your entry at the bottom of the file (use spaces for the indentation).

Note a couple of guidelines (also see the existing entries for a better idea of what to write):

  1. name: Name of the beta, startup or company.

  2. category: Choose between beta, startup or company

  3. url: Don't include https:// or http://. Leave off the trailing / if your website supports it.

  4. description: Ease off the marketing lingo and the investor speak. Use the third-person narrative preferrably (ie. don't say 'Shopify is the best platform for YOU to build an online store').

  5. twitter (optional): leave off the @. Preferrably all lowercase.

  6. facebook (optional): the facebook page username or what goes after facebook.com/. Preferrably all lowercase.

Put the logo in the _img directory, not the img directory.

Commit and push. Then open up a pull-request.

Lastly, link back to madeindublin.org from your company website using a link or adding logo in the footer.

Made in Dublin html code for logo or text


image

<style type="text/css">
    #madeindublin img {
        /* make the logo light gray */
        /*-webkit-filter: invert(1);*/
        width: 46%;
    }
</style>

<div id="madeindublin" >
    <a href="http://madeindublin.org/" target="_blank" >
        <img src="/img/made-in-dublin-castle_with_text-310x122.png" class=" pull-right">
    </a>
</div>

Example: code-castle_with_text.html


image

<style type="text/css">
    #madeindublin .icon {
        float: right;
        text-align: center;
        position: relative;
    }
    #madeindublin .icon img {
        /* 1 will turn the logo white */
        -webkit-filter: invert(0.2);
    }
    #madeindublin .icon p {
        margin-bottom: 0;
        margin-top: -2px;
        line-height: 18px;
        font-size: 12px;
        color: #414042;
    }
</style>

<div id="madeindublin">
    <div class="icon">
        <a href="http://madeindublin.org/" target="_blank">
            <img src="/img/made-in-dublin-castle_plus_html_text-64x64.png">
          </a>
          <a href="http://madeindublin.org/" target="_blank">
            <p><strong>MADE IN DUBLIN</strong></p>
        </a>
    </div>
</div>

Example: code-castle_plus_html_text.html


image

<style type="text/css">
    #madeindublin a {
        /* color: #EBEBEB; /* very light gray - for dark backgrounds */
        color: #414042; /* dark gray - for light backgrounds */
    }
</style>

<div id="madeindublin">
    <a href="http://madeindublin.org/" target="_blank">Made In Dublin</a>
</div>

Example: code-only_text.html

Editing existing company

Same deal as adding a new entry: fork and create a pull-request. Only this time half the work is already done for you. Note that changes can be made by anyone, but preference will be given for employees or volunteers of the company.

Contributing to the site

To setup the environment locally, clone the repo and from the command line:

  1. Install jekyll globally with gem install jekyll.

If you're only editing the _data/entries.yml file, the only command you need is jekyll serve, which will build the static site and serve the file at http://0.0.0.0:3000.

If you want to do more than just edit the _data/entries.yml file, you'll also have to install Grunt and its dependencies:

  1. Install grunt-cli globally with npm install -g grunt-cli.
  2. Navigate to the root /madeindublin directory, then run npm install. npm will look at package.json and automatically install the necessary local dependencies listed there.

When completed, you'll be able to run the various Grunt commands provided from the command line (look in the GruntFile.js for the additional commands).

To build the site to publish it run:

grunt

To test the site while editing entries, html, etc. run:

grunt shell:serve

To watch for changes in the entries, template etc and rebuild it automatically run:

grunt watch

Contact info

Who's behind this?

Who designed the logo?

Want to help or have any feedback? Email us at hello@madeindublin.org

License

Copyright (c) 2014 The Made in Dublin Team

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.

This software is based on Montreal Collective

Montreal Collective is licensed under the same terms and is copyright (c) 2013 Luke Chesser. Thank you Luke!

About

A collection of internet companies made with ♥ in Dublin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published