docs-site/website/data/users.js (110 lines of code) (raw):
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
*/
module.exports = [
// Please contact SINGA team if you
// want to feature your usage of Apache SINGA
{
// caption: "NUS",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/nus.png",
infoLink: "https://www.nus.edu.sg/",
pinned: true,
},
{
// caption: "NUH",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/nuhlogo.jpg",
infoLink: "https://www.nuh.com.sg/Pages/Home.aspx",
pinned: true,
},
{
// caption: "Alibaba",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/alibaba.png",
infoLink: "https://www.alibabagroup.com/en-US",
pinned: true,
},
{
// caption: "NetEase",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/NetEase.jpg",
infoLink: "http://tech.163.com/17/0602/17/CLUL016I00098GJ5.html",
pinned: true,
},
{
// caption: "SGH",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/sgh.png",
infoLink: "https://www.sgh.com.sg/",
pinned: true,
},
{
// caption: "TTSH",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/TTSH_Logo.png",
infoLink: "https://www.ttsh.com.sg/Pages/default.aspx",
pinned: true,
},
{
// caption: "JurongHealth",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/juronghealth.png",
infoLink: "https://www.ntfgh.com.sg/Pages/default.aspx",
pinned: true,
},
{
// caption: "Carnegie Technologies",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/carnegietech.png",
infoLink: "https://www.carnegietechnologies.com/",
pinned: true,
},
{
// caption: "Foodlg",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/foodlg.png",
infoLink: "http://www.foodlg.com/",
pinned: true,
},
{
// caption: "Medilot",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/medilot.png",
// infoLink: "https://medilot.com/technologies",
infoLink: "",
pinned: true,
},
{
// caption: "MZHTech",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/mzhtech.png",
// infoLink: "http://www.mzhtechnologies.com/index.html",
infoLink: "",
pinned: true,
},
{
// caption: "SecureAge Technology",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/SecureAge_Logo.png",
infoLink: "https://www.secureage.com/",
pinned: true,
},
{
// caption: "CitiGroup",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/citigroup-logo.jpg",
infoLink: "https://www.citigroup.com/citi/",
pinned: true,
},
{
// caption: "ComfortDelgro",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/ComfortDelgro.png",
infoLink: "https://www.comfortdelgro.com/",
pinned: true,
},
{
// caption: "Shentilium",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/shentilium.png",
// infoLink: "https://shentilium.com/",
infoLink: "",
pinned: true,
},
{
// caption: "yzBigData",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/yzBigData.png",
// infoLink: "http://www.yzbigdata.com/",
infoLink: "",
pinned: true,
},
{
// caption: "CBRE",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/CBRE.jpg",
infoLink: "http://www.cbre.com",
pinned: true,
},
{
// caption: "Noblis",
caption: "",
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: "/img/users/noblis.png",
infoLink: "https://noblis.org/",
pinned: true,
},
]