Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
PLGuerraDesigns committed Jul 13, 2024
2 parents a85446e + 8bf07e4 commit 9b27c91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Binary file added assets/images/professional/ambots/image_18.webp
Binary file not shown.
9 changes: 7 additions & 2 deletions assets/json/professional_experience.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@
"caption": "Me with the 7th-Generation AMBOTS Swarm 3D Printing System",
"path": "image_11.webp"
},
{
"type": "localImage",
"caption": "United States Patent Plaque",
"path": "image_18.webp"
},
{
"type": "localImage",
"caption": "Founders of AMBOTS Inc.",
Expand Down Expand Up @@ -238,8 +243,8 @@
"url": "https://www.researchgate.net/publication/341651995_Architecting_the_Cooperative_3D_Printing_System"
},
{
"title": "United States Patent and Trademark Office (Patent Application 20230120878)",
"url": "https://image-ppubs.uspto.gov/dirsearch-public/print/downloadPdf/20230120878"
"title": "United States Patent (Swarm Manufacturing for Smart Factory - US11975486B2)",
"url": "https://image-ppubs.uspto.gov/dirsearch-public/print/downloadPdf/11975486"
},
{
"title": "ASBTDC: AMBOTS Gets $1M Phase II Grant from National Science Foundation for Large-Scale 3D Printing",
Expand Down
2 changes: 1 addition & 1 deletion lib/common/strings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Strings {
Strings._();

static const String currentLocation = 'VA, USA';
static const String lastUpdated = 'Updated JUNE 2024';
static const String lastUpdated = 'Updated JULY 2024';

// Routes
static const String loadingRoute = '/loading';
Expand Down
2 changes: 0 additions & 2 deletions lib/screens/home.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:math';

import 'package:animated_text_kit/animated_text_kit.dart';
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
Expand Down

0 comments on commit 9b27c91

Please sign in to comment.