diff --git a/.DS_Store b/.DS_Store
index 22f3912..22ddc19 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml
index c070217..72b9779 100644
--- a/.idea/libraries/Dart_Packages.xml
+++ b/.idea/libraries/Dart_Packages.xml
@@ -5,154 +5,154 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -166,7 +166,7 @@
-
+
@@ -187,168 +187,168 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -362,173 +362,173 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ssad_pro/assets/fonts/MyFlutterApp.ttf b/ssad_pro/assets/fonts/MyFlutterApp.ttf
new file mode 100755
index 0000000..e7b0209
Binary files /dev/null and b/ssad_pro/assets/fonts/MyFlutterApp.ttf differ
diff --git a/ssad_pro/lib/view/home_page.dart b/ssad_pro/lib/view/home_page.dart
index 25adbf3..a454bfd 100644
--- a/ssad_pro/lib/view/home_page.dart
+++ b/ssad_pro/lib/view/home_page.dart
@@ -71,13 +71,14 @@ class HomePage extends StatelessWidget {
),
SizedBox(
width: 300.0,
+ height: 75,
child: RaisedButton(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(18.0),
- side: BorderSide(color: Colors.white)),
+ side: BorderSide(color: Color(0xff8F2D56))),
padding: EdgeInsets.fromLTRB(0, 5, 0, 5),
textColor: Colors.white,
- color: Colors.blue[700],
+ color: Color(0xff8F2D56),//0xFFA559D1,
onPressed: () {
Navigator.push(
context,
@@ -86,12 +87,12 @@ class HomePage extends StatelessWidget {
);
},
child: Row(
- mainAxisAlignment: MainAxisAlignment.center,
+ mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Icon(
Icons.blur_on,
color: Colors.white,
- size: 70,
+ size: 50,
),
SizedBox(
width: 10,
@@ -106,13 +107,14 @@ class HomePage extends StatelessWidget {
),
SizedBox(
width: 300.0,
+ height: 75,
child: RaisedButton(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(18.0),
- side: BorderSide(color: Colors.white)),
+ side: BorderSide(color: Color(0xffFF8A2B))),
padding: EdgeInsets.fromLTRB(0, 5, 0, 5),
textColor: Colors.white,
- color: Colors.blue[700],
+ color: Color(0xffFF8A2B),
onPressed: () {
Navigator.push(
context,
@@ -121,12 +123,12 @@ class HomePage extends StatelessWidget {
);
},
child: Row(
- mainAxisAlignment: MainAxisAlignment.center,
+ mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Icon(
- Icons.compare_arrows,
+ FontAwesomeIcons.trophy,
color: Colors.white,
- size: 70,
+ size: 50,
),
SizedBox(
width: 10,
@@ -141,13 +143,14 @@ class HomePage extends StatelessWidget {
),
SizedBox(
width: 300.0,
+ height: 75,
child: RaisedButton(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(18.0),
- side: BorderSide(color: Colors.white)),
+ side: BorderSide(color: Color(0xff139CC1))),
padding: EdgeInsets.fromLTRB(0, 5, 0, 5),
textColor: Colors.white,
- color: Colors.blue[700],
+ color: Color(0xff139CC1),
onPressed: () {
Navigator.push(
context,
@@ -156,12 +159,12 @@ class HomePage extends StatelessWidget {
);
},
child: Row(
- mainAxisAlignment: MainAxisAlignment.center,
+ mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Icon(
Icons.assignment,
color: Colors.white,
- size: 60,
+ size: 50,
),
SizedBox(
width: 10,
@@ -176,23 +179,24 @@ class HomePage extends StatelessWidget {
),
SizedBox(
width: 300.0,
+ height: 75,
child: RaisedButton(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(18.0),
- side: BorderSide(color: Colors.white)),
+ side: BorderSide(color: Color(0xff5B62AD))),
padding: EdgeInsets.fromLTRB(0, 5, 0, 5),
textColor: Colors.white,
- color: Colors.blue[700],
+ color: Color(0xff5B62AD),
onPressed: () {
print('StudentAssignments');
},
child: Row(
- mainAxisAlignment: MainAxisAlignment.center,
+ mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Icon(
- Icons.show_chart,
+ FontAwesomeIcons.medal,
color: Colors.white,
- size: 70,
+ size: 50,
),
SizedBox(
width: 10,
@@ -207,13 +211,14 @@ class HomePage extends StatelessWidget {
),
SizedBox(
width: 300.0,
+ height: 75,
child: RaisedButton(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(18.0),
- side: BorderSide(color: Colors.white)),
+ side: BorderSide(color: Color(0xff0B555B))),
padding: EdgeInsets.fromLTRB(0, 5, 0, 5),
textColor: Colors.white,
- color: Colors.blue[700],
+ color: Color(0xff0B555B),
onPressed: () {
Navigator.push(
context,
@@ -221,12 +226,12 @@ class HomePage extends StatelessWidget {
);
},
child: Row(
- mainAxisAlignment: MainAxisAlignment.center,
+ mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Icon(
Icons.settings,
color: Colors.white,
- size: 60,
+ size: 50,
),
SizedBox(
width: 10,
diff --git a/ssad_pro/pubspec.yaml b/ssad_pro/pubspec.yaml
index 00eff0e..f90e95a 100644
--- a/ssad_pro/pubspec.yaml
+++ b/ssad_pro/pubspec.yaml
@@ -74,6 +74,10 @@ flutter:
- assets/images/man.png
- assets/images/man-1.png
- assets/images/whatsapp_logo.png
+
+ - assets/images/space.jpg
+ - assets/images/
+ # - images/a_dot_ham.jpeg
- assets/images/linkedin_logo.png
# An image asset can refer to one or more resolution-specific "variants", see