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. -->
47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156955408-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-156955408-1');
|
|
</script>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<title>ONNX Runtime | Community</title>
|
|
<link rel="icon" href="./images/ONNXRuntime-Favicon.png" type="image/gif" sizes="16x16">
|
|
<link rel="stylesheet" href="css/fonts.css">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="css/custom.css">
|
|
<link rel="stylesheet" href="css/responsive.css">
|
|
<script type="text/JavaScript">
|
|
var root = window.location.protocol + "//" + window.location.hostname;
|
|
window.location.replace(root + "/blogs.html");
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<p><a href="/blogs.html">This page has moved to Blogs</a></p>
|
|
|
|
<!-- Partial footer.html Start-->
|
|
<div w3-include-html="footer.html"></div>
|
|
<!-- Partial footer.html End-->
|
|
|
|
<a id="back-to-top" href="JavaScript:void(0);" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span class="fa fa-angle-up"></span></a>
|
|
|
|
<script src="https://www.w3schools.com/lib/w3.js"></script>
|
|
<script>w3.includeHTML();</script>
|
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
|
|
<script src="./js/custom.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|