Skip to content

Commit

Permalink
Merge pull request #8 from SQ-UI/documentation
Browse files Browse the repository at this point in the history
Documentation
  • Loading branch information
samuil4 authored Aug 14, 2018
2 parents 8f7fdea + 9704b66 commit 7114d96
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<meta name="google-site-verification" content="zCfpBWahzbsNSfva9dkRjbT6RmpJIT7IQlEGnlKtym8" />
</head>

<body>
Expand Down
2 changes: 2 additions & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ <h2>Introduction</h2>
<li>reference the sq-ui-theme.scss file in your main stylesheet (if you're using sass)</li>
</ul>

<p>After including the stylesheet, you can use the theme by adding "sq" as a class to the container of your app.</p>

<p>
The font used in this preview is "Quicksand" and is applied using the Google Fonts API. The SQ-UI theme does not come with
it and does not have a default font set.
Expand Down
12 changes: 12 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>ng-sq-ui</title>
Expand All @@ -9,7 +10,18 @@
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,500" rel="stylesheet">

</head>

<body>
<app-root></app-root>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123737621-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-123737621-1');
</script>
</body>

</html>

0 comments on commit 7114d96

Please sign in to comment.