<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_timeline_list" name="Timeline List">
    <section class="s_timeline_list pt32 pb88">
        <div class="o_container_small">
            <h2 style="text-align: center;" class="h3-fs">What's new</h2>
            <p style="text-align: center;" class="lead">Highlight your history, showcase growth and key milestones.</p>
            <p><br/></p>
            <div class="s_timeline_list_wrapper d-flex justify-content-center pt-3">
                <div>
                    <div class="s_timeline_list_row position-relative pb-4" data-name="Milestone">
                        <div class="o_dot_line position-absolute top-0 bottom-0 w-0 mb-1 border-start pe-none"/>
                        <span class="o_dot o_not_editable position-absolute translate-middle-x rounded-circle pe-none" contenteditable="false"/>
                        <small class="text-muted">Feb 11, 2024</small>
                        <strong>Enhanced User Interface for Better Navigation</strong>
                    </div>
                    <div class="s_timeline_list_row position-relative pb-4" data-name="Milestone">
                        <div class="o_dot_line position-absolute top-0 bottom-0 w-0 mb-1 border-start pe-none"/>
                        <span class="o_dot o_not_editable position-absolute translate-middle-x rounded-circle pe-none" contenteditable="false"/>
                        <small class="text-muted">Apr 03, 2024</small>
                        <strong>New Dashboard Features for Custom Reports</strong>
                    </div>
                    <div class="s_timeline_list_row position-relative pb-4" data-name="Milestone">
                        <div class="o_dot_line position-absolute top-0 bottom-0 w-0 mb-1 border-start pe-none"/>
                        <span class="o_dot o_not_editable position-absolute translate-middle-x rounded-circle pe-none" contenteditable="false"/>
                        <small class="text-muted">Jun 15, 2024</small>
                        <strong>Integrated Multi-Language Support Added</strong>
                    </div>
                    <div class="s_timeline_list_row position-relative pb-4" data-name="Milestone">
                        <div class="o_dot_line position-absolute top-0 bottom-0 w-0 mb-1 border-start pe-none"/>
                        <span class="o_dot o_not_editable position-absolute translate-middle-x rounded-circle pe-none" contenteditable="false"/>
                        <small class="text-muted">Aug 27, 2024</small>
                        <strong>Improved Security Protocols Implemented</strong>
                    </div>
                    <div class="s_timeline_list_row position-relative pb-4" data-name="Milestone">
                        <div class="o_dot_line position-absolute top-0 bottom-0 w-0 mb-1 border-start pe-none"/>
                        <span class="o_dot o_not_editable position-absolute translate-middle-x rounded-circle pe-none" contenteditable="false"/>
                        <small class="text-muted">Oct 09, 2024</small>
                        <strong>Mobile App Compatibility Expanded</strong>
                    </div>
                    <div class="s_timeline_list_row position-relative pb-4" data-name="Milestone">
                        <div class="o_dot_line position-absolute top-0 bottom-0 w-0 mb-1 border-start pe-none"/>
                        <span class="o_dot o_not_editable position-absolute translate-middle-x rounded-circle pe-none" contenteditable="false"/>
                        <small class="text-muted">Dec 22, 2024</small>
                        <strong>Advanced Analytics Tools Introduced</strong>
                    </div>
                </div>
            </div>
        </div>
    </section>
</template>

<asset id="website.s_timeline_list_000_scss" name="Timeline List 000 SCSS">
    <bundle>web.assets_frontend</bundle>
    <path>website/static/src/snippets/s_timeline_list/000.scss</path>
</asset>

</odoo>
