add logo and basic styling
Brijesh Wawdhane ops@brijesh.dev
Wed, 05 Feb 2025 04:36:28 +0530
2 files changed,
12 insertions(+),
9 deletions(-)
M
index.html
→
index.html
@@ -7,7 +7,7 @@ @import url("https://fonts.googleapis.com/css2?family=Geist:wght@300&display=swap");
body { font-family: "Geist", serif; } - video { + /* video { max-width: 800px; }@@ -15,27 +15,28 @@ @media (max-width: 800px) {
video { max-width: 100%; } - } + } */ </style> <script src="https://unpkg.com/@tailwindcss/browser@4"></script> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> - <body class="m-5 space-y-2"> + <body class="m-5 space-y-2 lg:my-20 lg:max-w-2xl lg:mx-auto"> + <img src="./logo.svg" class="w-20 lg:w-32 mx-auto" /> <p> Orchestrator is a browser automation service similar to OpenAI's operator </p> <p> - BYOM; Orchestrator supports a variety of LLM providers, including AWS Bedrock, Anthropic, Google Vertex, Google AI, OpenAI, DeepSeek, and more + BYOM; Orchestrator supports a variety of LLM providers, including + AWS Bedrock, Anthropic, Google Vertex, Google AI, OpenAI, DeepSeek, + and more </p> <br /> - <p> - Currently building alpha version, see early demos below - </p> - <video controls class="mb-4 bg-black"> + <p>Currently building alpha version, see early demos below</p> + <video controls class="mb-4 lg:mt-4 lg:mb-8 bg-black lg:mx-auto"> <source src="./demo-1.mp4" type="video/mp4" /> </video> - <video controls class="mb-4 bg-black"> + <video controls class="mb-4 lg:mt-4 lg:mb-8 bg-black lg:mx-auto"> <source src="./demo-2.mp4" type="video/mp4" /> </video> </body>
A
logo.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --> +<svg fill="#000000" width="800px" height="800px" viewBox="0 0 100 100" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"><path d="M63,21.42a2,2,0,0,0-2.79-1.2c-1.17.56-1.31,1.78-.75,3l9.11,22.73c.55,1.18,1.59,1.88,2.75,1.32a2.2,2.2,0,0,0,.79-3.09Z"/><path d="M50.25,37.19c5.14,0,9.26,4.68,9.26,10.46s-4.12,10.47-9.26,10.47S41,53.44,41,47.65,45.11,37.19,50.25,37.19Z"/><path d="M28.89,60.43l13.34,1.5L45.3,80H41.5a2.34,2.34,0,0,1-2.24-1.73l-2.72-9.8L25.18,67.19a6,6,0,0,1-4.85-7.87l5.86-17.08a3.49,3.49,0,0,1,4.47-2.19,3.58,3.58,0,0,1,2.15,4.54l-4.9,14.27A1.18,1.18,0,0,0,28.89,60.43Z"/><path d="M59.21,80h-4l3-17.86,12.61,2.39a1.19,1.19,0,0,0,1.36-1.43l-1.79-8A3.58,3.58,0,0,1,73,50.8a3.5,3.5,0,0,1,4.23,2.63L79.83,65a5.9,5.9,0,0,1-6.72,7.25l-9.63-1.82-2,7.84A2.33,2.33,0,0,1,59.21,80Z"/><path d="M46.64,64.11a1.37,1.37,0,0,1-2.1-1.19V60.71a1.37,1.37,0,0,1,2.1-1.19l3.61,2.3Z"/><path d="M50.25,61.82l3.6-2.3A1.38,1.38,0,0,1,56,60.71v2.21a1.38,1.38,0,0,1-2.11,1.19Z"/></svg>