-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.mustache
More file actions
45 lines (39 loc) · 3.6 KB
/
main.mustache
File metadata and controls
45 lines (39 loc) · 3.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<h1>Hey! Welcome To My GitHub!</h1>
<p>I am Chaos, a software engineer from <b>China</b>, currently based in <b>Shenzhen</b>.</p>
<p>I am actively seeking new job opportunities. If you are interested in my profile, please feel free to reach out to me. 📫 contact@miaoosi.com</p>
<h3>Things I code with</h3>
<p>
<img alt="html5" src="https://img.shields.io/badge/-HTML5-f16334?style=flat-square&logo=html5&logoColor=white" />
<img alt="css3" src="https://img.shields.io/badge/-CSS3-3664F8?style=flat-square&logo=css3&logoColor=white" />
<img alt="js" src="https://img.shields.io/badge/-JavaScript-EEDA4D?style=flat-square&logo=JavaScript&logoColor=white" />
<img alt="React" src="https://img.shields.io/badge/-React.js-0a7ea3?style=flat-square&logo=react&logoColor=white" />
<img alt="Vue.js" src="https://img.shields.io/badge/-Vue.js-31a06f?style=flat-square&logo=vue.js&logoColor=white" />
<img alt="TypeScript" src="https://img.shields.io/badge/-TypeScript-3077c6?style=flat-square&logo=typescript&logoColor=white" />
<img alt="Sass" src="https://img.shields.io/badge/-Sass-CC6699?style=flat-square&logo=sass&logoColor=white" />
<img alt="TailwindCSS" src="https://img.shields.io/badge/-TailwindCSS-37bcf8?style=flat-square&logo=tailwindcss&logoColor=white" />
<img alt="Pug" src="https://img.shields.io/badge/-Pug-A86454?style=flat-square&logo=pug&logoColor=white" />
<img alt="Axios" src="https://img.shields.io/badge/-Axios-671CDE?style=flat-square&logo=axios&logoColor=white" />
<img alt="Webpack" src="https://img.shields.io/badge/-Webpack-2b3a42?style=flat-square&logo=webpack&logoColor=white" />
<img alt="Vite" src="https://img.shields.io/badge/-Vite-906cfe?style=flat-square&logo=vite&logoColor=white" />
<img alt="Rollup" src="https://img.shields.io/badge/-Rollup-FE3333?style=flat-square&logo=rollup.js&logoColor=white" />
<img alt="Docker" src="https://img.shields.io/badge/-Docker-003f8c?style=flat-square&logo=docker&logoColor=white" />
<img alt="Git" src="https://img.shields.io/badge/-Git-ec5135?style=flat-square&logo=git&logoColor=white" />
<img alt="ESLint" src="https://img.shields.io/badge/-ESLint-7d7ef1?style=flat-square&logo=eslint&logoColor=white" />
<img alt="Prettier" src="https://img.shields.io/badge/-Prettier-f8bb45?style=flat-square&logo=prettier&logoColor=white" />
<img alt="Node.js" src="https://img.shields.io/badge/-Node.js-7fb901?style=flat-square&logo=Node.js&logoColor=white" />
<img alt="Next.js" src="https://img.shields.io/badge/-Next.js-2f2f2f?style=flat-square&logo=Next.js&logoColor=white" />
<img alt="Vercel" src="https://img.shields.io/badge/-Vercel-000000?style=flat-square&logo=vercel&logoColor=white" />
<img alt="NestJS" src="https://img.shields.io/badge/-NestJS-ea2845?style=flat-square&logo=NestJS&logoColor=white" />
<img alt="Ruby" src="https://img.shields.io/badge/-Ruby-ab1201?style=flat-square&logo=ruby&logoColor=white" />
<img alt="postgresql" src="https://img.shields.io/badge/-PostgreSQL-326593?style=flat-square&logo=postgresql&logoColor=white" />
<img alt="prisma" src="https://img.shields.io/badge/-Prisma-4C51BE?style=flat-square&logo=prisma&logoColor=white" />
<img alt="postman" src="https://img.shields.io/badge/-Postman-FE6C37?style=flat-square&logo=postman&logoColor=white" />
<img alt="figma" src="https://img.shields.io/badge/-Figma-2C2D33?style=flat-square&logo=figma&logoColor=white" />
</p>
<p>
Currently, the weather is: <b>{{city_temperature}}°C, feels like {{feelsLike}}°C, <i>{{city_weather}}</i></b>
</p>
------------
<p align="center">
This <i>README</i> file is generated <b>every 1 hour</b>!</br>Last refresh: {{refresh_date}}
</p>