Skip to content

Commit

Permalink
Update experience section to include qoohoo
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodepapaya committed Dec 4, 2021
1 parent 50d46f2 commit 46749b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"linkedin",
"meuzard",
"microservice",
"qoohoo",
"stackoverflow",
"udhari",
"wlan"
Expand Down
8 changes: 8 additions & 0 deletions lib/experience/experience.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ class Experience extends StatelessWidget {
}

final data = [
ExperienceData(
organizationName: "Qoohoo",
position: "Product Engineer Intern",
description:
"Building an awesome product for creators all around the world.",
startYearMonth: "Oct 21",
endYearMonth: "Present",
),
ExperienceData(
organizationName: "National Informatics Centre | Govt of India",
position: "Trainee",
Expand Down
1 change: 1 addition & 0 deletions lib/generated/intl/messages_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes

import 'package:intl/intl.dart';
import 'package:intl/message_lookup_by_library.dart';
Expand Down

0 comments on commit 46749b2

Please sign in to comment.