|
@@ -38,14 +38,6 @@
|
|
|
<%= Basics.css() |> Phoenix.HTML.raw() %>
|
|
<%= Basics.css() |> Phoenix.HTML.raw() %>
|
|
|
<%= Skill.css() |> Phoenix.HTML.raw() %>
|
|
<%= Skill.css() |> Phoenix.HTML.raw() %>
|
|
|
<%= Education.css() |> Phoenix.HTML.raw() %>
|
|
<%= Education.css() |> Phoenix.HTML.raw() %>
|
|
|
-
|
|
|
|
|
- dt.work_location+dd::before {
|
|
|
|
|
- content: '🏢 ' attr(value);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- dt.location::after {
|
|
|
|
|
- content: '🏠 ' attr(value);
|
|
|
|
|
- }
|
|
|
|
|
</style>
|
|
</style>
|
|
|
</head>
|
|
</head>
|
|
|
|
|
|
|
@@ -59,6 +51,17 @@
|
|
|
<Basics.about summary={@basics.summary} />
|
|
<Basics.about summary={@basics.summary} />
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
+ <div id="contact" class="section">
|
|
|
|
|
+ <h1>Contact</h1>
|
|
|
|
|
+
|
|
|
|
|
+ <Basics.contact
|
|
|
|
|
+ email={@basics.email}
|
|
|
|
|
+ phone={@basics.phone}
|
|
|
|
|
+ location={@basics.location}
|
|
|
|
|
+ profiles={@basics.profiles}
|
|
|
|
|
+ />
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
<div id="work" class="section">
|
|
<div id="work" class="section">
|
|
|
<h1>Expériences professionnelles</h1>
|
|
<h1>Expériences professionnelles</h1>
|
|
|
<ol>
|
|
<ol>
|