diff --git a/package.json b/package.json index 15e1b00e..0fd361f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ihr-website", - "version": "1.4.2", + "version": "1.4.3", "private": true, "type": "module", "scripts": { diff --git a/src/assets/imgs/APNIC-logo.png b/src/assets/imgs/APNIC-logo.png new file mode 100644 index 00000000..d512f03e Binary files /dev/null and b/src/assets/imgs/APNIC-logo.png differ diff --git a/src/assets/imgs/IIJ-logo.svg b/src/assets/imgs/IIJ-logo.svg new file mode 100644 index 00000000..058612a5 --- /dev/null +++ b/src/assets/imgs/IIJ-logo.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/imgs/apnic-foundation-logo.png b/src/assets/imgs/apnic-foundation-logo.png new file mode 100644 index 00000000..60e0b116 Binary files /dev/null and b/src/assets/imgs/apnic-foundation-logo.png differ diff --git a/src/assets/imgs/cloudflare-logo.png b/src/assets/imgs/cloudflare-logo.png new file mode 100644 index 00000000..2065e4fe Binary files /dev/null and b/src/assets/imgs/cloudflare-logo.png differ diff --git a/src/assets/imgs/fastly-logo.svg b/src/assets/imgs/fastly-logo.svg new file mode 100644 index 00000000..c372d526 --- /dev/null +++ b/src/assets/imgs/fastly-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/imgs/gsoc-logo.png b/src/assets/imgs/gsoc-logo.png deleted file mode 100644 index 356a96b4..00000000 Binary files a/src/assets/imgs/gsoc-logo.png and /dev/null differ diff --git a/src/assets/imgs/iij-logo.jpg b/src/assets/imgs/iij-logo.jpg deleted file mode 100644 index 5e809c76..00000000 Binary files a/src/assets/imgs/iij-logo.jpg and /dev/null differ diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 3a9be41c..e6117e9a 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -436,7 +436,31 @@ "src": "", "style": "" }, - "body": "Edgecast is a Content Delivery Network (CDN) that distributes IHR's website and API worldwide." + "body": "Edgecast is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide until 2024." + }, + "9": { + "header": "APNIC", + "img": { + "src": "", + "style": "" + }, + "body": "APNIC Foundation has sponsored IHR." + }, + "10": { + "header": "Cloudflare", + "img": { + "src": "", + "style": "" + }, + "body": "Cloudflare is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide." + }, + "11": { + "header": "Fastly", + "img": { + "src": "", + "style": "" + }, + "body": "Fastly is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide." } } }, diff --git a/src/i18n/locales/jp.json b/src/i18n/locales/jp.json index 3a9be41c..e6117e9a 100644 --- a/src/i18n/locales/jp.json +++ b/src/i18n/locales/jp.json @@ -436,7 +436,31 @@ "src": "", "style": "" }, - "body": "Edgecast is a Content Delivery Network (CDN) that distributes IHR's website and API worldwide." + "body": "Edgecast is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide until 2024." + }, + "9": { + "header": "APNIC", + "img": { + "src": "", + "style": "" + }, + "body": "APNIC Foundation has sponsored IHR." + }, + "10": { + "header": "Cloudflare", + "img": { + "src": "", + "style": "" + }, + "body": "Cloudflare is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide." + }, + "11": { + "header": "Fastly", + "img": { + "src": "", + "style": "" + }, + "body": "Fastly is a Content Delivery Network (CDN) that distributed IHR's website and API worldwide." } } }, diff --git a/src/views/Documentation.vue b/src/views/Documentation.vue index 39a2c562..d422b048 100644 --- a/src/views/Documentation.vue +++ b/src/views/Documentation.vue @@ -18,7 +18,7 @@ const SECTIONS = [ }, { name: 'ack', - numberOfDescriptions: 8 + numberOfDescriptions: 11 } ] }, diff --git a/src/views/Home.vue b/src/views/Home.vue index 2f8d2156..059ed6c8 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -31,32 +31,54 @@ const GRAPHS_TYPES = [ const ORGANIZATIONS = [ { name: 'iij', - logo: new URL('@/assets/imgs/iij-logo.jpg', import.meta.url).href + logo: new URL('@/assets/imgs/IIJ-logo.svg', import.meta.url).href, + url: 'https://www.iij.ad.jp/en/' }, { name: 'ripe', - logo: new URL('@/assets/imgs/ripe-logo.png', import.meta.url).href + logo: new URL('@/assets/imgs/ripe-logo.png', import.meta.url).href, + url: 'https://www.ripe.net/' }, { name: 'gsoc', - logo: new URL('@/assets/imgs/gsoc-logo.png', import.meta.url).href + logo: new URL('@/assets/imgs/gsoc-logo.svg', import.meta.url).href, + url: 'https://summerofcode.withgoogle.com/' }, { name: 'routeviews', - logo: new URL('@/assets/imgs/rv-logo.png', import.meta.url).href + logo: new URL('@/assets/imgs/rv-logo.png', import.meta.url).href, + url: 'http://www.routeviews.org/' }, { name: 'isoc', - logo: new URL('@/assets/imgs/isoc-logo.png', import.meta.url).href + logo: new URL('@/assets/imgs/isoc-logo.png', import.meta.url).href, + url: 'https://www.internetsociety.org/' }, { name: 'manrs', - logo: new URL('@/assets/imgs/manrs-logo.jpg', import.meta.url).href + logo: new URL('@/assets/imgs/manrs-logo.jpg', import.meta.url).href, + url: 'https://www.manrs.org/' }, + // { + // name: 'edgecast', + // logo: new URL('@/assets/imgs/edgecast-logo.png', import.meta.url).href, + // url: 'https://www.edgecast.com/' + // }, { - name: 'edgecast', - logo: new URL('@/assets/imgs/edgecast-logo.png', import.meta.url).href - } + name: 'apnic', + logo: new URL('@/assets/imgs/apnic-foundation-logo.png', import.meta.url).href, + url: 'https://apnic.foundation/' + }, + { + name: 'cloudflare', + logo: new URL('@/assets/imgs/cloudflare-logo.png', import.meta.url).href, + url: 'https://www.cloudflare.com/' + }, + { + name: 'fastly', + logo: new URL('@/assets/imgs/fastly-logo.svg', import.meta.url).href, + url: 'https://www.fastly.com/' + }, ] const PLACEHOLDER_VALUES = { @@ -161,10 +183,10 @@ const organizations = ref(ORGANIZATIONS)
- +
@@ -305,7 +327,7 @@ const organizations = ref(ORGANIZATIONS) } .IHR_ack-logo > img { vertical-align: middle; - max-height: 100px; + max-height: 200px; max-width: 300px; width: auto; height: auto;