Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
A
Anime-Saikou
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jakkree kongpha
Anime-Saikou
Commits
ace12739
Commit
ace12739
authored
Oct 28, 2020
by
jakkree kongpha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
last change
parent
4888e816
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
29 deletions
+9
-29
README.md
README.md
+0
-21
animelist.component.html
src/app/animelist/animelist.component.html
+1
-0
home.component.html
src/app/home/home.component.html
+3
-8
home.component.scss
src/app/home/home.component.scss
+5
-0
background.png
src/app/image/background.png
+0
-0
No files found.
README.md
View file @
ace12739
...
...
@@ -64,27 +64,6 @@ yarn install
yarn start
```
6.
เริ่มพัฒนาเว็บตามหลักการของ angular framework
*
คำสั่งสร้างหน้าใหม่ ชื่อ about
```
ng g c about
```
*
คำสั่งสร้าง service ใหม่
```
ng g service myservice
```
*
คำสั่งสร้าง model ใหม่ Student
```
ng g model Student
```
*
อื่นๆ เพิ่มเติม ที่ https://angular.io/
### Credits
...
...
src/app/animelist/animelist.component.html
View file @
ace12739
<!--
<div>{{ students | json }}</div>
-->
...
...
src/app/home/home.component.html
View file @
ace12739
<!DOCTYPE html>
<html>
<head>
<head
>
<title>
Welcome Anime-sai-kou
</title>
</head>
<body>
<body
class=
"background"
>
<h1
class=
"centered-form"
>
Welcome to Anime-sai-kou
</h1>
<h2
class=
"centered-form"
>
This web for people like anime:
</h2>
<h3
class=
"centered-form"
>
Wehave animelist for you
</h3>
<h3
class=
"centered-form"
>
Fighting anime, Magic anime, Drama anime, Fantasy anime
</h3>
</body>
</html>
src/app/home/home.component.scss
View file @
ace12739
...
...
@@ -2,3 +2,8 @@
text-align
:
center
;
}
.background
{
background-image
:
url("../image/background.png")
;
background-repeat
:
no-repeat
;
background-size
:
100%
;
}
src/app/image/background.png
0 → 100644
View file @
ace12739
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment