From 4dd4dbb1839a912773fce10ad52cc57fb372b20d Mon Sep 17 00:00:00 2001 From: unknown <ftourlom@mit.edu> Date: Sun, 9 Sep 2018 22:38:19 -0400 Subject: [PATCH] update research tab --- .idea/workspace.xml | 12 ++++----- index.html | 59 --------------------------------------------- 2 files changed, 6 insertions(+), 65 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c8f6c88..1f9d699 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -69,8 +69,8 @@ <file pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/index.html"> <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="78"> - <caret line="108" column="85" lean-forward="true" selection-start-line="108" selection-start-column="85" selection-end-line="108" selection-end-column="85" /> + <state relative-caret-position="-2"> + <caret line="185" column="16" lean-forward="true" selection-start-line="185" selection-start-column="16" selection-end-line="185" selection-end-column="16" /> <folding> <element signature="n#style#0;n#div#0;n#div#1;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top" expanded="true" /> <element signature="n#style#0;n#div#1;n#div#1;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top" expanded="true" /> @@ -190,12 +190,12 @@ <workItem from="1535771879523" duration="9399000" /> <workItem from="1536473512076" duration="5223000" /> <workItem from="1536522854762" duration="5054000" /> - <workItem from="1536532362270" duration="7651000" /> + <workItem from="1536532362270" duration="8623000" /> </task> <servers /> </component> <component name="TimeTrackingManager"> - <option name="totallyTimeSpent" value="46469000" /> + <option name="totallyTimeSpent" value="47441000" /> </component> <component name="ToolWindowManager"> <frame x="-1928" y="-8" width="1936" height="1056" extended-state="6" /> @@ -239,8 +239,8 @@ </entry> <entry file="file://$PROJECT_DIR$/index.html"> <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="78"> - <caret line="108" column="85" lean-forward="true" selection-start-line="108" selection-start-column="85" selection-end-line="108" selection-end-column="85" /> + <state relative-caret-position="-2"> + <caret line="185" column="16" lean-forward="true" selection-start-line="185" selection-start-column="16" selection-end-line="185" selection-end-column="16" /> <folding> <element signature="n#style#0;n#div#0;n#div#1;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top" expanded="true" /> <element signature="n#style#0;n#div#1;n#div#1;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top" expanded="true" /> diff --git a/index.html b/index.html index a139573..83ca028 100644 --- a/index.html +++ b/index.html @@ -188,65 +188,6 @@ <li>Paul Dalton, University of Wurzburg</li> </ul> </div> - - <div class="card card-body py-5"> - <h3>Where Have I Worked?</h3> - <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloremque similique saepe inventore rem - vitae - esse.</p> - <div class="card-deck"> - <div class="card"> - <div class="card-body"> - <h4 class="card-title">Devmasters</h4> - <p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor, - magnam.</p> - <p class="p-2 mb-3 bg-dark text-white"> - Position: Full Stack Developer - </p> - <p class="p-2 mb-3 bg-dark text-white"> - Phone: (444) 444-4444 - </p> - </div> - <div class="card-footer"> - <h6 class="text-muted">Dates: 2015 - 2018</h6> - </div> - </div> - - <div class="card"> - <div class="card-body"> - <h4 class="card-title">123 Designs</h4> - <p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor, - magnam.</p> - <p class="p-2 mb-3 bg-dark text-white"> - Position: Web Designer - </p> - <p class="p-2 mb-3 bg-dark text-white"> - Phone: (222) 222-2222 - </p> - </div> - <div class="card-footer"> - <h6 class="text-muted">Dates: 2013 - 2015</h6> - </div> - </div> - - <div class="card"> - <div class="card-body"> - <h4 class="card-title">Web Designer Pros</h4> - <p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor, - magnam.</p> - <p class="p-2 mb-3 bg-dark text-white"> - Position: Web Designer - </p> - <p class="p-2 mb-3 bg-dark text-white"> - Phone: (333) 333-3333 - </p> - </div> - <div class="card-footer"> - <h6 class="text-muted">Dates: 2010 - 2013</h6> - </div> - </div> - </div> - </div> </div> <!-- MACHINES--> -- GitLab