By GonΓ§alo Matos
Create a simple and beautiful website that can be easily updated by anyone of the team without requiring programming skills.
π index.qmd
π info
π info/accommodation.qmd
π info/contacts.qmd
π info/gettingAround.qmd
π forum
π forum/day1.qmd
π forum/day2.qmd
π forum/day3.qmd
Easy to write, easy to read
| Markdown Syntax | Output |
|---|---|
| italics, bold, bold italics | |
Heading 3 |
|
|
|
| Link text |
Quick to build, easy to maintain, smooth delivery
Plain text markdown info/venue.qmd
---
title: "Venue"
format:
html:
css: ../styles/info.css
---
The DTN Annual Forum 2025 will be hosted at Institute of Geography and Spatial Planning (IGOT).
It is located in the heart of Lisbon city and inside University of Lisbon campus, accessible by
several transport modes. For more details on how to [get to Lisbon](/info/gettingToLisbon.html),
[to the venue](/info/gettingHere.html) and [around the city](/info/gettingAround.html), check the
respective pages.

{.preview-image}Sidebar for simpler navigation _quarto.yml
Style improvements styles/theme.scss
.sidebar-item {
border: 1px solid #cd7eabff;
border-radius: 32px;
padding: 6px;
padding-left: 12px;
text-wrap: wrap;
&:has(a.active) {background-color: #cd7eabff;}
&:has(a.active) .sidebar-item-text span {color: #ffffff!important;}
&:hover{text-decoration: underline;}
.active {font-weight: bold;}
.sidebar-item-text {
span {color: black!important;}
}
}Plain text markdown forum/day1
---
title: 10th Sept. (Wednesday)
image: "/images/backgrounds/dtn.png"
format:
html:
css: ../styles/schedule.css
---
| | |
| --- | ---- |
| 8:00 - 9:00 | <span class="event-outline-blue"></span> Registration / coffee
| 9:00 | <span class="event-outline-blue"></span> Welcome
| 09:30 | <span class="event-filled-green"></span> Think! Data wonβt tell the full
| 10:15 | <span class="event-outline-blue"></span> Coffee break
| 10:45 | <span class="event-filled-orange size-2"></span> PhD poster pitching
| 12:15 | <span class="event-outline-blue"></span> Lunch |
| 14:00 | <span class="event-filled-blue size-2"></span> Lisbon Public Transit ExperienceStyle improvements styles/schedule.css
table td:has(.event-outline-blue) {
border: 1px solid #0798C6 !important;
}
table td:has(.event-filled-green) {
background-color: #9Cb380 !important;
color: #fff!important;
}
table td:has(.event-filled-orange) {
background-color: #FF7F51 !important;
color: #fff;
}
table td:has(.event-filled-blue) {
color: #fff!important;
background-color: #0798C6 !important;
}Plain text markdown based on built-in listing feature speakers/index.qmd
---
title: "Speakers"
image: "/images/backgrounds/dtn.png"
format:
html:
css: ../styles/speakers.css
listing:
type: grid
contents:
- path: /speakers/jcosteira.html
image: https://isr.tecnico.ulisboa.pt/jcosteira.jpg
title: JoΓ£o Paulo Costeira
description: ""
categories: []
- path: /speakers/zbent.html
image: https://nacto.org/wp-content/uploads/Bent-sq.jpg
title: Zabe Bent
description: ""
categories: []
---Plain text markdown, with a tweak π€« index.qmd
---
title: "<span class='text-hidden'>EIT Urban Mobility DTN Annual Forum 2025</span><img"
sidebar: false
image: "/images/backgrounds/dtn.png"
format:
html:
page-layout: custom
css: styles/home.css
include-before-body: html/home/header.html
---
The DTN Annual Forum is the DTNβs annual flagship event that gathers experts, scholars, and industry
leaders from around the world to discuss the latest advancements in urban mobility. This vibrant forum
offers participants an opportunity to present their research, engage in insightful discussions, and
foster collaborations.Adding custom HTML before page content assets/timer.html
Check the code at github.com/U-Shift/DTNlisbon