Giter Club home page Giter Club logo

wwworkshop-webring's Introduction

WWWorkshop Webring

HTMLProofer/NPM Lint Build

Source code for a webring called WWWorkshop Created as part of an undergraduate studio course at OCAD University—view course materials and syllabus. Source code and design is based on webring.xxiivv.com by neauoire.

Joining the Webring

Add the following HTML snippet to the bottom of your page, before the closing </body> tag.

<script src="https://wwworkshop.org/wwwidget.js" data-color="#0000ff" data-link-type="random" async defer></script>

Options

The tag contains two data attributes:

  • data-color: (Hex color) Defines the color of the monograph. Default is black, #000000
  • data-link-type: Defines the navigation style through the webring
    • random Default
    • next Navigate to the adjacent URL in the webring sequence

Adding a Site

Adding sites to the webring is done by adding a new entry in ./_data/sites.yml. Add yourself to the webring by submitting an edit to this repository. Example of an entry:

- name: {{ site.name }}
  title: {{ site.title }}
  siteURL: {{ site.url }}

Development

  1. Clone repository: git clone https://github.com/garrying/wwworkshop-webring && cd wwworkshop-webring
  2. Install Bundler: gem install bundler
  3. Install dependencies: bundle install
  4. Run locally: bundle exec jekyll serve --livereload
  5. Open a browser to: http://localhost:4000

wwwwidget.js Development

With npm installed:

  1. Install dependencies: npm install
  2. Lint ./assets/wwwidget.js with Standard: npm run lint
  3. Build ./assets/wwwidget.js with webpack: npm run build

License & Attribution

Webring code is based on webring.xxiivv.com by neauoire.

Source code is available under GNU General Public License v3.0. Built with Jekyll, Tachyons, Two.js, and typeset in Work Sans.

wwworkshop-webring's People

Contributors

dependabot[bot] avatar garrying avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.