does this work

This commit is contained in:
Nicholas Orlowsky 2022-02-03 18:30:21 -06:00
parent 647a96ed44
commit b3716c900a
No known key found for this signature in database
GPG key ID: DA69F4D62590FB49
2 changed files with 4 additions and 6 deletions

View file

@ -2,12 +2,8 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="03fafda4-e2c1-4602-a731-a2f96e84badd" name="Default Changelist" comment=""> <list default="true" id="03fafda4-e2c1-4602-a731-a2f96e84badd" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/nginx/nginx.conf" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/static/images/NWS_Logo.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/App.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/App.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/App.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/App.tsx" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -52,7 +48,7 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1643931872831</updated> <updated>1643931872831</updated>
<workItem from="1643931873891" duration="52000" /> <workItem from="1643931873891" duration="52000" />
<workItem from="1643931940066" duration="2191000" /> <workItem from="1643931940066" duration="2481000" />
</task> </task>
<servers /> <servers />
</component> </component>

View file

@ -1,3 +1,5 @@
<img src="./src/static/images/NWS_Logo.png" alt="NWS Logo" width="200"/>
# nws-site # nws-site
The offical website for Nick Web Services (aka NWS) The offical website for Nick Web Services (aka NWS)