|
|
@@ -4,11 +4,25 @@
|
|
|
<v-col cols="4">
|
|
|
<div class="title">
|
|
|
|
|
|
- <v-icon class="fa-brands fa-react icon"></v-icon>
|
|
|
+ <v-icon class="fa-brands fa-react icon-title"></v-icon>
|
|
|
<h4 >Présentation d'opentalent school</h4>
|
|
|
</div>
|
|
|
<v-img src="/images/logiciels/school/screen.jpg" class="screen-img">
|
|
|
</v-img>
|
|
|
+
|
|
|
+ <div class="rectangle-4">
|
|
|
+ <div class="black-circle">
|
|
|
+ <div class="content-flex">
|
|
|
+ <v-img
|
|
|
+ src="/images/logo_school_white.png"
|
|
|
+ class="logo-manager"
|
|
|
+ >
|
|
|
+ </v-img>
|
|
|
+ <p class="devis">Sur devis</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
</v-col>
|
|
|
|
|
|
<v-col cols="5">
|
|
|
@@ -60,26 +74,46 @@
|
|
|
<v-col cols="4"> </v-col>
|
|
|
|
|
|
<v-col cols="5">
|
|
|
- <div class="title-picto-container">
|
|
|
- <h2>Des caractéristiques uniques & dédiées</h2>
|
|
|
- <div class="picto-container">
|
|
|
+ <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/school/picto1.png"
|
|
|
></v-img>
|
|
|
+ <p class="picto-text">
|
|
|
+ Logiciel de gestion & communication full web
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="picto-group">
|
|
|
<v-img
|
|
|
class="picto-img"
|
|
|
src="/images/logiciels/school/picto2.png"
|
|
|
></v-img>
|
|
|
+ <p class="picto-text">
|
|
|
+ Boostez votre visibilité & votre communication
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="picto-group">
|
|
|
<v-img
|
|
|
class="picto-img"
|
|
|
src="/images/logiciels/school/picto3.png"
|
|
|
></v-img>
|
|
|
+ <p class="picto-text">
|
|
|
+ Boostez votre visibilité & votre communication
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="picto-group">
|
|
|
<v-img
|
|
|
class="picto-img"
|
|
|
src="/images/logiciels/school/picto4.png"
|
|
|
></v-img>
|
|
|
+ <p class="picto-text">Communiquez en réseau</p>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
</v-col>
|
|
|
|
|
|
@@ -89,7 +123,12 @@
|
|
|
|
|
|
<v-row class="container-green">
|
|
|
<v-row>
|
|
|
- <v-col cols="6" class="citation-school"> “ Pour les petits comme pour les grands établissements d’enseignement artistique.“</v-col>
|
|
|
+ <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">
|
|
|
@@ -105,12 +144,67 @@
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
|
+*{
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+}
|
|
|
+
|
|
|
+.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: 1rem;
|
|
|
+ margin-left: 0.3rem;
|
|
|
+ margin-right: 0.5rem;
|
|
|
+ z-index: 1;
|
|
|
+}
|
|
|
+.rectangle-4 {
|
|
|
+ width: 18rem;
|
|
|
+ height: 6rem;
|
|
|
+ background: rgba(32, 147, 190, 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{
|
|
|
- color: blue;
|
|
|
+ margin-right: 1.5rem;
|
|
|
+ color: rgba(32, 147, 190, 0.6);
|
|
|
}
|
|
|
|
|
|
.text-square {
|
|
|
- font-family: 'Barlow';
|
|
|
margin-left: 2rem;
|
|
|
margin-right: 2rem;
|
|
|
margin-top: 0.9rem;
|
|
|
@@ -118,7 +212,8 @@
|
|
|
}
|
|
|
|
|
|
.icon{
|
|
|
- margin-top: 2rem;
|
|
|
+ margin-top:1rem;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.container-square {
|
|
|
@@ -126,8 +221,6 @@
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
color: white;
|
|
|
- font-family: 'Barlow';
|
|
|
-font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 0.7rem;
|
|
|
line-height: 15px;
|
|
|
@@ -137,8 +230,6 @@ text-transform: uppercase;
|
|
|
}
|
|
|
|
|
|
.outil-title{
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
font-weight: 600;
|
|
|
font-size: 3rem;
|
|
|
line-height: 18px;
|
|
|
@@ -148,28 +239,23 @@ text-transform: uppercase;
|
|
|
|
|
|
.outil-ul{
|
|
|
margin-left: 1rem;
|
|
|
- font-family: 'Barlow';
|
|
|
-font-style: normal;
|
|
|
font-weight: 300;
|
|
|
font-size: 1rem;
|
|
|
line-height: 1.5rem;
|
|
|
}
|
|
|
|
|
|
.citation-school {
|
|
|
- font-family: 'Barlow';
|
|
|
font-style: italic;
|
|
|
font-weight: 300;
|
|
|
font-size: 2rem;
|
|
|
-width: 3rem;
|
|
|
+width: 38rem;
|
|
|
line-height: 40px;
|
|
|
color: #ffffff;
|
|
|
font-style: italic;
|
|
|
margin-top: 20rem;
|
|
|
- margin-left: 5rem;
|
|
|
+ margin-left: 2rem;
|
|
|
}
|
|
|
.subtitle-logiciel {
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
font-weight: 600;
|
|
|
font-size: 1.5rem;
|
|
|
line-height: 18px;
|
|
|
@@ -178,13 +264,7 @@ line-height: 40px;
|
|
|
margin-right: 15rem;
|
|
|
margin-top : 4rem;
|
|
|
top: 10rem;
|
|
|
-}
|
|
|
-.screen2-img {
|
|
|
- width: 50rem;
|
|
|
- height: 40rem;
|
|
|
- bottom: 4rem;
|
|
|
-}
|
|
|
-.container-green {
|
|
|
+}.container-green {
|
|
|
background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
|
|
|
rgba(7, 27, 31, 0.3);
|
|
|
height: 35rem;
|
|
|
@@ -198,25 +278,21 @@ line-height: 40px;
|
|
|
justify-content: flex-start;
|
|
|
padding: 0 2rem;
|
|
|
}
|
|
|
-
|
|
|
.picto-img {
|
|
|
- right: 5rem;
|
|
|
- height: 10rem;
|
|
|
- margin-bottom: 3rem;
|
|
|
+ width: 14rem;
|
|
|
+ height: 14rem;
|
|
|
}
|
|
|
|
|
|
.title {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
font-weight: 600;
|
|
|
font-size: 1.5rem;
|
|
|
line-height: 18px;
|
|
|
color: #091d20;
|
|
|
margin-left: 5rem;
|
|
|
- margin-right: 15rem;
|
|
|
+ margin-right: 5rem;
|
|
|
}
|
|
|
|
|
|
.screen-img {
|
|
|
@@ -230,15 +306,15 @@ line-height: 40px;
|
|
|
margin-bottom: 5rem;
|
|
|
}
|
|
|
.darkblue-square {
|
|
|
- width: 9rem;
|
|
|
+ width: 10rem;
|
|
|
height: 7rem;
|
|
|
background: #0e2d32;
|
|
|
- margin-left: 15rem;
|
|
|
+ margin-left: 14rem;
|
|
|
|
|
|
}
|
|
|
.blue-square {
|
|
|
- margin-left: 15rem;
|
|
|
- width: 9rem;
|
|
|
+ margin-left: 14rem;
|
|
|
+ width: 10rem;
|
|
|
height: 7rem;
|
|
|
background: rgba(32, 147, 190, 0.6);
|
|
|
}
|