project(UPS): 添加 UPS 项目。
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9427837151
commit
c9b6220699
@ -1,12 +1,10 @@
|
|||||||
const projectsData = [
|
const projectsData = [
|
||||||
// {
|
{
|
||||||
// title: 'A Search Engine',
|
title: 'UPS',
|
||||||
// description: `What if you could look up any information in the world? Webpages, images, videos
|
description: `一个不间断电源(UPS)的全栈项目。核心硬件使用乐鑫×安信可的 ESP32-C3-32S 模块作为主控,软件部分使用了 Rust + ESP-IDF 开发。`,
|
||||||
// and more. Google has many features to help you find exactly what you're looking
|
// imgSrc: '/static/images/google.png',
|
||||||
// for.`,
|
href: 'https://git.ivanli.cc/Ivan/ups-esp32c3-rust',
|
||||||
// imgSrc: '/static/images/google.png',
|
},
|
||||||
// href: 'https://www.google.com',
|
|
||||||
// },
|
|
||||||
// {
|
// {
|
||||||
// title: 'The Time Machine',
|
// title: 'The Time Machine',
|
||||||
// description: `Imagine being able to travel back in time or to the future. Simple turn the knob
|
// description: `Imagine being able to travel back in time or to the future. Simple turn the knob
|
||||||
|
@ -13,7 +13,7 @@ export default function Projects() {
|
|||||||
Projects
|
Projects
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
|
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
|
||||||
Showcase your projects with a hero image (16 x 9)
|
我的项目橱窗,欢迎交流。
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="container py-12">
|
<div className="container py-12">
|
||||||
|
Loading…
Reference in New Issue
Block a user