-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_unused-snippets.html
49 lines (41 loc) · 1.94 KB
/
_unused-snippets.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!-- Unused snippets ----------------------------->
<div class="row">
<div class="col-sm-6">
<table class="table numbered-steps table-responsive" cellspacing="4">
<tbody>
<tr>
<td style="width:40px;">1</td>
<td>Navigate to <a href="https://nd.libapps.com/libguides/image_manager.php" target="_blank">Your Image Repository</a></td>
</tr>
<tr>
<td>2</td>
<td>Choose <strong>Personal</strong> or <strong>Shared</strong> library<br/>
<img class="img img-responsive img-thumbnail img-instruct" src="img/image-repo.png" alt=""> Click <small style="color:#999999"><i class="fa fa-info-circle"></i></small> for more information
</td>
</tr>
<tr>
<td>3</td>
<td><strong>Choose</strong> / <strong>Create</strong> a folder<br><img class="img img-responsive img-thumbnail img-instruct" src="img/choose-create-folder.png" alt=""></td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-6">
<table class="table numbered-steps table-responsive" cellspacing="4">
<tbody>
<tr>
<td style="width:40px;">4</td>
<td>Upload the image<br><img class="img img-responsive img-thumbnail img-instruct" src="img/upload-new-image.png" alt=""></td>
</tr>
<tr>
<td>5</td>
<td><strong>View</strong> / <strong>Copy</strong> image URL <small>(Click <i class="fa fa-link" aria-hidden="true"></i>)</small><img class="img img-responsive img-thumbnail img-instruct" src="img/capture-the-url.png" alt=""></td>
</tr>
<tr>
<td>6</td>
<td><strong>Paste URL</strong> into Image Builder <small><span class="lable lable-default">Optional</span></small></td>
</tr>
</tbody>
</table>
</div>
</div>