Skip to content

Commit

Permalink
Merge pull request #3 from makhosi6/v2
Browse files Browse the repository at this point in the history
fix minor error/warnings and re-deploy
  • Loading branch information
makhosi6 authored Jan 28, 2024
2 parents cbd83c0 + 993a19c commit d95b6ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/widgets/footer/copyright_footer_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:makhosandile_me/helpers.dart';
import 'package:makhosandile_me/theme.dart';

class CopyrightFooterSection extends StatelessWidget {
const CopyrightFooterSection({super.key});
Expand All @@ -22,6 +23,7 @@ class CopyrightFooterSection extends StatelessWidget {
text:
'My heartfelt thanks to the open source community for the ',
style: GoogleFonts.dmSans(
color: textColor,
fontSize: 11.5,
),
children: [
Expand Down
2 changes: 2 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<meta name="apple-mobile-web-app-title" content="makhosandile_me" />
<link rel="apple-touch-icon" href="icons/Icon-192.png" />

<!-- -->
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

Expand Down
8 changes: 5 additions & 3 deletions web/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "makhosandile.me",
"short_name": "makhosandile.me",
"start_url": ".",
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"scope": "/",
"background_color": "#ffffff",
"theme_color": "#2D2D2D",
"description": "A passionate frontend developer from Cape Town 🇿🇦. I’m currently working on Teamgeek. My dev portfolio showcases projects and skills in JavaScript, PHP, and Dart.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
Expand Down

0 comments on commit d95b6ce

Please sign in to comment.