mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
### Description This PR is to simplify our blog updating process in order to make sure it stays up to date. I have added a tempalte and a json source where blogs can be easily added. I have removed the images from the blogs, and deleted the old images. Additionally we decided to remove twitter from the header. https://cassiebreviu.github.io/onnxruntime/blogs.html ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
40 lines
2.5 KiB
HTML
40 lines
2.5 KiB
HTML
<header class="fixed-top header-content">
|
|
<nav class="navbar navbar-expand-md navbar-custom" aria-label="Main menu">
|
|
<a id="ONNXLogo" class="navbar-brand" href="./index.html">
|
|
<img src="images/svg/ONNX-Runtime-logo.svg" class="d-inline-block align-top onnx-logo" alt="ONNX Runtime Home" />
|
|
</a>
|
|
<button class="navbar-toggler p-0" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse border-md-top mt-md-0 mt-2" id="navbarNav">
|
|
<div class="mr-auto"></div>
|
|
<div class="my-md-2 mb-0 mt-2 my-lg-0 pl-3 pl-md-0">
|
|
<ul class="navbar-nav navbar-nav mr-auto text-uppercase" id="navigation">
|
|
<li class="nav-item">
|
|
<a class="nav-link pr-3" href="./index.html#getStartedTable">Get Started</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link pr-3" href="./docs">Docs</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link pr-3" href="./blogs.html">Blogs</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link pr-3" href="./about.html">About</a>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle pr-3" data-toggle="dropdown" href="#" role="button" aria-expanded="false">Community</a>
|
|
<div class="dropdown-menu dropdown-menu-right">
|
|
<a class="dropdown-item" href="./community.html">Testimonials</a>
|
|
<a class="dropdown-item" href="https://www.youtube.com/onnxruntime" target="_blank">YouTube</a>
|
|
<a class="dropdown-item" href="https://www.linkedin.com/company/77691267/admin/" target="_blank">Linkedin</a>
|
|
<a class="dropdown-item" href="https://www.tiktok.com/@onnxruntimeai" target="_blank">TikTok</a>
|
|
</div>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link pr-3" target="_blank" href="http://github.com/microsoft/onnxruntime">GitHub</a>
|
|
</li>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|