mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-04-04 06:19:46 +00:00
Fix/optimizations (#3)
* revamped js/css asset build * update favicon compilation and color; cleanup package.json * fix spacing * update social media display and references * adjust about page sizing and mobile display * update jobs and page titles * abstract links to single source, small style fixes * adjust footer * update pro viddeo page and seo * seo and video fixes * fix seo display * move tor link to footer * sizing adjustments and add hosted video * video and sizing adjustments * wip video * final video * update pro link * temp fix for ticker start * update link, add auto orient, remove video border * fix contact form submission and mobile submit
This commit is contained in:
31
src/embassy-pro.njk
Normal file
31
src/embassy-pro.njk
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: Embassy Pro
|
||||
excerpt: Introducting our new flagship personal server product for sovereign computing
|
||||
image: https://start9.com/thumbnail-pro.jpg
|
||||
ogtype: summary
|
||||
layout: layouts/peripheral.njk
|
||||
---
|
||||
|
||||
<section id="hero">
|
||||
<div id="hero-image" class="image-with-shadow">
|
||||
<img src="/assets/images/news-hero.png" alt="news page hero: html tag emerging from an embassy" title="news page hero: tv emerging from an embassy"/>
|
||||
<img class="img-shadow" src="/assets/images/news-hero.png" alt=""/>
|
||||
</div>
|
||||
<div id="logo">
|
||||
<h1 class="text-center pb1">
|
||||
<span>Embassy Pro</span>
|
||||
</h1>
|
||||
<div id="pro-tagline">
|
||||
<p class="pb1">Introducting our new flagship product</p>
|
||||
<a href="{{ site.products.pro }}" class="btn" rel="noopener noreferrer" target="_blank">Get yours</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="pro-video">
|
||||
<div data-player-id="dd03b0e0-e64c-4a3b-aef5-69195ab2aa61" >
|
||||
<script src="//cdn.flowplayer.com/players/21e0a777-b621-48d2-9f92-701c1e1fc844/native/flowplayer.async.js">
|
||||
{ "src": "https://customer-g9m9y1yjgqx9eniu.cloudflarestream.com/733ce92ef09cba3eeb9c4d0a06370b24/manifest/video.m3u8", "poster": "https://start9.com/thumbnail-pro.jpg", "auto_orient": true }
|
||||
</script>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user