Browse Source

CV - Compétences

Jovian Hersemeule Satellite 6 years ago
parent
commit
2bfa7442b7
2 changed files with 109 additions and 7 deletions
  1. 11 7
      .idea/workspace.xml
  2. 98 0
      cv.html

+ 11 - 7
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="458baa9a-0ac3-475e-8174-3ab8ea444385" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/cv.html" beforeDir="false" afterPath="$PROJECT_DIR$/cv.html" afterDir="false" />
     </list>
     <ignored path="$PROJECT_DIR$/.tmp/" />
@@ -28,8 +27,8 @@
       <file pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/cv.html">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="1126">
-              <caret line="189" column="21" selection-start-line="189" selection-start-column="21" selection-end-line="189" selection-end-column="21" />
+            <state relative-caret-position="464">
+              <caret line="289" column="38" lean-forward="true" selection-start-line="289" selection-start-column="38" selection-end-line="289" selection-end-column="38" />
             </state>
           </provider>
         </entry>
@@ -56,7 +55,11 @@
   <component name="FindInProjectRecents">
     <findStrings>
       <find>em</find>
+      <find>class=&quot;col-8&quot;</find>
     </findStrings>
+    <replaceStrings>
+      <replace>class=&quot;col-9&quot;</replace>
+    </replaceStrings>
   </component>
   <component name="Git.Settings">
     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
@@ -142,15 +145,16 @@
       <option name="presentableId" value="Default" />
       <updated>1544351302156</updated>
       <workItem from="1544351313044" duration="4545000" />
-      <workItem from="1544467535946" duration="3718000" />
+      <workItem from="1544467535946" duration="5035000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="8263000" />
+    <option name="totallyTimeSpent" value="9580000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-3" y="25" width="1602" height="885" extended-state="0" />
+    <editor active="true" />
     <layout>
       <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.13032421" />
       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
@@ -199,8 +203,8 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/cv.html">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="1126">
-          <caret line="189" column="21" selection-start-line="189" selection-start-column="21" selection-end-line="189" selection-end-column="21" />
+        <state relative-caret-position="464">
+          <caret line="289" column="38" lean-forward="true" selection-start-line="289" selection-start-column="38" selection-end-line="289" selection-end-column="38" />
         </state>
       </provider>
     </entry>

+ 98 - 0
cv.html

@@ -195,6 +195,104 @@
         </div>
     </div>
     <h1>Compétences</h1>
+
+    <div class="row">
+        <div class="col-lg-12 col-xl-6">
+            <h2>Langues</h2>
+
+            <div class="row">
+                <b class="col-3">
+                    Français
+                </b>
+                <div class="col-9">
+                    Langue maternelle
+                </div>
+            </div>
+
+            <div class="row">
+                <b class="col-3">
+                    Anglais
+                </b>
+                <div class="col-9">
+                    Fluide
+                </div>
+            </div>
+
+            <div class="row">
+                <b class="col-3">
+                    Allemand
+                </b>
+                <div class="col-9">
+                    Bonnes bases
+                </div>
+            </div>
+        </div>
+
+            <div class="col-lg-12 col-xl-6">
+
+                <h2>Informatique</h2>
+
+                <div class="row">
+                    <b class="col-3">
+                        C++
+                    </b>
+                    <div class="col-4">
+                        Très bonne maîtrise
+                    </div>
+                    <em class="col-5">
+                        7 ans d'expérience
+                    </em>
+                </div>
+
+                <div class="row">
+                    <b class="col-3">
+                        Python
+                    </b>
+                    <div class="col-4">
+                        Bonne maîtrise
+                    </div>
+                    <em class="col-5">
+                        4 ans d'expérience
+                    </em>
+                </div>
+
+                <div class="row">
+                    <b class="col-3">
+                        Java
+                    </b>
+                    <div class="col-4">
+                        Bonne maîtrise
+                    </div>
+                    <em class="col-5">
+                        1 ans d'expérience
+                    </em>
+                </div>
+
+                <div class="row">
+                    <b class="col-3">
+                        GNU/Linux
+                    </b>
+                    <div class="col-4">
+                        Niveau intermédiaire
+                    </div>
+                    <em class="col-5">
+                        1 ans d'expérience
+                    </em>
+                </div>
+
+                <div class="row">
+                    <b class="col-3">
+                        Web
+                    </b>
+                    <div class="col-4">
+                        Novice
+                    </div>
+                    <em class="col-5">
+                        1 ans d'expérience
+                    </em>
+                </div>
+            </div>
+        </div>
     <h1>Intérêts</h1>
 
 </main>