Skip to content

Commit

Permalink
better home page
Browse files Browse the repository at this point in the history
  • Loading branch information
benubah committed May 23, 2023
1 parent 9c0ccee commit 35a068e
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 3 deletions.
Binary file added docs/img/mycity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 55 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,34 @@
}
});

window.addEventListener('hashchange',() => {
if (window['quarto-listing-loaded']) {
window['quarto-listing-loaded']();
}
})


window.document.addEventListener("DOMContentLoaded", function (_event) {
const listingTargetEl = window.document.querySelector('#listing-sponsors .list');
if (!listingTargetEl) {
// No listing discovered, do not attach.
return;
}

const options = {
valueNames: ['listing-name','listing-href','listing-thumbnail',{ data: ['index'] },{ data: ['categories'] }],

searchColumns: ["listing-name","listing-href","listing-thumbnail"],
};

window['quarto-listings'] = window['quarto-listings'] || {};
window['quarto-listings']['listing-sponsors'] = new List('listing-sponsors', options);

if (window['quarto-listing-loaded']) {
window['quarto-listing-loaded']();
}
});

window.addEventListener('hashchange',() => {
if (window['quarto-listing-loaded']) {
window['quarto-listing-loaded']();
Expand Down Expand Up @@ -215,15 +243,40 @@ <h6 id="headline"></h6>
<li style=""><span id="minutes" class="countdown_date"></span>MINUTES</li>
<li style="border-right: 0px;"><span id="seconds" class="countdown_date"></span>SECONDS</li>
</ul>
<div id="countdownDate" hidden="">Sept 21, 2023 23:59:00</div>
<div id="countdownDate" hidden="">Sept 21, 2024 23:59:00</div>
</div>
<div class="listing-no-matching d-none">
No matching items
</div>
</div>
<div class="g-col-6 text_block">
<section id="about-mycity" class="level3">
<h3 data-anchor-id="about-mycity">About MyCity?</h3>
<p>MyCity is the most international city in Mars, as it is where the Global seat of the UN is based. Even the International People’s Group directs its humanitarian campaigns from here. Besides being a congress city, MyCity is also a centre for culture and history, for trade fairs and exhibitions.</p>
<p>A rewarding excursion destination is Mount XYZ, which is situated in neighboring Jupiter The cableway lifts visitors to an altitude of 1100 metres in less than five minutes, giving rise to outstanding vistas across the MyCity, ABC horizons and XYC landscapes</p>
</section>
<section id="satrday-mycity-1" class="level3">
<h3 data-anchor-id="satrday-mycity-1">satRday MyCity</h3>
<p>satRday MyCity will be taking place at MyCity, MyCountry on the 21st September, 2024</p>
</section>
</div>
<div class="g-col-6">
<p><img src=".\img/mycity.jpg" class="img_block img-fluid" style="width:100.0%"></p>
</div>
<div id="listing-sponsors" class="g-col-12 quarto-listing quarto-listing-container-custom">
<div class="sponsorsFooter">
<h1 id="sponsorTitle" data-default-title="<strong>Our Sponsors</strong>"><strong>Our Sponsors</strong></h1>
<ul>
<li><a href="https://r-consortium.org" target="_blank" class="sblogos__link"><img class="sblogos__img" src="https://www.r-consortium.org/wp-content/uploads/sites/13/2016/09/RConsortium_Horizontal_Pantone.png" alt="R Consortium logo"></a></li>
<li><a href="https://r-consortium.org" target="_blank" class="sblogos__link"><img class="sblogos__img" src="https://www.r-consortium.org/wp-content/uploads/sites/13/2016/09/RConsortium_Horizontal_Pantone.png" alt="R Consortium logo"></a></li>
<li><a href="https://r-consortium.org" target="_blank" class="sblogos__link"><img class="sblogos__img" src="https://www.r-consortium.org/wp-content/uploads/sites/13/2016/09/RConsortium_Horizontal_Pantone.png" alt="R Consortium logo"></a></li>
</ul>
</div>
</div>
</div>


</div>



Expand Down Expand Up @@ -520,7 +573,7 @@ <h6 id="headline"></h6>
}
});
</script>
</div> <!-- /content -->
<!-- /content -->
<footer class="footer">
<div class="nav-footer">
<div class="nav-footer-left">Proudly supported by R Consortium</div>
Expand Down
Binary file added img/mycity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ listing:
- id: countdown
template: countdown.ejs
contents:
- datetime: Sept 21, 2023 23:59:00
- datetime: Sept 21, 2024 23:59:00
- id: sponsors
template: about/sponsors/sponsors.ejs
contents: about/sponsors/sponsors.yml
---

::: grid
Expand All @@ -24,4 +27,22 @@ listing:
::: {#countdown .g-col-12}
:::

::: {.g-col-6 .text_block}
### About MyCity?
MyCity is the most international city in Mars, as it is where the Global seat of the UN is based. Even the International People's Group directs its humanitarian campaigns from here. Besides being a congress city, MyCity is also a centre for culture and history, for trade fairs and exhibitions.

A rewarding excursion destination is Mount XYZ, which is situated in neighboring Jupiter The cableway lifts visitors to an altitude of 1100 metres in less than five minutes, giving rise to outstanding vistas across the MyCity, ABC horizons and XYC landscapes

### satRday MyCity

satRday MyCity will be taking place at MyCity, MyCountry on the 21st September, 2024
:::

::: g-col-6
![](/img/mycity.jpg){.img_block width="100%"}
:::

::: {#sponsors .g-col-12}
:::

:::

0 comments on commit 35a068e

Please sign in to comment.