Skip to content

Commit 5b13dc2

Browse files
committed
init
1 parent 4e76280 commit 5b13dc2

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

ionic.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "kirinsampler-ionic",
33
"app_id": "",
4-
"type": "ionic-angular"
4+
"type": "ionic-angular",
5+
"integrations": {}
56
}

src/app/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ion-menu [content]="content">
22
<ion-header>
33
<ion-toolbar>
4-
<ion-title>Menu</ion-title>
4+
<ion-title>メニュー</ion-title>
55
</ion-toolbar>
66
</ion-header>
77

src/app/app.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@
1414
// To declare rules for a specific mode, create a child rule
1515
// for the .md, .ios, or .wp mode classes. The mode class is
1616
// automatically applied to the <body> element in the app.
17+
18+
$colors: (
19+
primary: #387ef5,
20+
secondary: #32db64,
21+
danger: #f53d3d,
22+
light: #f4f4f4,
23+
dark: #222,
24+
brand: #F90
25+
);

src/pages/home/home.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<ion-header>
2-
<ion-navbar>
2+
<ion-navbar color="brand">
33
<button ion-button menuToggle>
44
<ion-icon name="menu"></ion-icon>
55
</button>
6-
<ion-title>Home</ion-title>
6+
<ion-title>きりんさんぷらー</ion-title>
77
</ion-navbar>
88
</ion-header>
99

1010
<ion-content padding>
11-
<h3>Ionic Menu Starter</h3>
11+
<h3>kirinsampler</h3>
1212

1313
<p>
14-
If you get lost, the <a href="http://ionicframework.com/docs/v2">docs</a> will show you the way.
14+
いいよね、きりんさん
1515
</p>
1616

17-
<button ion-button secondary menuToggle>Toggle Menu</button>
1817
</ion-content>

src/pages/list/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<button ion-button menuToggle>
44
<ion-icon name="menu"></ion-icon>
55
</button>
6-
<ion-title>List</ion-title>
6+
<ion-title>りすと</ion-title>
77
</ion-navbar>
88
</ion-header>
99

src/theme/variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ $colors: (
3838
secondary: #32db64,
3939
danger: #f53d3d,
4040
light: #f4f4f4,
41-
dark: #222
41+
dark: #222,
42+
brand: #F90
4243
);
4344

4445

0 commit comments

Comments
 (0)