Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
amici-infotech committed Jul 5, 2024
2 parents ad234ec + 6c00a36 commit b786056
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 14 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1720163236
dateModified: 1720181672
email:
fromEmail: [email protected]
fromName: 'IJM Program Tracker'
Expand Down Expand Up @@ -128,7 +128,6 @@ meta:
aeac151d-d4a9-4733-9c2f-c8a1eac9a41b: 'Content Width' # Content Width
af56b8d4-e8df-4952-96c3-24e39909380c: 'IJM Program Tracker' # IJM Program Tracker
bac5974c-f86b-4ef2-a13c-d4e61c2883b7: Jurisdictions # Jurisdictions
bc3b468e-cdba-4c0b-b35e-eec6078f0472: Root # Root
bc97ce21-40cf-43a2-991d-94585d8fb43a: 'Icon Card' # Icon Card
bcbc592a-d4d0-4afa-92b6-458504f09b17: 'Margin Top' # Margin Top
c54b7104-c058-41f4-ac16-278920cf8062: 'Container Size' # Container Size
Expand Down
2 changes: 1 addition & 1 deletion templates/_/includes/header.twig
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<li>
<div x-data="{ isOpen: false }" class="relative">
{# Button to toggle the dropdown #}
<button @click="isOpen = !isOpen" class="text-sm text-white font-medium capitalize flex items-center gap-1.5 hover:text-gold-500 duration-300 transition-all">
<button @click="isOpen = !isOpen" class="text-sm text-white font-medium capitalize flex items-center gap-1.5 hover:text-gold-500 duration-300 transition-all" aria-label="Search">
<svg width="32" height="31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.9 12c0 5.73-4.9 10.5-11.1 10.5-6.2 0-11.1-4.77-11.1-10.5S6.6 1.5 12.8 1.5C19 1.5 23.9 6.27 23.9 12Z" stroke="#101523" stroke-width="3" />
<path d="m21.2 20 9.45 9" stroke="#000" stroke-width="3" />
Expand Down
2 changes: 1 addition & 1 deletion templates/_partials/hero/split.twig
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{% if contentExist or entry is defined %}
<div class="container flex items-center lg:min-h-[900px] relative {{ imagePosition == 'left' ? 'flex-row-reverse' }}">
<div class="relative z-10 lg:w-full lg:max-w-[490px] xl:max-w-[557px]">
<div class="relative md:py-32 pt-12 pb-24 {{ imagePosition == 'left' ? 'pl-8' : 'pr-8' }}">
<div class="relative md:py-32 pt-12 pb-24 {{ imagePosition == 'left' ? 'lg:pl-8' : 'lg:pr-8' }}">
{{ render.basicContents({
eyebrow: block.eyebrow,
heading: block.heading,
Expand Down
2 changes: 1 addition & 1 deletion web/assets/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/assets/css/app.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/assets/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"/js/projects-search.js": "/js/projects-search.js?id=ae74e2b12d84fb45d3b64299401807f3",
"/css/swiper.css": "/css/swiper.css?id=3a856382a3561fda29be952832926b6f",
"/css/glightbox.css": "/css/glightbox.css?id=03c8b5ff30b66e8cc509a3606a3ed8be",
"/css/app.css": "/css/app.css?id=217115693df149cd6aeb154c6e53d928"
"/css/app.css": "/css/app.css?id=c42a93338cfda64ce2887ada113c54c0"
}

0 comments on commit b786056

Please sign in to comment.