Flight-Eight is a continuation of DITA’s celebrated flight series that delivers a new athletic shape for aviation enthusiasts. DESIGN THAT FINDS BEAUTY IN PURPOSE: A rectangular navigator shape that is sculpted in an elegant, lightweight frame composed of high-end titanium for unparalleled strength and flexibility. CRAFTSMANSHIP THAT CELEBRATES THE UNSEEN: A sinuously sculpted titanium front frame affixed to slender acetate lens rims, Flight.008’s custom titanium nose pads and diamond-pressed titanium temples reflect a culture of craft that has endured for nearly 25 years. CULTURE THAT TRANSCENDS CONVENTION: A tribute to the supersonic military aircraft of the 1970s and the pilots who popularized the classic aviator style.
Description
Details
Vendor:
DITA
${(function() {
let unit = 'mm';
let proportion = '1'
if (data === 'in') {
unit = 'in';
proportion = '0.03937'
}
const conversionParameter = (className, label, parameter, proportion) => {
const parameterValue = Number(parameter);
if (Number.isNaN(parameterValue)) {
return ''
}
return `
${label}: ${(parameterValue * Number(proportion)).toFixed(2)}${ unit }
${label == 'Frame width' ? `` : ''}
${label == 'Lens width' ? `` : ''}
${label == 'Bridge width' ? `` : ''}
${label == 'Lens height' ? `` : ''}
`;
}
const parameters = [
{ className: 'frame-width-parameter', label: 'Frame width', value: '' },
{ className: 'lens-width-parameter', label: 'Lens width', value: '' },
{ className: 'bridge-width-parameter', label: 'Bridge width', value: '21' },
{ className: 'lens-height-parameter', label: 'Lens height', value: '' },
];
return parameters.map(parameter => {
if (parameter.value) {
return conversionParameter(parameter.className, parameter.label, parameter.value, proportion);
}
return '';
}).join('');
})()}
${(function() {
let unit = 'mm';
let proportion = '1'
if (data === 'in') {
unit = 'in';
proportion = '0.03937'
}
const conversionParameter = (label, parameter, proportion) => {
const parameterValue = Number(parameter);
if (isNaN(parameterValue)) {
return '';
}
return `
${label}: ${(parameterValue * Number(proportion)).toFixed(2)}${unit}
`;
}
return conversionParameter('Temple length', '144', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}