Skip to content

Commit

Permalink
Revised Project Details
Browse files Browse the repository at this point in the history
Updated the Mobile Sim Wheel project details
  • Loading branch information
PLGuerraDesigns committed Jun 19, 2024
1 parent dd0eb70 commit c487faa
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions assets/json/projects.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"title": "AMG Inspired Mobile Sim Wheel",
"title": "Mobile Sim Wheel",
"subtitle": "For on-the-go Sim Racing",
"startDate": "2024-04-14T00:00:00Z",
"finalDate": "2024-04-26T00:00:00Z",
Expand All @@ -11,6 +11,11 @@
"caption": "AMG GT3 Inspired Mobile Sim Wheel: CAD Development Process",
"path": "u2Hcy3uadDQ"
},
{
"type": "youTubeVideo",
"caption": "Demo Video - Real Racing 3",
"path": "YmphJtfp86E"
},
{
"type": "localImage",
"caption": "V2 Wheel CAD Renderings",
Expand Down Expand Up @@ -80,11 +85,6 @@
"type": "localImage",
"caption": "Button Section Analysis - TPU based spring mechanism",
"path": "image_8.webp"
},
{
"type": "youTubeVideo",
"caption": "Demo Video - Real Racing 3",
"path": "4QhZNsjgN2k"
}
],
"externalLinks": [
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 MAY 2024';
static const String lastUpdated = 'Updated JUNE 2024';

// Routes
static const String loadingRoute = '/loading';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: plg_portfolio
description: Pablo L. Guerra's web-app portfolio powered by Flutter.
publish_to: "none"
version: 2.4.0+42
version: 2.4.0+43

environment:
sdk: ">=3.1.1 <4.0.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ flutter:
- assets/images/professional/atlantic_insurance/
- assets/images/professional/ambots/
- assets/images/professional/am3_lab/
- assets/images/personal/amg_inspired_mobile_sim_wheel/
- assets/images/personal/mobile_sim_wheel/
- assets/images/personal/amg_gt3_wheel/
- assets/images/personal/android_calculator/
- assets/images/personal/apple_charging_station/
Expand Down

0 comments on commit c487faa

Please sign in to comment.