Commit 330cbc50 authored by Dio Maulana's avatar Dio Maulana

fixed overlay dan description website

parent 21b4a18d
...@@ -7,7 +7,7 @@ import 'package:url_strategy/url_strategy.dart'; ...@@ -7,7 +7,7 @@ import 'package:url_strategy/url_strategy.dart';
// all config here // all config here
bool debug = true; bool debug = true;
late SharedPreferences prefs; late SharedPreferences prefs;
String titleApp = 'Excelso Attendances'; String titleApp = 'Excelso Attendance';
String brandCode = "EXC"; String brandCode = "EXC";
......
...@@ -8,6 +8,7 @@ class Assets { ...@@ -8,6 +8,7 @@ class Assets {
static String onboarding = "${rootImage}onboarding.png"; static String onboarding = "${rootImage}onboarding.png";
static String frameOverlay = "${rootImage}frame_overlay.png"; static String frameOverlay = "${rootImage}frame_overlay.png";
static String frameOverlay2 = "${rootImage}frame_overlay2.png"; static String frameOverlay2 = "${rootImage}frame_overlay2.png";
static String frameOverlay3 = "${rootImage}frame_overlay3.png";
static String absentSuccess = "${rootImage}absent_success.png"; static String absentSuccess = "${rootImage}absent_success.png";
// icons // icons
......
...@@ -18,18 +18,21 @@ ...@@ -18,18 +18,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" /> <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 --> <!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes" /> <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-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="excelso_attendance" /> <meta name="apple-mobile-web-app-title" content="Excelso Attendance" />
<link rel="apple-touch-icon" href="icons/Icon-192.png" /> <link rel="apple-touch-icon" href="icons/Icon-192.png" />
<!-- Favicon --> <!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png" /> <link rel="icon" type="image/png" href="excelso_logo.png" />
<title>excelso_attendance</title> <title>Excelso Attendance</title>
<link rel="manifest" href="manifest.json" /> <link rel="manifest" href="manifest.json" />
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment