Commit 74791258 authored by Dio Maulana's avatar Dio Maulana

edited for ravdemo

parent 1150a8b4
......@@ -184,7 +184,7 @@ class BodyWidget extends StatelessWidget {
child: Image(
width: 119,
height: 46,
image: AssetImage(Assets.excelso),
image: AssetImage(Assets.ravintola),
),
),
),
......
......@@ -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";
......
......@@ -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 />
......
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