Skip to content

Commit

Permalink
added image
Browse files Browse the repository at this point in the history
  • Loading branch information
thixpin committed May 11, 2024
1 parent d69f31c commit efbe3c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added public/devktops.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ export default function Home() {
<h1 className="text-4xl font-bold text-gray-900 dark:text-gray-100">Welcome to devKtOps</h1>
<p className="mt-4 text-lg text-gray-700 dark:text-gray-300">Empowering DevOps for your organization</p>
<p className="mt-4 text-lg text-gray-700 dark:text-gray-300">We provide tools, learning resources, and a community to help you succeed.</p>
<Image
src="/devktops.jpeg"
alt="devKtOps Logo"
width={200}
height={200}
className="mt-8 mx-auto rounded"
/>
</header>

<section className="my-16 grid gap-6 lg:grid-cols-3">
Expand Down

0 comments on commit efbe3c7

Please sign in to comment.