init
This commit is contained in:
28
home/templates/home/contact.html
Normal file
28
home/templates/home/contact.html
Normal file
@@ -0,0 +1,28 @@
|
||||
{% extends "home/layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post" action="{% url "home:contact" %}">
|
||||
{{ csrf_input }}
|
||||
<div id="form_{{ form.full_name.id_for_label }}">
|
||||
{{ form.full_name.errors }}
|
||||
{{ form.full_name.label_tag }}
|
||||
{{ form.full_name }}
|
||||
</div>
|
||||
<div id="form_{{ form.email.id_for_label }}">
|
||||
{{ form.email.errors }}
|
||||
{{ form.email.label_tag }}
|
||||
{{ form.email }}
|
||||
</div>
|
||||
<div id="form_{{ form.subject.id_for_label }}">
|
||||
{{ form.subject.errors }}
|
||||
{{ form.subject.label_tag }}
|
||||
{{ form.subject }}
|
||||
</div>
|
||||
<div id="form_{{ form.message.id_for_label }}">
|
||||
{{ form.message.errors }}
|
||||
{{ form.message.label_tag }}
|
||||
{{ form.message }}
|
||||
</div>
|
||||
<input type="submit" value="Envoyer">
|
||||
</form>
|
||||
{% endblock %}
|
||||
5
home/templates/home/contact_success.html
Normal file
5
home/templates/home/contact_success.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "home/layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% endblock %}
|
||||
204
home/templates/home/cv.html
Normal file
204
home/templates/home/cv.html
Normal file
@@ -0,0 +1,204 @@
|
||||
{% extends "home/layout.html" %}
|
||||
{% load django_vite %}
|
||||
|
||||
{% block css %}
|
||||
{{ super }}
|
||||
<link rel="stylesheet" href="{% vite_asset_url "styles/cv.css" %}">
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{% vite_asset "application/cv.js" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="cv_main">
|
||||
<div id="cv_left">
|
||||
<div id="cv_presentation">
|
||||
<h2>Fabien ROUSSEAU</h2>
|
||||
<h3>Développeur Python/Django</h3>
|
||||
<p>
|
||||
Passionné d'informatique. J'ai décidé d'en faire mon métier en apprenant par moi-même l'électronique, le réseau puis par la suite le développement
|
||||
Aujourd'hui je souhaiterais poursuivre ce parcours au sein d'une entreprise dont je partage les valeurs qui m'accompagnera dans un processus de validation et certification de mon expérience et de mes compétences
|
||||
</p>
|
||||
</div>
|
||||
<div id="cv_contact">
|
||||
<h3>Coodonnées</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.linkedin.com/in/44-fabien-rousseau/">LinkedIN</a></li>
|
||||
<li><a href="{% url "home:contact" %}">Me contacter</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="cv_competence">
|
||||
<h3>Compétences</h3>
|
||||
<h4>Language et framework</h4>
|
||||
<ul>
|
||||
<li>Python</li>
|
||||
<li>Django</li>
|
||||
<li>Django Rest Framework</li>
|
||||
<li>Django Channels</li>
|
||||
<li>Jinja</li>
|
||||
<li>Celery</li>
|
||||
<li>VueJS</li>
|
||||
<li>NuxtJS</li>
|
||||
<li>Vuetify</li>
|
||||
<li>OCPP</li>
|
||||
</ul>
|
||||
<h4>Système d'exploitation</h4>
|
||||
<ul>
|
||||
<li>Linux</li>
|
||||
<li>Windows</li>
|
||||
</ul>
|
||||
<h4>Outils</h4>
|
||||
<ul>
|
||||
<li>Docker</li>
|
||||
<li>Git</li>
|
||||
<li>Kanban</li>
|
||||
</ul>
|
||||
<h4>Base de données</h4>
|
||||
<ul>
|
||||
<li>PostgreSQL</li>
|
||||
<li>MySQL</li>
|
||||
<li>Redis</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="cv_strong">
|
||||
<h3>Points forts</h3>
|
||||
<ul>
|
||||
<li>Passionné de développement</li>
|
||||
<li>Polyvalent et adaptabilité</li>
|
||||
<li>Travaille efficacement en équipe</li>
|
||||
<li>Consciencieux</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cv_right">
|
||||
<article>
|
||||
<header>
|
||||
<div>
|
||||
<p>Avril 2017 à Maintenant</p>
|
||||
</div>
|
||||
<div class="cv_header_title">
|
||||
<h2>Développeur</h2>
|
||||
<h3>Auto-entrepreneur - Nantes - Full remote</h3>
|
||||
</div>
|
||||
</header>
|
||||
<div class="cv_content">
|
||||
<h4>Services : </h4>
|
||||
<ul>
|
||||
<li>Développement applicatif</li>
|
||||
<li>Conseil en informatique</li>
|
||||
<li>Hébergement et maintenance web</li>
|
||||
</ul>
|
||||
<h4>Missions : </h4>
|
||||
<ul>
|
||||
<li>Site web de suivi d’actualité footballistique</li>
|
||||
<li>Site de suivi des résultats et statistique footballistique</li>
|
||||
<li>Site d’hébergement de CV pour sportifs amateurs</li>
|
||||
<li>Site de gestion de formation dans le domaine des sports aquatiques</li>
|
||||
<li>Conseil divers en informatique</li>
|
||||
<li>Intervention en soutien pour maintenance d’infrastructure</li>
|
||||
<li>intervention pour migration de sites</li>
|
||||
<li>Site vitrine d’entreprise d’enfouissement électrique et gaz</li>
|
||||
<li>Mise en place de scrapping pour entreprise</li>
|
||||
</ul>
|
||||
<h4>Compétences technique : </h4>
|
||||
<ul class="cv_content_competence">
|
||||
<li>Python</li>
|
||||
<li>Django</li>
|
||||
<li>Django REST FRAMEWORK</li>
|
||||
<li>Django Channels</li>
|
||||
<li>Celery</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>Redis</li>
|
||||
<li>VueJS</li>
|
||||
<li>NuxtJS</li>
|
||||
<li>Vuetify</li>
|
||||
<li>Docker</li>
|
||||
<li>Docker compose</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<div>
|
||||
<p>Octobre 2021 à Novembre 2023</p>
|
||||
</div>
|
||||
<div class="cv_header_title">
|
||||
<h2>Lead Développeur</h2>
|
||||
<h3>PredicVision - Bordeaux - Full remote</h3>
|
||||
</div>
|
||||
</header>
|
||||
<div class="cv_content">
|
||||
<h4>Objectif : </h4>
|
||||
<p>
|
||||
Création d’une plateforme afin d’analyser et maintenir un parc de bornes de rechargement pour véhicules électriques.
|
||||
</p>
|
||||
<h4>Compétences Techniques : </h4>
|
||||
<ul class="cv_content_competence">
|
||||
<li>Python</li>
|
||||
<li>Django</li>
|
||||
<li>Django REST FRAMEWORK</li>
|
||||
<li>Django Channels</li>
|
||||
<li>Celery</li>
|
||||
<li>OCPP</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>Redis</li>
|
||||
<li>VueJS</li>
|
||||
<li>NuxtJS</li>
|
||||
<li>Vuetify</li>
|
||||
<li>Docker</li>
|
||||
<li>Docker compose</li>
|
||||
</ul>
|
||||
<h4>Compétences supplémentaires : </h4>
|
||||
<ul>
|
||||
<li>Gitlab</li>
|
||||
<li>Kanban</li>
|
||||
<li>conseil</li>
|
||||
<li>réunion</li>
|
||||
<li>veille technique</li>
|
||||
<li>étude de faisabilité</li>
|
||||
<li>présentation</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<div>
|
||||
<p>Septembre 2020 à Octobre 2021</p>
|
||||
</div>
|
||||
<div class="cv_header_title">
|
||||
<h2>Développeur Django</h2>
|
||||
<h3>FMC Production - Nantes - Hybride</h3>
|
||||
</div>
|
||||
</header>
|
||||
<div class="cv_content">
|
||||
<h4>Objectif :</h4>
|
||||
<p>
|
||||
Maintient d’une plateforme e-learning et création d’une plateforme de conférence live et VOD pour le monde médical
|
||||
</p>
|
||||
<h4>Compétences Techniques : </h4>
|
||||
<ul class="cv_content_competence">
|
||||
<li>Python</li>
|
||||
<li>Django</li>
|
||||
<li>Django REST FRAMEWORK</li>
|
||||
<li>Django Channels</li>
|
||||
<li>Celery</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>Redis</li>
|
||||
<li>Docker</li>
|
||||
<li>Docker compose</li>
|
||||
</ul>
|
||||
<h4>Compétences supplémentaires : </h4>
|
||||
<ul>
|
||||
<li>Gitlab</li>
|
||||
<li>Daily</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
17
home/templates/home/index.html
Normal file
17
home/templates/home/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends "home/layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Présentation</h2>
|
||||
<p>
|
||||
Développeur passionné d'informatique depuis le plus jeune âge.
|
||||
Cette page sera un condenser d'une vitrine de moi même,
|
||||
des prestations que je peux offrir
|
||||
ainsi qu'une multitude de partage de connaissance à travers mon blog
|
||||
</p>
|
||||
<h2>En quête d'un projet sur la DATA</h2>
|
||||
<p>
|
||||
Ayant une expérience dans la data,
|
||||
je suis en recherche d'un projet qui approfondira mes connaissances sur le sujet
|
||||
avec pourquoi pas un cumul de connaissances sur le web
|
||||
</p>
|
||||
{% endblock %}
|
||||
1
home/templates/home/layout.html
Normal file
1
home/templates/home/layout.html
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "base.html" %}
|
||||
19
home/templates/home/service.html
Normal file
19
home/templates/home/service.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% extends "home/layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<p>
|
||||
Prestation de service ou de maintenance Python/Django/Flask/FastAPI :
|
||||
facturation à la journée à raison de 450€ par jour en moyenne (ce prix peut varier si c'est un projet qui dur dans le temps)
|
||||
</p>
|
||||
<ul>
|
||||
<li>Création de script</li>
|
||||
<li>Création de site simple comme complex</li>
|
||||
<li>Création de graphique (chart) sur des grands comme des petits volumes de donnée</li>
|
||||
<li>Mise à jour de sécurité</li>
|
||||
<li>Correction de bug</li>
|
||||
<li>Modification de votre projet existant</li>
|
||||
<li>Migration</li>
|
||||
<li>Optimisation</li>
|
||||
</ul>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user