GithubHelp home page GithubHelp logo

tips's Introduction

GW2 Scratch Tips & Tricks

A collection of Guild Wars 2 tips and tricks.

http://gw2scratch.com/tips/

Contributing

Any kind of contribution is very much welcome. Feel free to create an issue if you find an inaccuracy, a typo or even if you think of something that should be included. Pull requests are also welcome.

The text of the tips is located in the tips.html file.

The tip template

The tips.html file uses a very simple template system. To generate the actual html file, run the convert script:

./convert.py tips.html output.html

The system implemented by simple regex replace in convert.py. Do not expect it to do anything intelligent. Only things in parantheses are taken out and placed into the current tip template, they may be multiline, use any html tag. Do not swap usefulness and importance, do not add extra attributes, all of these changes would make the tip get silently ignored.

<scr-tip usefulness="(5)" importance="(5)">
  <tip-title>(Tip Title)</tip-title>
  <tip-desc>(Detailed Description)</tip-desc>
</scr-tip>

The contribute template

Empty sections contain contribute template which is also replaced in convert.py. If adding something to a section with this template, remove it.

<scr-contribute>

HTML + CSS

The webpage uses the Bulma CSS framework.

Images

The images/ folder contains screenshots from Guild Wars 2 relevant to the tips.

tips's People

Contributors

sejsel avatar

Watchers

 avatar  avatar

tips's Issues

Add PvP tips

As I don't play PvP, I can't add anything to this section.

Layout improvements

I find the page way too long currently and it's somewhat hard to find where you left off, it would be nice to have a easier to use layout.

Ideas:

  • Use tabs for main sections.
  • Add a table of contents of some kind. I tried it with listing all tips, that is way too long to have at the top.

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.