1st commit
This commit is contained in:
		
							
								
								
									
										113
									
								
								wwws/apxhtml/src/index_fr.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										113
									
								
								wwws/apxhtml/src/index_fr.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,113 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="fr" data-theme="light"> | ||||
|   <head> | ||||
|     <meta charset="UTF-8" /> | ||||
|     <title>apXhtml Model</title> | ||||
|     <meta content="width=device-width,  initial-scale=1.0" name="viewport" /> | ||||
|     <meta | ||||
|       content="Build any web app from autonomous html5 css3 JS compoents" | ||||
|       name="keywords" | ||||
|     /> | ||||
|     <meta | ||||
|       content="Solution to create any website or web app based on comonents." | ||||
|       name="description" | ||||
|     /> | ||||
|     <link href="static/img/icons/iconbgdark.png" rel="icon" /> | ||||
|     <!-- Link to your generated Tailwind CSS file --> | ||||
|     <link rel="stylesheet" href="static/css/twstyle.css" /> | ||||
|     <script> | ||||
|       // Read apx.js to know more | ||||
|       const apxtri = { | ||||
|         headers: { | ||||
|           xtrkversion: 1, | ||||
|           xtribe: "apxtri", | ||||
|           xapp: "apxhtml", | ||||
|           xlang: "fr", | ||||
|           xalias: "anonymous", | ||||
|           xhash: "anonymous", | ||||
|           xprofils: ["anonymous"], | ||||
|           xdays: 0, | ||||
|         }, | ||||
|         pagename: "index", | ||||
|         pageauth: "apxid", | ||||
|         allowedprofils: ["anonymous"], | ||||
|         version: 0, | ||||
|       }; | ||||
|     </script> | ||||
|     <script src="/apxtri/node_modules/axios/dist/axios.min.js"></script> | ||||
|     <script src="/apxtri/node_modules/dayjs/dayjs.min.js"></script> | ||||
|     <script src="/apxtri/node_modules/mustache/mustache.min.js"></script> | ||||
|     <script src="/apxtri/Checkjson.js"></script> | ||||
|     <script src="/api/apxtri/wwws/getwco/apx.js?wcotribe=apxtri&tribe=apxtri&xapp=apxhtml&pagename=index&code=enjoy"></script> | ||||
|     <script src="/api/apxtri/wwws/getwco/tracker.js?wcotribe=apxtri&tribe=apxtri&xapp=apxhtml&pagename=index&code=enjoy&tagid=trkhoster"></script> | ||||
|   </head> | ||||
|   <body class="font-sans"> | ||||
|     <div wco-name="tracker" id="trkhoster" class="fixed inset-0 flex items-center justify-center z-50"></div> | ||||
|     <div class="container mx-auto p-4"> | ||||
|       <h1 class="text-3xl font-bold mb-4"> | ||||
|         DaisyUI Theme Example pour apprendre | ||||
|       </h1> | ||||
|       <p>Cette page est un modele pour demarrer</p> | ||||
|       <div class="mt-6 mb-6"> | ||||
|         <span class="mr-2">Select Theme:</span> | ||||
|         <select | ||||
|           id="themeSelector" | ||||
|           class="select select-bordered" | ||||
|           onchange="document.documentElement.setAttribute('data-theme', this.value)" | ||||
|         > | ||||
|           <option value="light">Light</option> | ||||
|           <option value="dark">Dark</option> | ||||
|           <option value="themeA">themeA</option> | ||||
|           <option value="themeB">themeB</option> | ||||
|         </select> | ||||
|       </div> | ||||
|       <div class="mb-6 space-x-2"> | ||||
|         <button class="btn btn-primary">Primary</button> | ||||
|         <button class="btn btn-secondary">Secondary</button> | ||||
|         <button class="btn btn-accent">Accent</button> | ||||
|       </div> | ||||
|       trackerconsentfor | ||||
|       <div class="mb-6 space-y-2"> | ||||
|         <div class="alert alert-info"> | ||||
|           <span>Info Alert</span> | ||||
|         </div> | ||||
|         <div class="alert alert-success"> | ||||
|           <span>Success Alert</span> | ||||
|         </div> | ||||
|         <div class="alert alert-warning"> | ||||
|           <span>Warning Alert</span> | ||||
|         </div> | ||||
|         <div class="alert alert-error"> | ||||
|           <span>Error Alert</span> | ||||
|         </div> | ||||
|       </div> | ||||
|  | ||||
|       <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4"> | ||||
|         <div class="card bg-base-100 shadow-xl"> | ||||
|           <div class="card-body"> | ||||
|             <h2 class="card-title">Card Title</h2> | ||||
|             <p>This is a card with base-100 background.</p> | ||||
|           </div> | ||||
|         </div> | ||||
|         <div class="card bg-neutral text-neutral-content shadow-xl"> | ||||
|           <div class="card-body"> | ||||
|             <h2 class="card-title">Neutral Card</h2> | ||||
|             <p>This is a card with neutral background.</p> | ||||
|           </div> | ||||
|         </div> | ||||
|         <div class="card bg-primary text-primary-content shadow-xl"> | ||||
|           <div class="card-body"> | ||||
|             <h2 class="card-title">Primary Card</h2> | ||||
|             <p>This is a card with primary background.</p> | ||||
|           </div> | ||||
|         </div> | ||||
|         <div class="card bg-secondary text-secondary-content shadow-xl"> | ||||
|           <div class="card-body"> | ||||
|             <h2 class="card-title">Secondary Card</h2> | ||||
|             <p>This is a card with secondary background.</p> | ||||
|           </div> | ||||
|         </div> | ||||
|       </div> | ||||
|     </div> | ||||
|   </body> | ||||
| </html> | ||||
							
								
								
									
										35
									
								
								wwws/apxhtml/src/index_underconstruction_en.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								wwws/apxhtml/src/index_underconstruction_en.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,35 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
| <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <title>Site Under Construction</title> | ||||
|     <style> | ||||
|         body { | ||||
|             font-family: 'Comic Sans MS', cursive, sans-serif; | ||||
|             background-color: #f0f0f0; | ||||
|             text-align: center; | ||||
|             padding: 50px; | ||||
|         } | ||||
|         h1 { | ||||
|             color: #ff6f61; | ||||
|             font-size: 3em; | ||||
|         } | ||||
|         p { | ||||
|             font-size: 1.5em; | ||||
|             color: #333; | ||||
|         } | ||||
|         img { | ||||
|             max-width: 100%; | ||||
|             height: auto; | ||||
|             margin-top: 20px; | ||||
|         } | ||||
|     </style> | ||||
| </head> | ||||
| <body> | ||||
|     <h1>Oops! 🚧</h1> | ||||
|     <p>Our site is under construction... but don't worry, our hamsters are pedaling really hard to get everything ready! <20>💨</p> | ||||
|     <img src="https://media.giphy.com/media/l0HlTy9x8FZo0XO1i/giphy.gif" alt="Hamster running"> | ||||
|     <p>Come back soon to discover amazing things!</p> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										35
									
								
								wwws/apxhtml/src/index_underconstruction_fr.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								wwws/apxhtml/src/index_underconstruction_fr.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,35 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <title>Site en construction</title> | ||||
|     <style> | ||||
|         body { | ||||
|             font-family: 'Comic Sans MS', cursive, sans-serif; | ||||
|             background-color: #f0f0f0; | ||||
|             text-align: center; | ||||
|             padding: 50px; | ||||
|         } | ||||
|         h1 { | ||||
|             color: #ff6f61; | ||||
|             font-size: 3em; | ||||
|         } | ||||
|         p { | ||||
|             font-size: 1.5em; | ||||
|             color: #333; | ||||
|         } | ||||
|         img { | ||||
|             max-width: 100%; | ||||
|             height: auto; | ||||
|             margin-top: 20px; | ||||
|         } | ||||
|     </style> | ||||
| </head> | ||||
| <body> | ||||
|     <h1>Oups ! 🚧</h1> | ||||
|     <p>Notre site est en construction... mais ne vous inquiétez pas, nos hamsters sont en train de pédaler très fort pour tout mettre en place ! 🐹💨</p> | ||||
|     <img src="https://media.giphy.com/media/l0HlTy9x8FZo0XO1i/giphy.gif" alt="Hamster qui court"> | ||||
|     <p>Revenez bientôt pour découvrir des choses incroyables !</p> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										22
									
								
								wwws/apxhtml/src/static/css/twdevstyle.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								wwws/apxhtml/src/static/css/twdevstyle.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| @tailwind base; | ||||
| @tailwind components; | ||||
| @tailwind utilities; | ||||
| @import 'daisyui'; | ||||
|  | ||||
| @Layer base { | ||||
|     @font-face{ | ||||
|         font-family: 'Monserrat'; | ||||
|         font-style: normal; | ||||
|         font-weight: 400; | ||||
|         font-display: swap; | ||||
|         src: url(static/fonts/Montserrat-VariableFont_wght.woff2) format('woff2'); | ||||
|     } | ||||
|     font-family:"Monserrat", system-ui, sans-serif; | ||||
|     @font-face{ | ||||
|         font-family: 'Inter'; | ||||
|         font-style: normal; | ||||
|         font-weight: 400; | ||||
|         font-display: swap; | ||||
|         src: url(static/fonts/Inter-VariableFont_slnt,wght.woff2) format('woff2'); | ||||
|     } | ||||
| } | ||||
							
								
								
									
										1826
									
								
								wwws/apxhtml/src/static/css/twstyle.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1826
									
								
								wwws/apxhtml/src/static/css/twstyle.css
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Questrial-Regular.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Questrial-Regular.ttf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Bold.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Bold.ttf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Light.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Light.ttf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Light.woff2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Light.woff2
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Medium.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Medium.ttf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Regular.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-Regular.ttf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-SemiBold.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/Quicksand-SemiBold.ttf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/questrial-regular-webfont.woff
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/questrial-regular-webfont.woff
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/questrial-regular-webfont.woff2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/fonts/questrial-regular-webfont.woff2
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/icons/iconbgdark.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/icons/iconbgdark.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 4.5 KiB | 
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/icons/iconbglight.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/icons/iconbglight.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 3.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/logo/logobgdark.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/logo/logobgdark.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 6.4 KiB | 
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/logo/logobglight.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/logo/logobglight.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 8.8 KiB | 
							
								
								
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/logo/logobgorange.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								wwws/apxhtml/src/static/img/logo/logobgorange.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 12 KiB | 
| @@ -0,0 +1,25 @@ | ||||
| { | ||||
|   "CGU": "https://smatchit.io/Smatchit_RGPD_app_web_fr.html", | ||||
|   "CGUlabel": "Conditions générales d'utilisation", | ||||
|   "introtext": "Conformément au RGPD, nous devons obtenir votre autorisation pour stocker vos données personnelles sur ce site. Si vous 'refusez tout enregistrement', vous n'aurez pas accès au contenu avec identification. Si vous souhaitez nous soutenir, vos données pourront être communiquées à des tiers. Consultez nos conditions pour en savoir plus :", | ||||
|   "btn": [ | ||||
|     { | ||||
|       "action": "acceptfullcookies", | ||||
|       "text": "J'accepte pour soutenir ce site" | ||||
|     }, | ||||
|     { | ||||
|       "action": "acceptstatisticcookies", | ||||
|       "text": "J'accepte uniquement pour faciliter la navigation" | ||||
|     }, | ||||
|     { | ||||
|       "action": "refusecookies", | ||||
|       "text": "Je refuse tout enregistrement" | ||||
|     } | ||||
|   ], | ||||
|   "wcotribe": "apxtri", | ||||
|   "tribe": "apxtri", | ||||
|   "xapp": "apxhtml", | ||||
|   "pagename": "index", | ||||
|   "code": "enjoy", | ||||
|   "tagid": "trkhoster" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user