From e18a470bb6fdfcd0444cf0d0f0b63a3c176f55ac Mon Sep 17 00:00:00 2001 From: tokslaw Date: Tue, 18 Feb 2025 18:09:12 -0500 Subject: [PATCH] social links added --- app/Views/about.php | 9 +++++---- app/Views/portfolio.php | 15 ++++++++++++--- app/Views/styles.css | 13 +++++++++++++ app/Views/welcome_message.php | 20 ++++++++++---------- 4 files changed, 40 insertions(+), 17 deletions(-) create mode 100644 app/Views/styles.css diff --git a/app/Views/about.php b/app/Views/about.php index 1fab286..308bd3c 100644 --- a/app/Views/about.php +++ b/app/Views/about.php @@ -18,6 +18,7 @@ + @@ -249,8 +250,8 @@
-

about me

-
I develop, design and code solutions, and I love what I do.
+

about me

+
I develop, design and code solutions, and I love what I do.
@@ -259,7 +260,7 @@
Toks Lawal
-

+

I'm an Enterprise Architect and Developer based in Atlanta, USA. I build immersive infrastructure, microservice applications and architecture through carefully crafted code and user-centric solutions.

@@ -285,7 +286,7 @@
  • LinkedIn: linkedin/in/toks-lawal
  • -
    +
    Download My Resume diff --git a/app/Views/portfolio.php b/app/Views/portfolio.php index 0ea0cd8..2f2c456 100644 --- a/app/Views/portfolio.php +++ b/app/Views/portfolio.php @@ -473,7 +473,7 @@

    - Hi, my name is Toks! I am a self-taught software engineer with diverse experience in enterprise architecture, application development and full-stack engineering. I build products so that it is functional and user friendly but at the same time attractive. My aim is to bring across your message and identity . I also have major skills in Cybersecurity. + Hi, my name is Toks! I am a self-taught software engineer with diverse experience in enterprise architecture, application development and full-stack engineering. I build products so that it is functional and user-friendly but at the same time attractive. My aim is to bring across your message and identity . I also have major skills in Cybersecurity.

    @@ -697,13 +697,22 @@ diff --git a/app/Views/styles.css b/app/Views/styles.css new file mode 100644 index 0000000..69d0bb8 --- /dev/null +++ b/app/Views/styles.css @@ -0,0 +1,13 @@ +li{ + font-family: Helvetica, Arial, serif; +} + +.column{ + flex:50%; + padding: 10px; + height: 300px; +} + +.row{ + display: flex; +} \ No newline at end of file diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index ff25fb2..a66b8c5 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -63,7 +63,7 @@ -