diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1f9d699b92acb3ae3b87a78bc72c8d5bbbb19916..92808ad7d5b19a05b19203dcc7f2cd6dcc1ad160 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,7 @@ <project version="4"> <component name="ChangeListManager"> <list default="true" id="33061d0c-84e3-4051-bf3c-7d807428912a" name="Default" comment=""> + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" /> </list> <ignored path="$PROJECT_DIR$/.tmp/" /> @@ -48,18 +49,19 @@ <session id="-640567574"> <usages-collector id="statistics.lifecycle.project"> <counts> - <entry key="project.open.time.0" value="1" /> - <entry key="project.opened" value="1" /> + <entry key="project.closed" value="1" /> + <entry key="project.open.time.0" value="2" /> + <entry key="project.opened" value="2" /> </counts> </usages-collector> <usages-collector id="statistics.file.extensions.edit"> <counts> - <entry key="html" value="521" /> + <entry key="html" value="530" /> </counts> </usages-collector> <usages-collector id="statistics.file.types.edit"> <counts> - <entry key="HTML" value="521" /> + <entry key="HTML" value="530" /> </counts> </usages-collector> </session> @@ -69,8 +71,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="-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" /> + <state relative-caret-position="130"> + <caret line="96" column="31" lean-forward="true" selection-start-line="96" selection-start-column="31" selection-end-line="96" selection-end-column="31" /> <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 +192,13 @@ <workItem from="1535771879523" duration="9399000" /> <workItem from="1536473512076" duration="5223000" /> <workItem from="1536522854762" duration="5054000" /> - <workItem from="1536532362270" duration="8623000" /> + <workItem from="1536532362270" duration="9222000" /> + <workItem from="1537453368855" duration="332000" /> </task> <servers /> </component> <component name="TimeTrackingManager"> - <option name="totallyTimeSpent" value="47441000" /> + <option name="totallyTimeSpent" value="48372000" /> </component> <component name="ToolWindowManager"> <frame x="-1928" y="-8" width="1936" height="1056" extended-state="6" /> @@ -239,8 +242,8 @@ </entry> <entry file="file://$PROJECT_DIR$/index.html"> <provider selected="true" editor-type-id="text-editor"> - <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" /> + <state relative-caret-position="130"> + <caret line="96" column="31" lean-forward="true" selection-start-line="96" selection-start-column="31" selection-end-line="96" selection-end-column="31" /> <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/img/layers-coin-good.jpg b/img/layers-coin-good.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c7ccd32f469e2f6b1263c6b17fbd3bd0518b7bf Binary files /dev/null and b/img/layers-coin-good.jpg differ diff --git a/img/the-CBAcaster-sketch-2.JPG b/img/the-CBAcaster-sketch-2.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cd375ba13dd50b05fc068fceb57bdd3f2dafa12 Binary files /dev/null and b/img/the-CBAcaster-sketch-2.JPG differ diff --git a/index.html b/index.html index 83ca028c1ae1ce532d194dc9ecbe5be48567969d..5c8b16c8952d5d126627ef48dc942b10a5e8c48b 100644 --- a/index.html +++ b/index.html @@ -96,12 +96,13 @@ <!--CARD DECK--> <div class="card-deck"> <div class="card bg-light text-black text-center " style="height:25rem;"> - <img class="card-img" src="img/IMG_0302.JPG" alt=""> + <img class="card-img" src="img/the-CBAcaster-sketch-2.JPG" alt=""> + <img class="card-img" src="img/layers-coin-good.jpg" alt="" height="50%"> <div class="card-img-overlay h-100 d-flex flex-column align-items-center d-flex justify-content-center"> <h2 class="card-title">How to Make <i>(almost)</i> Anything <br><br> <br><br><br> <a href="http://fab.cba.mit.edu/classes/863.18/" class="btn btn-primary btn-lg">Course</a> - <a href="https://tourlomousis.pages.cba.mit.edu/my-htmaa-2018" class="btn btn-primary btn-lg">My Projects</a> + <a href="http://fab.cba.mit.edu/classes/863.18/CBA/people/filippos/index.html" class="btn btn-primary btn-lg">My Projects</a> </h2> </div> </div>