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
330cbc50
Commit
330cbc50
authored
Jun 06, 2023
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed overlay dan description website
parent
21b4a18d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
frame_overlay3.png
assets/images/frame_overlay3.png
+0
-0
main.dart
lib/main.dart
+1
-1
assets.dart
lib/resource/assets.dart
+1
-0
excelso_logo.png
web/excelso_logo.png
+0
-0
index.html
web/index.html
+7
-4
No files found.
assets/images/frame_overlay3.png
0 → 100644
View file @
330cbc50
113 KB
lib/main.dart
View file @
330cbc50
...
...
@@ -7,7 +7,7 @@ import 'package:url_strategy/url_strategy.dart';
// all config here
bool
debug
=
true
;
late
SharedPreferences
prefs
;
String
titleApp
=
'Excelso Attendance
s
'
;
String
titleApp
=
'Excelso Attendance'
;
String
brandCode
=
"EXC"
;
...
...
lib/resource/assets.dart
View file @
330cbc50
...
...
@@ -8,6 +8,7 @@ class Assets {
static
String
onboarding
=
"
${rootImage}
onboarding.png"
;
static
String
frameOverlay
=
"
${rootImage}
frame_overlay.png"
;
static
String
frameOverlay2
=
"
${rootImage}
frame_overlay2.png"
;
static
String
frameOverlay3
=
"
${rootImage}
frame_overlay3.png"
;
static
String
absentSuccess
=
"
${rootImage}
absent_success.png"
;
// icons
...
...
web/excelso_logo.png
0 → 100644
View file @
330cbc50
1.67 KB
web/index.html
View file @
330cbc50
...
...
@@ -18,18 +18,21 @@
<meta
charset=
"UTF-8"
/>
<meta
content=
"IE=Edge"
http-equiv=
"X-UA-Compatible"
/>
<meta
name=
"description"
content=
"A new Flutter project."
/>
<meta
name=
"description"
content=
"Ravintola Online Attendance For Excelso."
/>
<!-- 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_a
ttendance"
/>
<meta
name=
"apple-mobile-web-app-title"
content=
"
Excelso A
ttendance"
/>
<link
rel=
"apple-touch-icon"
href=
"icons/Icon-192.png"
/>
<!-- Favicon -->
<link
rel=
"icon"
type=
"image/png"
href=
"
favicon
.png"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"
excelso_logo
.png"
/>
<title>
excelso_a
ttendance
</title>
<title>
Excelso A
ttendance
</title>
<link
rel=
"manifest"
href=
"manifest.json"
/>
<script>
...
...
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