Skip to content

Commit

Permalink
removed experiences section
Browse files Browse the repository at this point in the history
  • Loading branch information
khayyam-ahmed committed Jan 31, 2024
1 parent 473b7e8 commit 2e7113b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/features/main/main_section_desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class MainDesktop extends HookWidget {
padding: EdgeInsets.symmetric(horizontal: 12),
child: AboutSection(),
),
SizedBox(height: 120),
ExperiencesSection(),
// SizedBox(height: 120),
// ExperiencesSection(),
SizedBox(height: 120),
ProjectsSection(),
],
Expand Down
12 changes: 6 additions & 6 deletions lib/features/main/main_section_tablet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ class _MainTabletState extends State<MainTablet> {
Padding(
padding: EdgeInsets.symmetric(horizontal: 12),
child: AnimatedFadeSlide(
offset: Offset(0, 40),
duration: Duration(milliseconds: 800),
delay: Duration(milliseconds: 200),
child: PersonalInfoSection(),
),
offset: Offset(0, 40),
duration: Duration(milliseconds: 800),
delay: Duration(milliseconds: 200),
child: PersonalInfoSection(),
),
// child: PersonalInfoTablet(),
),
gapH100,
Expand All @@ -56,7 +56,7 @@ class _MainTabletState extends State<MainTablet> {
gapH100,
ProjectsSection(),
gapH100,
ExperiencesSection(),
// ExperiencesSection(),
],
),
),
Expand Down

0 comments on commit 2e7113b

Please sign in to comment.