diff --git a/.dockerignore b/.dockerignore index b512c09..e5a1231 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,5 @@ -node_modules \ No newline at end of file +node_modules +.git +dump +node_shell +.next \ No newline at end of file diff --git a/app/(components)/AboutSection.tsx b/app/(components)/AboutSection.tsx index 44fde75..45d8124 100644 --- a/app/(components)/AboutSection.tsx +++ b/app/(components)/AboutSection.tsx @@ -24,18 +24,36 @@ export default function AboutSection() {

About Me

- Quick learner, adaptable, problem solver, curious. I strive to know the system, rather than the status quo. I thrive in difficult situations and complex hurdles: problem solving is now second nature to me. + + To explain the full extent of my skills and + abilities is now impractical. I've delved into the + deep waters of tech and racked up multiple skills + and abilities. To keep it simple, whichever stack is + at hand, I've either had some experience with it, or + I'll pick it up in a few weeks. +
-

_ Code Ben

- In the last two years I've developed from a complete designer to pro software engineer. After countless days of writing code, debugging, testing, building projects, server administration, deployment, CI/CD, etc, I've developed the most vital skill of all: adaptability. The ability to asimilate new knowledge at record pace: the tech industry moves really fast: you either keepup, or fall behind. +

_Code Ben

+ + Software engineering is natural to me as a trained + engineer. Web/server architecture and design is + where I really thrive. Using tried and trusted + technologies, while keeping a keen eye on stability + and performance, I'm able to create the perfect + balance between bleeding edge and stability. +

Graphic Design

- After spending about 5 years in the design industry, I've picked up a few vital concepts about UI/UX design. My design path still sips into my developer life: and I must say, it's the perfect harmony of modern tech. Some of my designs can be found on my{" "} + After spending about 5 years in the design industry, + I've picked up a few vital concepts about UI/UX + design. My design path still sips into my developer + life: and it boosts my overall expertise. Some of my + designs can be found on my{" "} - + Learn More About Me
diff --git a/app/(components)/Hero.tsx b/app/(components)/Hero.tsx index 05771e9..7a96722 100644 --- a/app/(components)/Hero.tsx +++ b/app/(components)/Hero.tsx @@ -106,7 +106,7 @@ export default function Hero() { Contact Me About Me

- I live on the bleeding edge of technology + I'm the perfect balance between bleeding edge and stability

- Quick learner, adaptable, problem solver, curious. I strive - to know the system, rather than the status quo. My credo is: - no problem too great, no knowledge too vast, no logic too - complex. I thrive in difficult situations and complex - hurdles: problem solving is now second nature to me: if you - can think it, it can be done. + So often new technologies are introduced and they are not + always the bells and whistles they are promised to be. I + have a keen eye for these technologies and I'm able to + determine if they are worth the investment or not. I'm not + afraid to use new technologies but I'm also not afraid to + use tried and true technologies. I'm able to make the best + decision for the project at hand. diff --git a/index.html b/index.html deleted file mode 100644 index 26a9007..0000000 --- a/index.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - - - - - - Tben Web Designer - - - - - - - - - - - - - - - -
- - - - - - - -
- - -
Tben.
Design
-
- -
- -
- -
- - -
- - - -
- -
- - - - - - - - - - -
- - -
- - - - - - - - - - -
-
- -
- - - - - -
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- -
-
-
Benjamin
Toby
-
- - - - - - - - - -
-
-

Some of My Work

-

Here are a few of my works: you can find more of my - work on my 99designs profile.

-
- - -
-
- -
-
- - -
- -
-

Transcend Barriers Animation

-

This animation was made for web view. I used aftereffects and bodymoving to accomplish this: - the result? High definition svg anmimation that looks crisp on any resolution and maintains - a relatively light weight

-
-
-
-
Adobe Illustrator
-
-
-
Adobe After Effects
-
-
-
javascript
-
-
-
- - -
- -
-

Github to Asana

-

This project is an ongoing webapp that connects github to asana. In this project I'm focusing - on the UI/UX, together with frontend functionality.

-
-
-
-
Adobe Photoshop
-
-
-
Adobe Illustrator
-
-
-
Adobe After Effects
-
-
-
HTML5
-
-
-
CSS3
-
-
-
javascript
-
-
-
Git version control
-
-
- - -
-
- -
-
-
- - - - - - - - - - - -
-
- -
- -
-

About Me

-

I've traversed multiple fields over the past decade: from engineering - studies, to solar power constructions, to web design, graphic design, 2d animations, and code. Over the - years I've learnt the best skill: which is learnability and adaptability: hence I aim to cut across many - different fields: the world changes fast, and I think this is the only skill that matters.

-
-
- - - - - - - - - - - -
-

My Tools For Creating Awesomeness

-

Ever expanding and ever improving, I have proffesional grade understanding - of the tools below. But I don't plan to stop here.

- -
-
-
Adobe Photoshop
-
- -
-
Adobe Illustrator
-
- -
-
Adobe After Effects
-
- -
-
HTML 5
-
- -
-
CSS3
-
- -
-
javascript
-
- -
-
Git Version Control
-
- -
-
Figma
-
- -
-
Wordpress
-
- -
-
Webflow
-
- -
-
Adobe XD
-
- -
-
Visual Studio Code
-
- -
-
Dreamweaver
-
- -
-
Adobe Animate
-
- -
-
Affinity Photo and Affinity Designer
-
-
- - -
- - - - - - - - - - - -
-
-

So. Let's talk

- -

Your business is my business as soon as you hit that contact button. I'm - ready - to attend to your needs as soon as possible. Just drop a line.

- - Email Address mail - - -
-
Copyright 2021 Tben.Design
-
- -
- - - -
- - -
- - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/layouts/general_layout/links.json b/layouts/general_layout/links.json index 881f69c..371adda 100644 --- a/layouts/general_layout/links.json +++ b/layouts/general_layout/links.json @@ -13,7 +13,7 @@ }, { "title": "My Resume", - "url": "/documents/Resume-Benjamin-Toby-Linkedin.pdf", + "url": "/documents/Resume-Benjamin-Toby.pdf", "download": true }, { diff --git a/package.json b/package.json index 7f12695..8340f38 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,14 @@ "postcss": "^8.4.26", "tailwindcss": "^3.3.3", "typescript": "^5.1.6" + }, + "pkg": { + "scripts": "build/**/*.js", + "assets": "views/**/*", + "targets": [ + "node18-linux-amd64", + "node18-linux-arm64" + ], + "outputPath": "dist" } } diff --git a/public/documents/Resume-Benjamin-Toby.pdf b/public/documents/Resume-Benjamin-Toby.pdf new file mode 100644 index 0000000..3d1e374 Binary files /dev/null and b/public/documents/Resume-Benjamin-Toby.pdf differ