skip to Main Content

Redirecting to a particular page – Twitter bootstrap

`<!DOCTYPE html> <html class="no-js"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="icon" type="image/png" href="images/favicon.png"> <title>Timer Agency Template</title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content=""> <!-- Mobile Specific Metas ================================================== --> <meta…

VIEW QUESTION

Combining Shopify's theme dev framework Slate with the CSS Framework Materialize

Into which Slate directories do I need to copy the Materialize files? I managed to create a Materialized layout by using <!-- Compiled and minified CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css"> <!-- Compiled and minified JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/js/materialize.min.js"></script> Then I…

VIEW QUESTION
Back To Top
Search