diff options
author | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-13 14:08:55 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-13 14:08:55 -0400 |
commit | 6a2f4fab19ae2439eb1b5d3ef7b8f079fa575efa (patch) | |
tree | ae9a45263b6fb7982717d361750c0f424210f60d | |
parent | 73f17d7e891380ee3bc7254f39cf8d01422e9c68 (diff) |
fix little bug
-rw-r--r-- | .idea/vcs.xml | 6 | ||||
-rw-r--r-- | .idea/workspace.xml | 97 | ||||
-rwxr-xr-x | index.html | 2 |
3 files changed, 104 insertions, 1 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..2e515d8 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="AutoImportSettings"> + <option name="autoReloadType" value="SELECTIVE" /> + </component> + <component name="ChangeListManager"> + <list default="true" id="9e62fa79-bff2-486f-ae3c-477a32a5aab5" name="Changes" comment=""> + <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" /> + </list> + <option name="SHOW_DIALOG" value="false" /> + <option name="HIGHLIGHT_CONFLICTS" value="true" /> + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> + <option name="LAST_RESOLUTION" value="IGNORE" /> + </component> + <component name="FileTemplateManagerImpl"> + <option name="RECENT_TEMPLATES"> + <list> + <option value="HTML File" /> + <option value="CSS File" /> + </list> + </option> + </component> + <component name="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="MarkdownSettingsMigration"> + <option name="stateVersion" value="1" /> + </component> + <component name="ProjectId" id="2EBG8i1Mqh16m4Jz9vBA47Uvux8" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="ASKED_SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> + <property name="DefaultHtmlFileTemplate" value="HTML File" /> + <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> + <property name="WebServerToolWindowFactoryState" value="false" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$/assets" /> + <property name="list.type.of.created.stylesheet" value="CSS" /> + <property name="node.js.detected.package.eslint" value="true" /> + <property name="node.js.detected.package.tslint" value="true" /> + <property name="node.js.selected.package.eslint" value="(autodetect)" /> + <property name="node.js.selected.package.tslint" value="(autodetect)" /> + <property name="nodejs_package_manager_path" value="npm" /> + <property name="vue.rearranger.settings.migration" value="true" /> + </component> + <component name="RecentsManager"> + <key name="CopyFile.RECENT_KEYS"> + <recent name="$PROJECT_DIR$/assets" /> + <recent name="$PROJECT_DIR$" /> + </key> + <key name="MoveFile.RECENT_KEYS"> + <recent name="$PROJECT_DIR$/assets" /> + <recent name="$PROJECT_DIR$/assets/bio-photos" /> + <recent name="$PROJECT_DIR$" /> + </key> + </component> + <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="9e62fa79-bff2-486f-ae3c-477a32a5aab5" name="Changes" comment="" /> + <created>1662061407387</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1662061407387</updated> + <workItem from="1662061408726" duration="30673000" /> + <workItem from="1662115395338" duration="22208000" /> + <workItem from="1662236271892" duration="1911000" /> + <workItem from="1662400711587" duration="600000" /> + <workItem from="1662412078110" duration="609000" /> + <workItem from="1662422222081" duration="33000" /> + <workItem from="1662425299635" duration="63563000" /> + <workItem from="1662593798975" duration="2248000" /> + <workItem from="1662644769930" duration="2640000" /> + <workItem from="1662840010652" duration="63000" /> + <workItem from="1663092487580" duration="38000" /> + </task> + <servers /> + </component> + <component name="TypeScriptGeneratedFilesManager"> + <option name="version" value="3" /> + </component> + <component name="Vcs.Log.Tabs.Properties"> + <option name="TAB_STATES"> + <map> + <entry key="MAIN"> + <value> + <State /> + </value> + </entry> + </map> + </option> + </component> +</project>
\ No newline at end of file @@ -248,7 +248,7 @@ <img src="./assets/pastry-photos/anika.png" class="ta-pastry" - id="anika-pastry + id="anika-pastry" alt="anika's pastry" /> <img src="./assets/bio-photos/anika.jpeg" class="ta-img" alt="anika's image"/> |