Skip to content

Commit

Permalink
removing unnecesary data
Browse files Browse the repository at this point in the history
  • Loading branch information
Franion03 committed Mar 24, 2024
1 parent 8e0d5af commit 3061bce
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 96 deletions.
36 changes: 21 additions & 15 deletions lib/configure/centeredview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ class CenteredViewDesk extends StatelessWidget {

@override
Widget build(BuildContext context) {
return Container(
padding: const EdgeInsets.symmetric(horizontal: 70, vertical: 10),
child: ConstrainedBox(
constraints: BoxConstraints(maxWidth: 2000),
child: child,
return Center(
child: Container(
padding: const EdgeInsets.symmetric(horizontal: 70, vertical: 10),
child: ConstrainedBox(
constraints: BoxConstraints(maxWidth: 2000),
child: child,
),
),
);
}
Expand All @@ -36,11 +38,13 @@ class CenteredViewMob extends StatelessWidget {

@override
Widget build(BuildContext context) {
return Container(
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 10),
child: ConstrainedBox(
constraints: BoxConstraints(maxWidth: 1200),
child: child,
return Center(
child: Container(
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 10),
child: ConstrainedBox(
constraints: BoxConstraints(maxWidth: 1200),
child: child,
),
),
);
}
Expand All @@ -52,11 +56,13 @@ class CenteredViewTab extends StatelessWidget {

@override
Widget build(BuildContext context) {
return Container(
padding: const EdgeInsets.symmetric(horizontal: 30, vertical: 10),
child: ConstrainedBox(
constraints: BoxConstraints(maxWidth: 1200),
child: child,
return Center(
child: Container(
padding: const EdgeInsets.symmetric(horizontal: 30, vertical: 10),
child: ConstrainedBox(
constraints: BoxConstraints(maxWidth: 1200),
child: child,
),
),
);
}
Expand Down
18 changes: 9 additions & 9 deletions lib/include/Rows/skillslogosmain.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ class SkillsLogoDesk extends StatelessWidget {
],
),
SizedBox(height: 20,),
Text("⚡ Experienced in crafting innovative solutions with TensorFlow, PyTorch, and beyond, I am a dedicated software developer fueled by a profound love for machine learning, deep learning, and AI development. My journey in the realm of technology has been shaped by an unwavering commitment to continuous learning and pushing the boundaries of what's possible.", style: TextStyle(fontSize: 18),),
Text("⚡ One defining moment in my life serves as a testament to my resilience and determination. I vividly remember a time when I stumbled and fell, leaving me with a scar etched on my face. Rather than allowing this setback to deter me, it ignited a fire within me to persevere against all odds. Just as I refused to let that fall define me, I approach every challenge in my career with the same grit and tenacity, turning obstacles into opportunities for growth and innovation.", style: TextStyle(fontSize: 18),),
Text("⚡ My proficiency in building robust TensorFlow pipelines and harnessing the power of PyTorch underscores my ability to translate concepts into tangible, impactful solutions. Whether it's developing cutting-edge algorithms or optimizing existing models, I thrive in environments that demand creativity, collaboration, and a relentless pursuit of excellence.", style: TextStyle(fontSize: 18),),
Text("⚡ Experienced in crafting innovative solutions with TensorFlow, PyTorch, and beyond, I am a dedicated software developer fueled by a profound love for machine learning, deep learning, and AI development. My journey in the realm of technology has been shaped by an unwavering commitment to continuous learning and pushing the boundaries of what's possible.", style: TextStyle(fontSize: 18),textAlign: TextAlign.justify,),
Text("⚡ One defining moment in my life serves as a testament to my resilience and determination. I vividly remember a time when I stumbled and fell, leaving me with a scar etched on my face. Rather than allowing this setback to deter me, it ignited a fire within me to persevere against all odds. Just as I refused to let that fall define me, I approach every challenge in my career with the same grit and tenacity, turning obstacles into opportunities for growth and innovation.", style: TextStyle(fontSize: 18),textAlign: TextAlign.justify,),
Text("⚡ My proficiency in building robust TensorFlow pipelines and harnessing the power of PyTorch underscores my ability to translate concepts into tangible, impactful solutions. Whether it's developing cutting-edge algorithms or optimizing existing models, I thrive in environments that demand creativity, collaboration, and a relentless pursuit of excellence.", style: TextStyle(fontSize: 18),textAlign: TextAlign.justify,),
Text("⚡ Let's connect and embark on a journey to revolutionize the world of technology together. Reach out, and let's explore how we can leverage the latest advancements in machine learning and AI to shape a brighter future.", style: TextStyle(fontSize: 18),),
],
),
Expand Down Expand Up @@ -123,9 +123,9 @@ class SkillsLogoTab extends StatelessWidget {
],
),
SizedBox(height: 20,),
Text("⚡ Experienced in crafting innovative solutions with TensorFlow, PyTorch, and beyond, I am a dedicated software developer fueled by a profound love for machine learning, deep learning, and AI development. My journey in the realm of technology has been shaped by an unwavering commitment to continuous learning and pushing the boundaries of what's possible.", style: TextStyle(fontSize: 20),),
Text("⚡ One defining moment in my life serves as a testament to my resilience and determination. I vividly remember a time when I stumbled and fell, leaving me with a scar etched on my face. Rather than allowing this setback to deter me, it ignited a fire within me to persevere against all odds. Just as I refused to let that fall define me, I approach every challenge in my career with the same grit and tenacity, turning obstacles into opportunities for growth and innovation.", style: TextStyle(fontSize: 20),),
Text("⚡ My proficiency in building robust TensorFlow pipelines and harnessing the power of PyTorch underscores my ability to translate concepts into tangible, impactful solutions. Whether it's developing cutting-edge algorithms or optimizing existing models, I thrive in environments that demand creativity, collaboration, and a relentless pursuit of excellence.", style: TextStyle(fontSize: 20),),
Text("⚡ Experienced in crafting innovative solutions with TensorFlow, PyTorch, and beyond, I am a dedicated software developer fueled by a profound love for machine learning, deep learning, and AI development. My journey in the realm of technology has been shaped by an unwavering commitment to continuous learning and pushing the boundaries of what's possible.", style: TextStyle(fontSize: 20),textAlign: TextAlign.justify,),
Text("⚡ One defining moment in my life serves as a testament to my resilience and determination. I vividly remember a time when I stumbled and fell, leaving me with a scar etched on my face. Rather than allowing this setback to deter me, it ignited a fire within me to persevere against all odds. Just as I refused to let that fall define me, I approach every challenge in my career with the same grit and tenacity, turning obstacles into opportunities for growth and innovation.", style: TextStyle(fontSize: 20),textAlign: TextAlign.justify,),
Text("⚡ My proficiency in building robust TensorFlow pipelines and harnessing the power of PyTorch underscores my ability to translate concepts into tangible, impactful solutions. Whether it's developing cutting-edge algorithms or optimizing existing models, I thrive in environments that demand creativity, collaboration, and a relentless pursuit of excellence.", style: TextStyle(fontSize: 20),textAlign: TextAlign.justify,),
Text("⚡ Let's connect and embark on a journey to revolutionize the world of technology together. Reach out, and let's explore how we can leverage the latest advancements in machine learning and AI to shape a brighter future.", style: TextStyle(fontSize: 20),),
],
),
Expand Down Expand Up @@ -194,11 +194,11 @@ class SkillsLogoMob extends StatelessWidget {
],
),
SizedBox(height: 20,),
Text("⚡ Experienced in crafting innovative solutions with TensorFlow, PyTorch, and beyond, I am a dedicated software developer fueled by a profound love for machine learning, deep learning, and AI development. My journey in the realm of technology has been shaped by an unwavering commitment to continuous learning and pushing the boundaries of what's possible.", style: TextStyle(fontSize: 16),),
Text("⚡ Experienced in crafting innovative solutions with TensorFlow, PyTorch, and beyond, I am a dedicated software developer fueled by a profound love for machine learning, deep learning, and AI development. My journey in the realm of technology has been shaped by an unwavering commitment to continuous learning and pushing the boundaries of what's possible.", style: TextStyle(fontSize: 16),textAlign: TextAlign.justify,),
SizedBox(height: 10,),
Text("⚡ One defining moment in my life serves as a testament to my resilience and determination. I vividly remember a time when I stumbled and fell, leaving me with a scar etched on my face. Rather than allowing this setback to deter me, it ignited a fire within me to persevere against all odds. Just as I refused to let that fall define me, I approach every challenge in my career with the same grit and tenacity, turning obstacles into opportunities for growth and innovation.", style: TextStyle(fontSize: 16),),
Text("⚡ One defining moment in my life serves as a testament to my resilience and determination. I vividly remember a time when I stumbled and fell, leaving me with a scar etched on my face. Rather than allowing this setback to deter me, it ignited a fire within me to persevere against all odds. Just as I refused to let that fall define me, I approach every challenge in my career with the same grit and tenacity, turning obstacles into opportunities for growth and innovation.", style: TextStyle(fontSize: 16),textAlign: TextAlign.justify,),
SizedBox(height: 10,),
Text("⚡ My proficiency in building robust TensorFlow pipelines and harnessing the power of PyTorch underscores my ability to translate concepts into tangible, impactful solutions. Whether it's developing cutting-edge algorithms or optimizing existing models, I thrive in environments that demand creativity, collaboration, and a relentless pursuit of excellence.", style: TextStyle(fontSize: 16),),
Text("⚡ My proficiency in building robust TensorFlow pipelines and harnessing the power of PyTorch underscores my ability to translate concepts into tangible, impactful solutions. Whether it's developing cutting-edge algorithms or optimizing existing models, I thrive in environments that demand creativity, collaboration, and a relentless pursuit of excellence.", style: TextStyle(fontSize: 16),textAlign: TextAlign.justify,),
SizedBox(height: 10,),
Text("⚡ Let's connect and embark on a journey to revolutionize the world of technology together. Reach out, and let's explore how we can leverage the latest advancements in machine learning and AI to shape a brighter future.", style: TextStyle(fontSize: 16),),
],
Expand Down
143 changes: 71 additions & 72 deletions lib/include/homepage/homemain.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,79 +32,78 @@ class _HomeDesktopState extends State<HomeDesktop> {

@override
Widget build(BuildContext context) {
return SafeArea(
child: SingleChildScrollView(
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
Flexible(
child: ListView(
physics: NeverScrollableScrollPhysics(),
shrinkWrap: true,

children: [

Row(
children: <Widget>[
Expanded(child: WelcomePage()),
Expanded(child: OneDesk()),
],
),
SizedBox(
height: 75,
),
Row(
children: <Widget>[
Expanded(child: TwoDesk()),
Expanded(child: SkillsLogoDesk()),
],
),
SizedBox(
height: 75,
),
Row(
children: <Widget>[
Expanded(child: History()),
Expanded(child: ThreeDesk()),
],
),
SizedBox(
height: 75,
),
Row(
children: [
Expanded(child: ProjectsView()),
],
),
SizedBox(
height: 75,
),
Row(
children: [
Expanded(child: Certifications()),
],
),
SizedBox(
height: 75,
),
Row(
children: [
Expanded(child: ContactCenterDesk()),
Expanded(child: FourDesk(),),
],
),
SizedBox(height: 100,),
Row(
children: [
Expanded(child: FooterPage()),
],
),

],
),
return SingleChildScrollView(
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Flexible(
child: ListView(
physics: NeverScrollableScrollPhysics(),
shrinkWrap: true,

children: [

Row(
children: <Widget>[
Expanded(child: WelcomePage()),
Expanded(child: OneDesk()),
],
),
SizedBox(
height: 75,
),
Row(
children: <Widget>[
Expanded(child: TwoDesk()),
Expanded(child: SkillsLogoDesk()),
],
),
SizedBox(
height: 75,
),
Row(
children: <Widget>[
Expanded(child: History()),
Expanded(child: ThreeDesk()),
],
),
SizedBox(
height: 75,
),
Row(
children: [
Expanded(child: ProjectsView()),
],
),
SizedBox(
height: 75,
),
Row(
children: [
Expanded(child: Certifications()),
],
),
SizedBox(
height: 75,
),
Row(
children: [
Expanded(child: ContactCenterDesk()),
Expanded(child: FourDesk(),),
],
),
SizedBox(height: 100,),
Row(
children: [
Expanded(child: FooterPage()),
],
),

],
),
],
),
),
],
),
);
}
Expand Down

0 comments on commit 3061bce

Please sign in to comment.