tailwind-nextjs-blog/data/projectsData.js

19 lines
761 B
JavaScript
Raw Normal View History

2022-07-17 21:40:41 +08:00
const projectsData = [
2022-09-10 18:41:52 +08:00
{
title: 'UPS',
description: `一个不间断电源UPS的全栈项目。核心硬件使用乐鑫×安信可的 ESP32-C3-32S 模块作为主控,软件部分使用了 Rust + ESP-IDF 开发。`,
// imgSrc: '/static/images/google.png',
href: 'https://git.ivanli.cc/Ivan/ups-esp32c3-rust',
},
2022-07-18 20:50:38 +08:00
// {
// title: 'The Time Machine',
// description: `Imagine being able to travel back in time or to the future. Simple turn the knob
// to the desired date and press "Go". No more worrying about lost keys or
// forgotten headphones with this simple yet affordable solution.`,
// imgSrc: '/static/images/time-machine.jpg',
// href: '/blog/the-time-machine',
// },
2022-07-17 21:40:41 +08:00
]
export default projectsData