From e1b5003262c3a885b5b07b17c3e8e46a5c5ea009 Mon Sep 17 00:00:00 2001
From: Caughlin Bohn <cbohn4@unl.edu>
Date: Wed, 14 Aug 2019 14:03:52 -0500
Subject: [PATCH] Image reposition

---
 .../connecting/mobaxterm_windows.md            | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/content/quickstarts/connecting/mobaxterm_windows.md b/content/quickstarts/connecting/mobaxterm_windows.md
index dd2516bd..4e64a449 100644
--- a/content/quickstarts/connecting/mobaxterm_windows.md
+++ b/content/quickstarts/connecting/mobaxterm_windows.md
@@ -12,20 +12,20 @@ This quick start will help you configure your MobaXterm installation to work wit
 
 Access to HCC Supercomputers using MobaXterm
 -------------------------------
-{{< figure src="/images/moba/main.png" height="450" >}}
+
 To connect to HCC resources using MobaXterm, open the application and select the Session Icon. 
-{{< figure src="/images/moba/session.png" height="450" >}}
+{{< figure src="/images/moba/main.png" height="450" >}}
+
 Select SSH as the session type. Enter the cluster you are connecting to, in the example, `crane.unl.edu`, is used.  Check `Specify username`  and enter your HCC username in the the box. Note that &lt;username&gt;
 should be replaced by your HCC account username. If you do not have a
 HCC account, please contact a HCC specialist
 ({{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
 or go to https://hcc.unl.edu/newusers.
 To use the **Rhino** cluster, replace crane.unl.edu with with rhino.unl.edu.
-
-{{< figure src="/images/moba/login.png" height="450" >}}
+{{< figure src="/images/moba/session.png" height="450" >}}
 
 Select OK. You will be asked to enter your password and to authenticate with duo. 
-
+{{< figure src="/images/moba/login.png" height="450" >}}
 {{< figure src="/images/moba/loggedin.png" height="450" >}}
 
 File Transferring with HCC Supercomputers
@@ -37,20 +37,20 @@ MobaXterm allows file transfering in a 'drag and drop' style, similar to WinSCP.
 
 **Uploading from local to remote**
 
-{{< figure src="/images/moba/upload.png" height="450" >}}
+
 
 The above example transfers a folder from a local directory of the your computer to the `$HOME` directory of the HCC
 supercomputer, Crane. Note that you need to replace `<group name>`
 and `<username>` with your HCC group name and username. 
-
+{{< figure src="/images/moba/upload.png" height="450" >}}
 **Downloading from remote to local**
 
-{{< figure src="/images/moba/download.png" height="450" >}}
+
 
 The above example transfers a folder from the `$HOME` directory of
 the HCC supercomputer, Crane, to a local directory on 
 your computer.
-
+{{< figure src="/images/moba/download.png" height="450" >}}
 **Editing remote files**
 
 By double clicking on a file in the toolbar of the left, you are able to open the file in the editor from MobaXterm.
-- 
GitLab