Add press anchor and cross-link CTA section on news page
This commit is contained in:
parent
3a3ffd8aa2
commit
d9080610f7
1 changed files with 14 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="container timeline">
|
||||
<div class="container timeline" id="press-links">
|
||||
<% (config.news || []).forEach(item => { %>
|
||||
<article class="news-row reveal" data-reveal>
|
||||
<p class="date"><%= item.date %></p>
|
||||
|
|
@ -22,4 +22,17 @@
|
|||
<% }) %>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section-alt">
|
||||
<div class="container split split-visual">
|
||||
<article class="split-copy reveal" data-reveal>
|
||||
<h2>See more source-backed material</h2>
|
||||
<p>Use the research and literature pages for source links and supporting documentation.</p>
|
||||
<a class="btn btn-primary" href="/research#sources">Go to Research</a>
|
||||
</article>
|
||||
<div class="split-media reveal" data-reveal>
|
||||
<img src="<%= config.assets.images.company3 %>" alt="AutoTQ media and source-review context" loading="lazy" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue