Skip to content

Commit

Permalink
Merge pull request #65 from BharatKatyal/master
Browse files Browse the repository at this point in the history
Added an /ignite page along with images for the Ignite section. The p…
  • Loading branch information
snohio authored Dec 14, 2024
2 parents 878db22 + 164bb4a commit 25ab99d
Show file tree
Hide file tree
Showing 12 changed files with 337 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions src/_includes/partials/banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<div class="relative isolate flex items-center gap-x-6 overflow-hidden bg-odevs-accent/10 px-6 py-2.5 sm:px-3.5 sm:before:flex-1">
<div class="absolute left-[max(-7rem,calc(50%-52rem))] top-1/2 -z-10 -translate-y-1/2 transform-gpu blur-2xl" aria-hidden="true">
<div class="aspect-[577/310] w-[36.0625rem] bg-gradient-to-r from-odevs-primary to-odevs-secondary opacity-20" style="clip-path: polygon(74.8% 41.9%, 97.2% 73.2%, 100% 34.9%, 92.5% 0.4%, 87.5% 0%, 75% 28.6%, 58.5% 54.6%, 50.1% 56.8%, 46.9% 44%, 48.3% 17.4%, 24.7% 53.9%, 0% 27.9%, 11.9% 74.2%, 24.9% 54.1%, 68.6% 100%, 74.8% 41.9%)"></div>
</div>
<div class="absolute left-[max(45rem,calc(50%+8rem))] top-1/2 -z-10 -translate-y-1/2 transform-gpu blur-2xl" aria-hidden="true">
<div class="aspect-[577/310] w-[36.0625rem] bg-gradient-to-r from-odevs-primary to-odevs-secondary opacity-20" style="clip-path: polygon(74.8% 41.9%, 97.2% 73.2%, 100% 34.9%, 92.5% 0.4%, 87.5% 0%, 75% 28.6%, 58.5% 54.6%, 50.1% 56.8%, 46.9% 44%, 48.3% 17.4%, 24.7% 53.9%, 0% 27.9%, 11.9% 74.2%, 24.9% 54.1%, 68.6% 100%, 74.8% 41.9%)"></div>
</div>
<div class="flex flex-wrap items-center gap-x-4 gap-y-2">
<p class="text-sm/6 text-odevs-primary">
<strong class="font-semibold">Ignite the Holidays</strong>
Join us for ODevs' annual holiday tech celebration on Wednesday, December 18!
</p>
<a href="/ignite/" class="text-sm/6 font-semibold text-black hover:text-odevs-accent transition-all duration-300 ease-in-out hover:translate-x-1">Get Tickets<span aria-hidden="true" class="inline-block transition-transform duration-300 ease-in-out group-hover:translate-x-1"></span></a>

</div>
<div class="flex flex-1 justify-end">
<button type="button" class="-m-3 p-3 text-black hover:text-gray-800 transition-colors duration-300 focus-visible:outline-offset-[-4px]">
<span class="sr-only">Dismiss</span>
<svg class="size-5" viewBox="0 0 20 20" fill="black" aria-hidden="true" data-slot="icon">
<path d="M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0-1.06-1.06L10 8.94 6.28 5.22Z" />
</svg>
</button>
</div>
</div>
2 changes: 2 additions & 0 deletions src/_includes/partials/navbar.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% include "./banner.html" %}

<div class="relative bg-gradient-to-b from-primary-focus to-primary w-full">
<nav class="flex items-center justify-center lg:justify-start flex-wrap lg:px-0" x-data="{ isOpen: false }" @keydown.escape="isOpen = false">
<!--Logo etc-->
Expand Down
308 changes: 308 additions & 0 deletions src/ignite/index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
title: Orlando Devs
path: home
---


<div class=" w-full relative mt-6 inline-flex flex-1 flex-col justify-center lg:justify-end items-center">
<h1>
Welcome to
Expand Down
Binary file added src/static/img/DevOps-Days-Image.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 src/static/img/christmas-vibe-odev.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/static/img/ignite-talk-FelipeTalk.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/static/img/ignite-talk-perspective.png
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/static/img/ignite-talk-presentation.png
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/static/img/ignite-talk-stopwatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25ab99d

Please sign in to comment.