diff --git a/data.js b/data.js index 65ddcf9..df16b41 100644 --- a/data.js +++ b/data.js @@ -8,6 +8,15 @@ const CPUs = [ hz: 3200000000, class: 'm1', }, + { + year: '2017', + model: 'Intel i7 7700k', + clockSpeed: '4.2GHz', + url: 'https://www.intel.com/content/www/us/en/products/sku/97129/intel-core-i77700k-processor-8m-cache-up-to-4-50-ghz/specifications.html', + image: './i77700k.png', + hz: 4200000000, + class: 'inteli7', + }, { year: '2011', model: 'Intel i5 2500k', diff --git a/img/i77700k.png b/img/i77700k.png new file mode 100644 index 0000000..4dae68b Binary files /dev/null and b/img/i77700k.png differ