commit ed400c8b1fefdde914b9e1caa653b4f66285cb28 Author: Alexander <58055542+IMrProYTI@users.noreply.github.com> Date: Sat Feb 28 14:51:48 2026 +0300 feat: initialize Vue 3 project with Tailwind CSS and Vite - Add package.json with project metadata and dependencies - Create favicon.ico and ritsu.png assets - Implement main App.vue component with site structure - Add HeroSection, RitsuSection, SiteHeader, and SupportSection components - Set up theme toggle functionality in SiteHeader - Create main entry point in main.ts - Add Tailwind CSS styles in style.css - Configure TypeScript with tsconfig files - Set up Vite configuration for Vue and Tailwind CSS diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4377889 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# Ignore all files in the .vscode folder except extensions.json +.vscode/* +!.vscode/extensions.json \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8695e99 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# nevedomhren + +Simple Vue 3 + Tailwind CSS site for the Telegram channel *[@nevedomhren](https://t.me/nevedomhren)*. + +## Description + +A small landing page reminding that sometimes just a subscription or a few words can make someone feel less alone. It uses Vite, Vue 3 and Tailwind CSS. + +## Development + +1. Clone the repository. +2. Run `npm install` to install dependencies. +3. Run `npm run dev` to start the development server. + +## Building and Serving + +Build the static files with: + +```bash +npm run build +``` + +To serve the built site on the internet you can use the `serve` package: + +```bash +npm install -g serve +serve -s dist +``` + +This will start a local web server serving the contents of the `dist` folder. Forward ports or deploy the folder to any static host to make it available on the internet. + +## License + +The project is licensed under the MIT License — see the license file: + +[LICENSE](https://git.kernils.ru/POTI/nevedom/src/branch/master/LICENSE) diff --git a/index.html b/index.html new file mode 100644 index 0000000..b425047 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + + ++ Просто знать, что он не один. + Даже одна подписка может быть теплее слов. +
+ + + Поддержать в Telegram + +
+
+
+ Рицу Тайнака — энергичная и шумная барабанщица из аниме «K-On!».
+ Она всегда кажется лёгкой, живой и беззаботной.
+
+ Но даже у таких людей бывают моменты, которые выглядят мелочью — + как история когда nevedom пил чай (без тортика) с Вайбославом в Фогеле... + Снаружи это шутка. Внутри — ощущение, что Фогель больше не с нами. +
+ ++ Иногда достаточно малого, чтобы стало легче. + Даже простого присутствия. +
+
+ Этот Telegram-канал — не про цифры и не про охваты.
+ Иногда подписка — это просто знак того, что кто-то рядом.
+
+ Это бесплатно. Но может значить больше, чем кажется. +
+