From dcedd00362767418ef354f446235a45a28eb7bb8 Mon Sep 17 00:00:00 2001 From: Cassie Breviu <46505951+cassiebreviu@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:26:18 -0500 Subject: [PATCH] Update news section to be called blogs, remove twitter link from header, json source for blogs page (#15291) ### 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 --- blogs.html | 93 ++++++++++ footer.html | 4 +- header.html | 3 +- images/BERT-ORTTRT.png | Bin 251981 -> 0 bytes images/gptc-vscode.png | Bin 40097 -> 0 bytes images/hugging-optimum-ort-training.png | Bin 253927 -> 0 bytes images/huggingface-spaces.png | Bin 185253 -> 0 bytes images/hypefactors-ort.png | Bin 53202 -> 0 bytes images/ort-pt-training.png | Bin 58679 -> 0 bytes images/ort-rocm.png | Bin 60545 -> 0 bytes images/ort-training-code.png | Bin 363688 -> 0 bytes images/ort-web.png | Bin 57828 -> 0 bytes images/ort_intel.png | Bin 72750 -> 0 bytes images/ovepblog.png | Bin 42968 -> 0 bytes images/sas-ort.png | Bin 34232 -> 0 bytes images/xamarin-ort.png | Bin 14192 -> 0 bytes js/blogs.json | 106 ++++++++++++ js/custom.js | 34 ++++ news.html | 219 +----------------------- 19 files changed, 243 insertions(+), 216 deletions(-) create mode 100644 blogs.html delete mode 100644 images/BERT-ORTTRT.png delete mode 100644 images/gptc-vscode.png delete mode 100644 images/hugging-optimum-ort-training.png delete mode 100644 images/huggingface-spaces.png delete mode 100644 images/hypefactors-ort.png delete mode 100644 images/ort-pt-training.png delete mode 100644 images/ort-rocm.png delete mode 100644 images/ort-training-code.png delete mode 100644 images/ort-web.png delete mode 100644 images/ort_intel.png delete mode 100644 images/ovepblog.png delete mode 100644 images/sas-ort.png delete mode 100644 images/xamarin-ort.png create mode 100644 js/blogs.json diff --git a/blogs.html b/blogs.html new file mode 100644 index 0000000000..d83859e800 --- /dev/null +++ b/blogs.html @@ -0,0 +1,93 @@ + + + + + + + + + + + ONNX Runtime | Community + + + + + + + + + + Skip to main content +
+
+ + +
+ + +
+
+ +
+
+

Blogs & Announcements

+
+
+ +
+ + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + diff --git a/footer.html b/footer.html index 894560012a..e935f30bdd 100644 --- a/footer.html +++ b/footer.html @@ -41,8 +41,8 @@