From 8266833a5fc4093ea9284578515b21f0a452af48 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sun, 25 Feb 2024 21:57:15 -0500 Subject: [PATCH] First Commit --- .gitignore | 30 + .vscode/extensions.json | 3 + README.md | 49 +- index.html | 13 + jsconfig.json | 8 + package-lock.json | 2536 ++++++++++++++++++++ package.json | 24 + postcss.config.js | 6 + public/favicon.ico | Bin 0 -> 4286 bytes public/images/Chevron.png | Bin 0 -> 8972 bytes public/images/H.png | Bin 0 -> 2972 bytes public/images/anonyme.png | Bin 0 -> 3975 bytes src/App.vue | 12 + src/assets/logo.svg | 1 + src/assets/main.css | 3 + src/components/HelloWorld.vue | 44 + src/components/TheWelcome.vue | 88 + src/components/WelcomeItem.vue | 86 + src/components/icons/IconCommunity.vue | 7 + src/components/icons/IconDocumentation.vue | 7 + src/components/icons/IconEcosystem.vue | 7 + src/components/icons/IconSupport.vue | 7 + src/components/icons/IconTooling.vue | 19 + src/cssstyle/index.css | 32 + src/layouts/DefaultLayout.vue | 100 + src/main.js | 17 + src/router/index.js | 46 + src/stores/counter.js | 12 + src/views/LoginView.vue | 46 + src/views/SignupView.vue | 56 + src/views/main/ContactView.vue | 31 + src/views/main/CreatorFolio.vue | 26 + src/views/main/HomeView.vue | 27 + src/views/main/YourProfile.vue | 23 + tailwind.config.js | 15 + vite.config.js | 16 + 36 files changed, 3377 insertions(+), 20 deletions(-) create mode 100644 .gitignore create mode 100644 .vscode/extensions.json create mode 100644 index.html create mode 100644 jsconfig.json create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 postcss.config.js create mode 100644 public/favicon.ico create mode 100644 public/images/Chevron.png create mode 100644 public/images/H.png create mode 100644 public/images/anonyme.png create mode 100644 src/App.vue create mode 100644 src/assets/logo.svg create mode 100644 src/assets/main.css create mode 100644 src/components/HelloWorld.vue create mode 100644 src/components/TheWelcome.vue create mode 100644 src/components/WelcomeItem.vue create mode 100644 src/components/icons/IconCommunity.vue create mode 100644 src/components/icons/IconDocumentation.vue create mode 100644 src/components/icons/IconEcosystem.vue create mode 100644 src/components/icons/IconSupport.vue create mode 100644 src/components/icons/IconTooling.vue create mode 100644 src/cssstyle/index.css create mode 100644 src/layouts/DefaultLayout.vue create mode 100644 src/main.js create mode 100644 src/router/index.js create mode 100644 src/stores/counter.js create mode 100644 src/views/LoginView.vue create mode 100644 src/views/SignupView.vue create mode 100644 src/views/main/ContactView.vue create mode 100644 src/views/main/CreatorFolio.vue create mode 100644 src/views/main/HomeView.vue create mode 100644 src/views/main/YourProfile.vue create mode 100644 tailwind.config.js create mode 100644 vite.config.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ee54e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +*.tsbuildinfo diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..c0a6e5a --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] +} diff --git a/README.md b/README.md index 0ca446a..7b23d92 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,29 @@ -# Introduction -TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project. - -# Getting Started -TODO: Guide users through getting your code up and running on their own system. In this section you can talk about: -1. Installation process -2. Software dependencies -3. Latest releases -4. API references - -# Build and Test -TODO: Describe and show how to build your code and run the tests. - -# Contribute -TODO: Explain how other users and developers can contribute to make your code better. - -If you want to learn more about creating good readme files then refer the following [guidelines](https://docs.microsoft.com/en-us/azure/devops/repos/git/create-a-readme?view=azure-devops). You can also seek inspiration from the below readme files: -- [ASP.NET Core](https://github.com/aspnet/Home) -- [Visual Studio Code](https://github.com/Microsoft/vscode) -- [Chakra Core](https://github.com/Microsoft/ChakraCore) \ No newline at end of file +# Hutopia + +This template should help get you started developing with Vue 3 in Vite. + +## Recommended IDE Setup + +[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). + +## Customize configuration + +See [Vite Configuration Reference](https://vitejs.dev/config/). + +## Project Setup + +```sh +npm install +``` + +### Compile and Hot-Reload for Development + +```sh +npm run dev +``` + +### Compile and Minify for Production + +```sh +npm run build +``` diff --git a/index.html b/index.html new file mode 100644 index 0000000..99f583a --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + + +README.md.
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
+ + Don't have an account ?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
+ + Already have an account ?
Contact
+CreatorFolio
+Home
+YourProfile
+