Okay, we should be able to fix this. These directions should revert you back to where WordPress was (in the /wordpress folder). Once we’ve done that, we can set up your site to have your WP install in that folder, but your visitors will never know ??
1) Upload your backup stuff back into the /wordpress folder. Just get that up there.
2) Add these two lines to your wp-config.php:
define('WP_HOME','https://wwww.iphonesatwork.com/wordpress');
define('WP_SITEURL','https://wwww.iphonesatwork.com/wordpress');
Now THAT should bring https://wwww.iphonesatwork.com/wordpress back to life (your permalinks may still be borked, but that’s okay).
If you can get back in at this point, clean up everything you copied from /wordpress to your public_html root.
Next, go to the General panel in wp-admin and in the box for WordPress address (URL) and Blog address (URL), set the address to https://wwww.iphonesatwork.com/wordpress
Once you’ve done that, delete the two lines I gave you from your wp-config file. If you’ve set up Permalinks, go to the Permalinks panel and update your Permalink structure. This will update your links and make them all work again.
At this point you should be back to where you started.
I suggest try following the directions here: https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
This will let you keep your install in /wordpress but allow visitors to hit up your primary URL and get the Blog stuff.