-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
References #18 | Update Actiwine exp
- Loading branch information
Showing
14 changed files
with
159 additions
and
53 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ export default { | |
|
||
<style lang="scss"> | ||
.structure { | ||
opacity: 0.6; | ||
opacity: 0.7; | ||
} | ||
</style> |
69 changes: 69 additions & 0 deletions
69
src/components/specific_content/boards/experiences/ActiwineBoardEnvironment.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<template> | ||
<div> | ||
<p> | ||
<strong>Back-end</strong> :<br> | ||
<span class="color-hover"> | ||
<img | ||
class="inline-icon" | ||
src="static/icons/django-icon.png" | ||
alt="icon" | ||
> | ||
django | ||
</span> | ||
• | ||
<span class="color-hover"> | ||
<img | ||
class="inline-icon" | ||
src="static/icons/python-icon.png" | ||
alt="icon" | ||
> | ||
python | ||
</span><br> | ||
Avec quelques principes du | ||
<em>Domain Driven Design</em>.<br> | ||
Communication avec le front par les views | ||
<span class="color-hover"> | ||
<img | ||
class="inline-icon" | ||
src="static/icons/django-icon.png" | ||
alt="icon" | ||
> | ||
django | ||
</span> et des <em>API</em> Django REST framework. | ||
</p> | ||
|
||
<p> | ||
<strong>Front-end</strong> :<br> | ||
<span class="color-hover"> | ||
<img | ||
class="inline-icon" | ||
src="static/icons/vuejs-icon.png" | ||
alt="icon" | ||
> | ||
Vue.js | ||
</span> | ||
• | ||
<span class="color-hover"> | ||
<img | ||
class="inline-icon" | ||
src="static/icons/js-icon.png" | ||
alt="icon" | ||
> | ||
JS | ||
</span> | ||
• | ||
<span class="color-hover"> | ||
<img | ||
class="inline-icon" | ||
src="static/icons/sass-icon.png" | ||
alt="icon" | ||
> | ||
SCSS | ||
</span> | ||
</p> | ||
</div> | ||
</template> | ||
|
||
<style lang="scss" scoped> | ||
</style> |
28 changes: 28 additions & 0 deletions
28
src/components/specific_content/boards/experiences/ActiwineBoardRealisations.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<template> | ||
<div> | ||
<ul> | ||
<li> | ||
utilisation d'<strong>Algolia</strong> comme moteur de recherche et modèle de lecture, recherche efficace, réponses rapides et bonne synergie avec le front. | ||
</li> | ||
<li> | ||
inscription en ligne des acheteurs avec appels AJAX d'API et validations de données en python pur. | ||
</li> | ||
<li> | ||
règles tarifaires modulables par <em>configuration</em> / <em>interprétation</em>, maitrise et souplesse du modèle économique. | ||
</li> | ||
<li> | ||
marque blanche pour gestion interne des commandes et stocks des négociants avec déclinaisons fonctionnelles et maitrise du visuel. | ||
</li> | ||
</ul> | ||
</div> | ||
</template> | ||
|
||
<style lang="scss" scoped> | ||
ul { | ||
padding-left: 13px; | ||
li { | ||
margin-bottom: 5px; | ||
} | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 11 additions & 17 deletions
28
src/components/specific_content/cards/experiences/ActiwineCard.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
<template> | ||
<div> | ||
<p> | ||
Lorem ipsum dolor sit, | ||
<strong> | ||
amet | ||
Actiwine | ||
</strong> | ||
consectetur adipisicing elit. Quis eum non ipsum | ||
<em> | ||
laboriosam | ||
</em> | ||
sapiente dolorem culpa fuga ducimus, dolor labore ipsam hic error totam laudantium animi, ad, veritatis maxime assumenda. | ||
est une place de marché BtoB pour le vin et se place en intermédiaire entre les | ||
<em>viticulteurs</em> ou les | ||
<em>négociants</em> et la | ||
<em>grande distribution</em>, les | ||
<em>CHR</em>... | ||
</p> | ||
<p> | ||
Avec cette proposition, la | ||
<strong>startup</strong> | ||
a la volonté de réduire les intermédiaires, d'assurer des faibles coûts, une meilleure rémunération et de secouer les traditions. | ||
</p> | ||
</div> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
} | ||
</script> | ||
|
||
<style lang="scss" scoped> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.