Skip to content

Commit

Permalink
Updated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
salilponde committed Dec 16, 2023
1 parent 4b0be3b commit a6ca927
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
Binary file modified public/screenshot-dokemon-compose-up.jpg
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/screenshot-dokemon-nodes.jpg
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/screenshot-dokemon-variables.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 24 additions & 7 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,8 @@ sudo docker run -p 9090:9090 \\
Deploy compose files, start/stop containers, delete unused images,
view logs.
</h3>
<div className="mb-10">
<img
src="/screenshot-dokemon-images.jpg"
className="xl:max-w-[900px]"
/>
</div>
<h3 className="text-lg font-bold mb-4">Get Started Now</h3>
<div className="mb-4 text-xs sm:text-base">
<div className="mb-10 text-xs sm:text-base">
<pre className="bg-slate-800 p-4 sm:p-8 md:px-12 focus:outline-none font-mono">
{command}
</pre>
Expand All @@ -62,6 +56,29 @@ sudo docker run -p 9090:9090 \\
Copy
</button>
</div>
<div className="mb-10 text-center">
<h4 className="font-bold mb-2">Manage Multiple Servers</h4>
<img
src="/screenshot-dokemon-nodes.jpg"
className="xl:max-w-[900px]"
/>
</div>
<div className="mb-10 text-center">
<h4 className="font-bold mb-2">
Manage Variables for Different Environments
</h4>
<img
src="/screenshot-dokemon-variables.jpg"
className="xl:max-w-[900px]"
/>
</div>
<div className="mb-10 text-center">
<h4 className="font-bold mb-2">Deploy Compose Projects</h4>
<img
src="/screenshot-dokemon-compose-up.jpg"
className="xl:max-w-[900px]"
/>
</div>
<div className="mb-16 md:max-w-[580px]">
<h3 className="text-lg font-bold mb-4 text-center">
Production Usage
Expand Down

0 comments on commit a6ca927

Please sign in to comment.