From f2fc9a5d55e4eedba3c86926539990be0e89a133 Mon Sep 17 00:00:00 2001 From: unknown <ftourlom@mit.edu> Date: Sun, 9 Sep 2018 18:35:26 -0400 Subject: [PATCH] cannot see collapse --- .idea/vcs.xml | 1 + .idea/workspace.xml | 2 +- index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index a2c5bbc..6b20dd8 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$/my-htmaa-2018" vcs="Git" /> </component> </project> \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4dc91a6..9a6b4c1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -164,7 +164,7 @@ </component> <component name="PropertiesComponent"> <property name="WebServerToolWindowFactoryState" value="false" /> - <property name="last_opened_file_path" value="G:/rheometer-cover" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$" /> <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> <property name="nodejs_npm_path_reset_for_default_project" value="true" /> <property name="settings.editor.selected.configurable" value="preferences.pluginManager" /> diff --git a/index.html b/index.html index 5247fa6..624ffb8 100644 --- a/index.html +++ b/index.html @@ -134,7 +134,7 @@ </div> <!-- RESEARCH--> - <div id="research" class="collapse"> + <div id="research" class=""> <div class="card card-body bg-success text-white py-5"> <h2>My Research Interests</h2> <p class="lead">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nihil, ut!</p> -- GitLab