Git Product home page Git Product logo

general-template's Introduction

muscle-banksite

Muscle banksite template

This is a template for a muscle-enhancement product's banksite.

Please review this document to understand more about the template and it's structure before updating the files yourself.

Folder Structure

  1. .git

Contains items related to this Git repo.

  1. CSS

Contains the CSS code for each page. The CSS is divided up as follows:

SCSS

Contains the .scss files that correspond to each page. Edit these files when coding CSS! While you are editing CSS, use the command sass --watch scss/[filename].scss:[filename].css to compile your CSS in real time.

  1. img

Try to use as few images as possible. Use font-icons when you can. If you must use an image, please compress it and use the SVG or PNG format.

  1. js

Contains JS files related to the project. Main.js will be the usual file you will be updating for this project.

  1. lib

Contains the necessary .twig framework files.

  1. public_html

Don't edit the files in this folder. Instead, edit the files in the...

  1. views

Contains the .php files for the actual structure of each page. Edit these to edit the HTML layout of a given screen. Also contains content files which can be loaded into PHP pages.

HTML Syntax

When coding in HTML, please use the Bootstrap framework to adhere to mobile responsiveness. Use ID's to declare the name of something, use classes to control CSS, etc. Use alt tags in images so that screen readers can view an image.

Use of Twig

Use Twig statements when appropriate to facilitate the organization of information that is unique to each product.

Icons & Images

As mentioned above, please use font-icons whenever possible. SVGs are best, but PNGs are second best.

general-template's People

Contributors

jbentley10 avatar

Watchers

James Cloos 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.