I'm trying to show that the following two graphs are isomorphic.
I've tried defining a few bijections between $V(G)$ and $V(H)$, one of which as follows:
$$\phi: a \mapsto a, b \mapsto b, c \mapsto c, d \mapsto g, e \mapsto h, f \mapsto f, g \mapsto e, h \mapsto d$$
Using this bijection most edges in $G$ mapped to edges in $H$ except for $3$ edges, namely:
$$cg \in E(G) \mapsto ce \notin E(H)$$ $$dh \in E(G) \mapsto gd \notin E(H)$$ $$ef \in E(G) \mapsto hf \notin E(H)$$
I would really appreciate if someone could find a bijection that works because I've been scratching my head for hours and it's doing my head in.

We may as well let $a \mapsto a$, because the graph $G$ is symmetric on any rotation, so if there is an isomorphism $G \to H$ then there is an isomorphism in which $a \mapsto a$.
Let's guess $b \mapsto b$. Then we need to find a rectangle in $H$ which corresponds to the $G$-rectangle $abfe$.
That rectangle has to be $abcd$, by trial and error.
So we must have $f \mapsto c, e \mapsto d$.
Now, the only other $G$-vertex $b$ is connected to is $c$, and the only other $H$-vertex $b$ is connected to is $f$, so $c \mapsto f$.
Can you continue? Find the image of the $G$-rectangle $bcgf$, for example.