Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tryton/communication/website
1 result
Show changes
Commits on Source (4)
......@@ -175,11 +175,7 @@
'static', {'filename': 'css/main.css'}, {
'rel': 'preload', 'as': 'style', 'nopush': True}),
LinkHeader(
'static', {'filename': 'fonts/RobotoCondensed-Light.woff'}, {
'rel': 'preload', 'as': 'font', 'nopush': True,
'crossorigin': True}),
LinkHeader(
'static', {'filename': 'fonts/RobotoCondensed-Regular.woff'}, {
'rel': 'preload', 'as': 'font', 'nopush': True,
'crossorigin': True}),
LinkHeader(
......@@ -182,11 +178,7 @@
'static', {'filename': 'fonts/RobotoCondensed-Regular.woff'}, {
'rel': 'preload', 'as': 'font', 'nopush': True,
'crossorigin': True}),
LinkHeader(
'static', {'filename': 'fonts/RobotoCondensed-Bold.woff'}, {
'rel': 'preload', 'as': 'font', 'nopush': True,
'crossorigin': True}),
LinkHeader(
'static', {'filename': 'fonts/material-icons.woff2'}, {
'rel': 'preload', 'as': 'font', 'nopush': True,
'crossorigin': True}),
......
@font-face {
font-display: optional;
font-display: swap;
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
......@@ -11,7 +11,7 @@
}
@font-face {
font-display: optional;
font-display: swap;
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
......@@ -23,7 +23,7 @@
}
@font-face {
font-display: optional;
font-display: swap;
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
......
......@@ -29,7 +29,19 @@
</div>
{% endmacro %}
{% set events = [
Day((2023, 5, 22), location=location1(), full=True),
Day((2023, 5, 22),
("New index declaration", (10,), (10, 30),
"The implementation process of the new index system, the reasons for the change, "
"the choices that have been made and a presentation of the result",
[("Nicolas Évrard", '9f3e84dcf01f24de39a02268e00a89ed', "B2CK", 'https://www.b2ck.com/')]),
("Demo of tooling to create tutorial videos", (11,), (11, 15),
"",
[("Hartmut Goebel", 'a12beb8d8d1e540be1a40ec70fa325c3', 'Crazy Compilers', 'http://www.crazy-compilers.com/')]),
("Sample databases in multiple languages", (11, 15), (11, 45),
"Discussion on how to be used in videos",
[("Hartmut Goebel", 'a12beb8d8d1e540be1a40ec70fa325c3', 'Crazy Compilers', 'http://www.crazy-compilers.com/')]),
("Code Sprint", (10,), (18,)),
location=location1(), full=False),
Day((2023, 5, 23),
("Code Sprint", (10,), (18,)), location=location2(), full=True),
Day((2023, 5, 24),
......@@ -64,6 +76,9 @@
{% block register %}
<h3 class="text-center"><a href="https://ti.to/tryton-foundation/tub2023">Want to participate in the #TUB2023?</a></h3>
<tito-widget event="tryton-foundation/tub2023"></tito-widget>
<div class="bg-info text-center mx-auto rounded" style="max-width: 600px;">
It is possible to pay by cash on the first day of the conference, but capacity is limited and there is no guarantee that there will still be places available.
</div>
{% endblock register %}
{% block venue %}
......