Skip to content

Commit 7114d96

Browse files
authored
Merge pull request #8 from SQ-UI/documentation
Documentation
2 parents 8f7fdea + 9704b66 commit 7114d96

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="description" content="Description">
99
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
1010
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
11+
<meta name="google-site-verification" content="zCfpBWahzbsNSfva9dkRjbT6RmpJIT7IQlEGnlKtym8" />
1112
</head>
1213

1314
<body>

src/app/app.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ <h2>Introduction</h2>
1818
<li>reference the sq-ui-theme.scss file in your main stylesheet (if you're using sass)</li>
1919
</ul>
2020

21+
<p>After including the stylesheet, you can use the theme by adding "sq" as a class to the container of your app.</p>
22+
2123
<p>
2224
The font used in this preview is "Quicksand" and is applied using the Google Fonts API. The SQ-UI theme does not come with
2325
it and does not have a default font set.

src/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!doctype html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="utf-8">
56
<title>ng-sq-ui</title>
@@ -9,7 +10,18 @@
910
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,500" rel="stylesheet">
1011

1112
</head>
13+
1214
<body>
1315
<app-root></app-root>
16+
<!-- Global site tag (gtag.js) - Google Analytics -->
17+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123737621-1"></script>
18+
<script>
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag() { dataLayer.push(arguments); }
21+
gtag('js', new Date());
22+
23+
gtag('config', 'UA-123737621-1');
24+
</script>
1425
</body>
26+
1527
</html>

0 commit comments

Comments
 (0)