|
|
@@ -1,625 +1,39 @@
|
|
|
-<template>
|
|
|
- <div id="Presentation">
|
|
|
- <LayoutContainer>
|
|
|
- <v-row class="outil-row">
|
|
|
- <v-col cols="4">
|
|
|
- <div class="title-container">
|
|
|
- <v-icon size="6" class="fa-solid fa-circle icon-title" />
|
|
|
- <h4 class="subtitle">Présentation d'opentalent artist</h4>
|
|
|
- </div>
|
|
|
- <v-img src="/images/logiciels/school/screen.jpg" class="screen-img" />
|
|
|
-
|
|
|
- <div class="rectangle-4">
|
|
|
- <div class="black-circle">
|
|
|
- <div class="content-flex">
|
|
|
- <v-img
|
|
|
- src="/images/logo/logiciels/Artist-Blanc.png"
|
|
|
- class="logo-manager"
|
|
|
- />
|
|
|
- <div class="pricing-details">
|
|
|
- <p class="pricing-small-text">à partir de</p>
|
|
|
- <p class="pricing-big-text">
|
|
|
- 15€ <span class="smaller-text">/mois</span>
|
|
|
- </p>
|
|
|
- <p class="pricing-small-text">payable annuellement</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </v-col>
|
|
|
-
|
|
|
- <v-col cols="5">
|
|
|
- <h2 class="title">Un outil complet en ligne</h2>
|
|
|
- <ul class="outil-ul">
|
|
|
- <li class="outil-list">
|
|
|
- Logiciel de gestion et de communication en ligne
|
|
|
- </li>
|
|
|
- <li class="outil-list">
|
|
|
- Destiné aux structures culturelles (tout statut juridique)
|
|
|
- </li>
|
|
|
- <li class="outil-list">
|
|
|
- Gestion complète (membres, événements, planning, matériel,...)
|
|
|
- </li>
|
|
|
- <li class="outil-list">Une solution simple d'utilisation, intuitive et collaborative </li>
|
|
|
- </ul>
|
|
|
- </v-col>
|
|
|
-
|
|
|
- <v-row class="row-caracteristiques">
|
|
|
- <v-col cols="4" />
|
|
|
-
|
|
|
- <v-col cols="6">
|
|
|
- <h2>Des caractéristiques uniques & dédiées</h2>
|
|
|
- <div class="picto-container">
|
|
|
- <div class="picto-group">
|
|
|
- <v-img
|
|
|
- class="picto-img"
|
|
|
- src="/images/logiciels/artist/picto1.png"
|
|
|
- />
|
|
|
- <p class="picto-text">
|
|
|
- Logiciel de gestion & communication full web
|
|
|
- </p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="picto-group">
|
|
|
- <v-img
|
|
|
- class="picto-img"
|
|
|
- src="/images/logiciels/artist/picto2.png"
|
|
|
- />
|
|
|
- <p class="picto-text">Site internet intégré & simple d'usage</p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="picto-group">
|
|
|
- <v-img
|
|
|
- class="picto-img"
|
|
|
- src="/images/logiciels/artist/picto3.png"
|
|
|
- />
|
|
|
- <p class="picto-text">
|
|
|
- Boostez votre visibilité & votre communication
|
|
|
- </p>
|
|
|
- </div>
|
|
|
|
|
|
- <div class="picto-group">
|
|
|
- <v-img
|
|
|
- class="picto-img"
|
|
|
- src="/images/logiciels/artist/picto4.png"
|
|
|
- />
|
|
|
- <p class="picto-text">Communiquez en réseau</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </v-col>
|
|
|
-
|
|
|
- <v-col cols="2" />
|
|
|
- </v-row>
|
|
|
- </v-row>
|
|
|
-
|
|
|
- <v-row class="container-green">
|
|
|
- <v-row>
|
|
|
- <v-col cols="6">
|
|
|
- <p class="citation-school">
|
|
|
- “ Pour les petits comme pour les grands établissements
|
|
|
- d’enseignement artistique.“
|
|
|
- </p>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
-
|
|
|
- <v-col cols="6">
|
|
|
- <div class="subtitle-logiciel">
|
|
|
- <v-icon size="10" class="fa-solid fa-circle icon-logiciel" />
|
|
|
- <h6>Logiciel Opentalent</h6>
|
|
|
- </div>
|
|
|
-
|
|
|
- <v-img
|
|
|
- src="/images/logiciels/school/screen2.png"
|
|
|
- class="screen2-img"
|
|
|
- />
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
- </LayoutContainer>
|
|
|
+<template>
|
|
|
+ <div>
|
|
|
+ <LayoutUIPresentation
|
|
|
+ :pictoImages="pictoData"
|
|
|
+ :presentationText="presentationData"
|
|
|
+ :logoSrc="'images/logo/logiciels/Artist-Blanc.png'"
|
|
|
+ :pricingAmount="'15€'"
|
|
|
+ :backgroundColor="'rgba(250, 194, 10, 0.2)'"
|
|
|
+ />
|
|
|
</div>
|
|
|
-</template>
|
|
|
-
|
|
|
-<script setup></script>
|
|
|
-
|
|
|
-<style scoped>
|
|
|
-
|
|
|
-
|
|
|
-.title-container {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 1.5rem;
|
|
|
- line-height: 18px;
|
|
|
- color: #091d20;
|
|
|
- width: 25rem;
|
|
|
- margin-left: 2rem;
|
|
|
-}
|
|
|
-
|
|
|
-.subtitle {
|
|
|
- color: #071b1f;
|
|
|
- font-family: "Barlow";
|
|
|
- font-size: 1rem;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 600;
|
|
|
- line-height: 15px;
|
|
|
- letter-spacing: 1.8px;
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-
|
|
|
-.title {
|
|
|
- font-family: "Barlow";
|
|
|
- font-weight: 600;
|
|
|
- font-size: 3rem;
|
|
|
- line-height: 18px;
|
|
|
- color: #091d20;
|
|
|
- margin-bottom: 4rem;
|
|
|
-}
|
|
|
-
|
|
|
-.row-caracteristiques {
|
|
|
- margin-top: -10rem;
|
|
|
-}
|
|
|
-.pricing-details {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- height: 100%;
|
|
|
- color: black;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 1rem;
|
|
|
- margin-left: 7rem;
|
|
|
- margin-top: -2.5rem;
|
|
|
- width: 10rem;
|
|
|
-}
|
|
|
-
|
|
|
-.pricing-small-text {
|
|
|
- font-size: 0.6em;
|
|
|
-}
|
|
|
-
|
|
|
-.pricing-big-text {
|
|
|
- font-size: 1.6em;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-.smaller-text {
|
|
|
- font-size: 0.6em;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.black-circle {
|
|
|
- border-radius: 3rem;
|
|
|
- background: #091d20;
|
|
|
- width: 7rem;
|
|
|
- height: 6rem;
|
|
|
-}
|
|
|
-
|
|
|
-.devis {
|
|
|
- font-weight: 500;
|
|
|
- font-size: 1rem;
|
|
|
- margin-left: 9rem;
|
|
|
- margin-top: -1rem;
|
|
|
- width: 7rem;
|
|
|
-}
|
|
|
-
|
|
|
-.logo-manager {
|
|
|
- top: 1.5rem;
|
|
|
- width: 110%;
|
|
|
-}
|
|
|
-.rectangle-4 {
|
|
|
- width: 18rem;
|
|
|
- height: 6rem;
|
|
|
- background: rgba(250, 194, 10, 0.2);
|
|
|
- border-radius: 3rem;
|
|
|
- margin-left: 5rem;
|
|
|
- margin-top: 2rem;
|
|
|
-}
|
|
|
-.picto-text {
|
|
|
- font-weight: 300;
|
|
|
- font-size: 0.9rem;
|
|
|
- margin-top: -3rem;
|
|
|
- text-align: center;
|
|
|
- margin-right: 2rem;
|
|
|
- margin-left: 2rem;
|
|
|
-}
|
|
|
-.picto-container {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: space-between;
|
|
|
- margin-left: -15rem;
|
|
|
-}
|
|
|
-
|
|
|
-.picto-group {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
|
|
|
-.icon-title {
|
|
|
- margin-right: 0.7rem;
|
|
|
- color: #fac20a;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.container-square {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-between;
|
|
|
- color: white;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 0.7rem;
|
|
|
- line-height: 15px;
|
|
|
- text-align: center;
|
|
|
- letter-spacing: 0.2em;
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.outil-ul {
|
|
|
- font-family: "Barlow";
|
|
|
- margin-left: 1rem;
|
|
|
- font-weight: 300;
|
|
|
- font-size: 1rem;
|
|
|
- line-height: 1.5rem;
|
|
|
-}
|
|
|
-
|
|
|
-.citation-school {
|
|
|
- font-style: italic;
|
|
|
- font-weight: 300;
|
|
|
- font-size: 2rem;
|
|
|
- width: 38rem;
|
|
|
- line-height: 40px;
|
|
|
- color: #ffffff;
|
|
|
- font-style: italic;
|
|
|
- margin-top: 27rem;
|
|
|
- margin-left: 2rem;
|
|
|
-}
|
|
|
-.subtitle-logiciel {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 1.5rem;
|
|
|
- line-height: 18px;
|
|
|
- color: #ffffff;
|
|
|
- margin-left: 5rem;
|
|
|
- margin-right: 15rem;
|
|
|
- margin-top: 4rem;
|
|
|
- top: 10rem;
|
|
|
-}
|
|
|
-
|
|
|
-.icon-logiciel {
|
|
|
- color: #fac20a;
|
|
|
- margin-right: 1rem;
|
|
|
-}
|
|
|
-.container-green {
|
|
|
- background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
|
|
|
- rgba(7, 27, 31, 0.3);
|
|
|
- height: 40rem;
|
|
|
-}
|
|
|
-
|
|
|
-.picto-container {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- padding: 0 2rem;
|
|
|
-}
|
|
|
-.picto-img {
|
|
|
- width: 14rem;
|
|
|
- height: 14rem;
|
|
|
-}
|
|
|
-
|
|
|
-.screen-img {
|
|
|
- width: 20rem;
|
|
|
- height: 15rem;
|
|
|
- margin-top: 2rem;
|
|
|
- margin-left: 5rem;
|
|
|
-}
|
|
|
-.outil-row {
|
|
|
- margin-top: 5rem;
|
|
|
- margin-bottom: 5rem;
|
|
|
-}
|
|
|
-
|
|
|
-</style>
|
|
|
-
|
|
|
-
|
|
|
-<!-- <template>
|
|
|
- <div id="Presentation">
|
|
|
- <LayoutContainer>
|
|
|
- <v-row class="outil-row">
|
|
|
- <v-col cols="4">
|
|
|
- <div class="title">
|
|
|
- <v-icon
|
|
|
- size="10"
|
|
|
- class="fa-solid fa-circle icon-title"
|
|
|
- />
|
|
|
- <h4>Présentation d'opentalent artist</h4>
|
|
|
- </div>
|
|
|
- <v-img
|
|
|
- src="/images/logiciels/school/screen.jpg"
|
|
|
- class="screen-img"
|
|
|
- />
|
|
|
-
|
|
|
- <div class="rectangle-4">
|
|
|
- <div class="black-circle">
|
|
|
- <div class="content-flex">
|
|
|
- <v-img
|
|
|
- src="/images/OpenTalent_LogoNoir_Jaune_white.png"
|
|
|
- class="logo-artist"
|
|
|
- />
|
|
|
- <p class="devis">
|
|
|
- Sur devis
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </v-col>
|
|
|
-
|
|
|
- <v-col cols="5">
|
|
|
- <h2 class="outil-title">
|
|
|
- Un outil complet en ligne
|
|
|
- </h2>
|
|
|
- <ul class="outil-ul">
|
|
|
- <li class="outil-list">
|
|
|
- Logiciel de gestion et communication en ligne
|
|
|
- </li>
|
|
|
- <li class="outil-list">
|
|
|
- Destiné aux établissements d'enseignement artistique
|
|
|
- </li>
|
|
|
- <li class="outil-list">
|
|
|
- Gestion quotidienne et en temps réel (suivi pédagogique,
|
|
|
- facturation, encaissement…)
|
|
|
- </li>
|
|
|
- <li class="outil-list">
|
|
|
- Pilotage complet de votre structure
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </v-col>
|
|
|
- <v-row>
|
|
|
- <v-col cols="4" />
|
|
|
-
|
|
|
- <v-col cols="5">
|
|
|
- <h2>Des caractéristiques uniques & dédiées</h2>
|
|
|
- <div class="picto-container">
|
|
|
- <div class="picto-group">
|
|
|
- <v-img
|
|
|
- class="picto-img"
|
|
|
- src="/images/logiciels/artist/picto1.png"
|
|
|
- />
|
|
|
- <p class="picto-text">
|
|
|
- Logiciel de gestion & communication full web
|
|
|
- </p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="picto-group">
|
|
|
- <v-img
|
|
|
- class="picto-img"
|
|
|
- src="/images/logiciels/artist/picto2.png"
|
|
|
- />
|
|
|
- <p class="picto-text">
|
|
|
- Boostez votre visibilité & votre communication
|
|
|
- </p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="picto-group">
|
|
|
- <v-img
|
|
|
- class="picto-img"
|
|
|
- src="/images/logiciels/artist/picto3.png"
|
|
|
- />
|
|
|
- <p class="picto-text">
|
|
|
- Boostez votre visibilité & votre communication
|
|
|
- </p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="picto-group">
|
|
|
- <v-img
|
|
|
- class="picto-img"
|
|
|
- src="/images/logiciels/artist/picto4.png"
|
|
|
- />
|
|
|
- <p class="picto-text">
|
|
|
- Communiquez en réseau
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </v-col>
|
|
|
-
|
|
|
- <v-col cols="2" />
|
|
|
- </v-row>
|
|
|
- </v-row>
|
|
|
-
|
|
|
- <v-row class="container-green">
|
|
|
- <v-row>
|
|
|
- <v-col cols="6">
|
|
|
- <p class="citation-school">
|
|
|
- “ Pour les petits comme pour les grands établissements
|
|
|
- d’enseignement artistique.“
|
|
|
- </p>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
-
|
|
|
- <v-col cols="6">
|
|
|
- <h6 class="subtitle-logiciel">
|
|
|
- Logiciel Opentalent
|
|
|
- </h6>
|
|
|
- <v-img
|
|
|
- src="/images/logiciels/school/screen2.png"
|
|
|
- class="screen2-img"
|
|
|
- />
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
- </LayoutContainer>
|
|
|
- </div>
|
|
|
+ <LayoutUIContainerVideo
|
|
|
+ image-url="/images/logiciels/school/screen2.png"
|
|
|
+ />
|
|
|
</template>
|
|
|
|
|
|
-<script setup></script>
|
|
|
-
|
|
|
-<style scoped>
|
|
|
-.devis {
|
|
|
- font-weight: 500;
|
|
|
- font-size: 1rem;
|
|
|
- margin-left: 9rem;
|
|
|
- margin-top: -1rem;
|
|
|
- width: 7rem;
|
|
|
-}
|
|
|
-
|
|
|
-.icon-title {
|
|
|
- margin-right: 1.5rem;
|
|
|
- color: #fac20a;
|
|
|
-}
|
|
|
-.text-square {
|
|
|
- font-family: "Barlow";
|
|
|
- margin-left: 2rem;
|
|
|
- margin-right: 2rem;
|
|
|
- margin-top: 0.9rem;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.icon {
|
|
|
- margin-top: 2rem;
|
|
|
-}
|
|
|
-
|
|
|
-.container-square {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-between;
|
|
|
- color: white;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 0.7rem;
|
|
|
- line-height: 15px;
|
|
|
- text-align: center;
|
|
|
- letter-spacing: 0.2em;
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-
|
|
|
-.outil-title {
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 3rem;
|
|
|
- line-height: 18px;
|
|
|
- color: #091d20;
|
|
|
- margin-bottom: 4rem;
|
|
|
-}
|
|
|
-
|
|
|
-.outil-ul {
|
|
|
- margin-left: 1rem;
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
- font-weight: 300;
|
|
|
- font-size: 1rem;
|
|
|
- line-height: 1.5rem;
|
|
|
-}
|
|
|
-.logo-artist {
|
|
|
- top: 1rem;
|
|
|
- margin-left: 0.3rem;
|
|
|
- margin-right: 0.5rem;
|
|
|
- z-index: 1;
|
|
|
-}
|
|
|
-.citation-school {
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: italic;
|
|
|
- font-weight: 300;
|
|
|
- font-size: 2rem;
|
|
|
- width: 38rem;
|
|
|
- line-height: 40px;
|
|
|
- color: #ffffff;
|
|
|
- font-style: italic;
|
|
|
- margin-top: 20rem;
|
|
|
- margin-left: 2rem;
|
|
|
-}
|
|
|
-.subtitle-logiciel {
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 1.5rem;
|
|
|
- line-height: 18px;
|
|
|
- color: #ffffff;
|
|
|
- margin-left: 5rem;
|
|
|
- margin-right: 15rem;
|
|
|
- margin-top: 4rem;
|
|
|
- top: 10rem;
|
|
|
-}
|
|
|
-.screen2-img {
|
|
|
- width: 50rem;
|
|
|
- height: 40rem;
|
|
|
- bottom: 4rem;
|
|
|
-}
|
|
|
-.container-green {
|
|
|
- background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
|
|
|
- rgba(7, 27, 31, 0.3);
|
|
|
- height: 35rem;
|
|
|
-}
|
|
|
-.title-picto-container {
|
|
|
- align-items: start;
|
|
|
-}
|
|
|
-
|
|
|
-.picto-container {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: space-between;
|
|
|
- margin-left: -15rem;
|
|
|
-}
|
|
|
+<script setup>
|
|
|
|
|
|
-.rectangle-4 {
|
|
|
- width: 18rem;
|
|
|
- height: 6rem;
|
|
|
- background: rgba(250, 194, 10, 0.2);
|
|
|
- border-radius: 3rem;
|
|
|
- margin-left: 5rem;
|
|
|
- margin-top: 2rem;
|
|
|
-}
|
|
|
-.picto-img {
|
|
|
- width: 14rem;
|
|
|
- height: 14rem;
|
|
|
-}
|
|
|
+const pictoData = [
|
|
|
+ { src: '/images/logiciels/artist/picto1.png', text: 'Logiciel de gestion et communication full web' },
|
|
|
+ { src: '/images/logiciels/artist/picto2.png', text: 'Site web intégré & simple d\'usage' },
|
|
|
+ { src: '/images/logiciels/artist/picto3.png', text: 'Boostez votre visibilité & communication' },
|
|
|
+ { src: '/images/logiciels/artist/picto4.png', text: 'Communiquez en réseau' }
|
|
|
+];
|
|
|
|
|
|
-.picto-group {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-.picto-text {
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
- font-weight: 300;
|
|
|
- font-size: 0.9rem;
|
|
|
- margin-top: -3rem;
|
|
|
- text-align: center;
|
|
|
- margin-right: 2rem;
|
|
|
- margin-left: 2rem;
|
|
|
-}
|
|
|
-.black-circle {
|
|
|
- border-radius: 3rem;
|
|
|
- background: #091d20;
|
|
|
- width: 7rem;
|
|
|
- height: 6rem;
|
|
|
-}
|
|
|
-.title {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 1.5rem;
|
|
|
- line-height: 18px;
|
|
|
- color: #091d20;
|
|
|
- width: 25rem;
|
|
|
- margin-left: 2rem;
|
|
|
-}
|
|
|
+const presentationData = {
|
|
|
+ toolTitle: 'Un outil complet en ligne',
|
|
|
+ toolList: [
|
|
|
+ 'Logiciel de gestion et communication en ligne',
|
|
|
+ 'Destiné aux établissements d\'enseignement artistique',
|
|
|
+ 'Gestion quotidienne et en temps réel',
|
|
|
+ 'Pilotage complet de votre structure'
|
|
|
+ ],
|
|
|
+ characteristicsTitle: 'Des caractéristiques uniques & dédiées'
|
|
|
+};
|
|
|
+</script>
|
|
|
|
|
|
-.screen-img {
|
|
|
- width: 20rem;
|
|
|
- height: 15rem;
|
|
|
- margin-top: 2rem;
|
|
|
- margin-left: 5rem;
|
|
|
-}
|
|
|
-.outil-row {
|
|
|
- margin-top: 5rem;
|
|
|
- margin-bottom: 5rem;
|
|
|
-}
|
|
|
|
|
|
-.yellow-square {
|
|
|
- margin-left: 14rem;
|
|
|
- width: 10rem;
|
|
|
- height: 7rem;
|
|
|
- background: #fac20a;
|
|
|
- color: #091d20;
|
|
|
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
|
-}
|
|
|
-</style> -->
|