Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/dev-working-together.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/dev-working.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gandalf.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ui-dev.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/authors/daniel-duarte.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/dev-working-together.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/dev-working.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/gandalf.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/thumbnails/design-system.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/ui-dev.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/layout/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function Footer() {
<footer className="flex flex-col items-center justify-center gap-6 lg:gap-[200px] border-b-4 dark:border-b-[#00C2FF] border-b-blue-500 mt-16 py-4 px-2 sm:flex-row sm:py-6 lg:py-8">
<div className="flex flex-col items-center sm:flex-row sm:gap-4">
<p className="text-center sm:text-left font-medium">
©2022 - 2025. Todos os direitos reservados ao Techknowledge.
©2022 - 2026. Todos os direitos reservados ao Techknowledge.
</p>
</div>

Expand Down
8 changes: 8 additions & 0 deletions src/components/ui/posts/mockAuthor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import authorLeonardo from "../../../assets/images/authors/leonardo.jpeg";
import authorPedroMiguel from "../../../assets/images/authors/pedro-miguel.png";
import authorLucasAlves from "../../../assets/images/authors/lucasalves.jpeg";
import authorAlvesJhonata from "../../../assets/images/authors/alves-jhonata.png";
import authorDanielDuarte from "../../../assets/images/authors/daniel-duarte.jpeg";

export const mockAuthor = [
{
Expand Down Expand Up @@ -64,4 +65,11 @@ export const mockAuthor = [
"Com mais de uma década na área de tecnologia, transformei minha paixão por inovação em soluções tangíveis. Como especialista em Front-end e RPA, crio interfaces intuitivas e automatizo processos complexos, otimizando operações e elevando a experiência do usuário.",
image: authorAlvesJhonata,
},
{
id: 9,
name: "Daniel Duarte",
description:
"Designer há 17 anos e atua como Senior Product Designer na Freestar, empresa americana de tecnologia. Já desenhou produtos usados por marcas globais como CNN, Reuters e Warner Music Group.",
image: authorDanielDuarte,
},
];
6 changes: 6 additions & 0 deletions src/components/ui/posts/mockPost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import thumbComponentesGenericosParte01 from "../../../assets/images/thumbnails/
import thumbComponentesGenericosParte02 from "../../../assets/images/thumbnails/componentes-genericos-parte-02.jpg";
import thumbEntendendoAlgoritmos from "../../../assets/images/thumbnails/entendendo-algoritmos.jpg";
import thumbTailwindCSSV4 from "../../../assets/images/thumbnails/tailwind-css-v4.jpg";
import thumbDesignSystem from "../../../assets/images/thumbnails/design-system.jpeg";

export const mockPost = [
{
Expand Down Expand Up @@ -91,4 +92,9 @@ export const mockPost = [
id: 20,
coverImage: thumbTailwindCSSV4,
},

{
id: 22,
coverImage: thumbDesignSystem,
},
];
Loading