Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
Crm Attendance
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
Crm Attendance
Commits
74791258
Commit
74791258
authored
Jul 12, 2023
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edited for ravdemo
parent
1150a8b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
13 deletions
+8
-13
onboarding.dart
lib/page/onboarding/onboarding.dart
+1
-1
assets.dart
lib/resource/assets.dart
+1
-3
index.html
web/index.html
+6
-9
No files found.
lib/page/onboarding/onboarding.dart
View file @
74791258
...
...
@@ -184,7 +184,7 @@ class BodyWidget extends StatelessWidget {
child:
Image
(
width:
119
,
height:
46
,
image:
AssetImage
(
Assets
.
excelso
),
image:
AssetImage
(
Assets
.
ravintola
),
),
),
),
...
...
lib/resource/assets.dart
View file @
74791258
...
...
@@ -3,9 +3,7 @@ const String rootIcon = "assets/icons/";
class
Assets
{
// images
static
String
excelso
=
"
${rootImage}
excelso.png"
;
static
String
excelsoLogo
=
"
${rootImage}
excelso_logo.png"
;
static
String
excelsoLogoGreen
=
"
${rootImage}
excelso_logo_green.png"
;
static
String
ravintola
=
"
${rootImage}
ravintola.png"
;
static
String
onboarding
=
"
${rootImage}
onboarding.png"
;
static
String
frameOverlay
=
"
${rootImage}
frame_overlay.png"
;
static
String
frameOverlay2
=
"
${rootImage}
frame_overlay2.png"
;
...
...
web/index.html
View file @
74791258
...
...
@@ -14,25 +14,22 @@
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base
href=
"/"
/>
<base
href=
"/
attendance/
"
/>
<meta
charset=
"UTF-8"
/>
<meta
content=
"IE=Edge"
http-equiv=
"X-UA-Compatible"
/>
<meta
name=
"description"
content=
"Ravintola Online Attendance For Excelso."
/>
<meta
name=
"description"
content=
"Ravintola Online Attendance"
/>
<!-- iOS meta tags & icons -->
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
/>
<meta
name=
"apple-mobile-web-app-title"
content=
"
Excelso
Attendance"
/>
<meta
name=
"apple-mobile-web-app-title"
content=
"
Ravintola
Attendance"
/>
<link
rel=
"apple-touch-icon"
href=
"icons/Icon-192.png"
/>
<!-- Favicon -->
<link
rel=
"icon"
type=
"image/png"
href=
"
excelso_logo
.png"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"
ravintola
.png"
/>
<title>
Excelso
Attendance
</title>
<title>
Ravintola
Attendance
</title>
<link
rel=
"manifest"
href=
"manifest.json"
/>
<script>
...
...
@@ -147,7 +144,7 @@
class=
"center"
aria-hidden=
"true"
src=
"splash/img/light-1x.png"
alt=
"
Excelso
"
alt=
"
ravintola
"
/>
<br
/>
<br
/>
...
...
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