Ok, so everything is in a fairly standard location, except for the location of the Bitcoin Core executables... as instead of being installed in C:\Program Files\, you have put them in "C:\Users\E\E-Bit C\Program\Bitcoin Core", which is a fairly unusual location??!?
It is likely also the reason for this error in your log file:
2021-03-04 07:48:25 (ERROR) -- ArmoryQt.py:1862 - Failed to setup SDM
Traceback (most recent call last):
File "ArmoryQt.py", line 1857, in startBitcoindIfNecessary
File "SDM.pyc", line 190, in setupSDM
BitcoindError: bitcoind not found
in the "Bitcoin Install Dir" box, I would suggest that you enter: C:\Users\E\E-Bit C\Program\Bitcoin Core
That will fix that problem.
As for Armory not going online, you'll need to create a file called
bitcoin.conf in the Bitcoin Core datadir (C:\Users\E\AppData\Roaming\Bitcoin)... then add the following line:
This file should just be an ordinary text file, so you can create it with a text editor like Notepad++... whatever you create it with, make sure it is plaintext... and does NOT have the .txt file extension. It needs to be just
bitcoin.confAlternatively, you can just download this and put it in the Bitcoin Core datadir: keybase://public/hcp/bitcoin.conf
Then shutdown Armory, shutdown Bitcoin Core... then restart Bitcoin Core, wait for it to fully sync the blockchain and then restart Armory. If Armory is still offline, then you'll need to repost the newest log file.