-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstruction.html
78 lines (73 loc) · 3.69 KB
/
instruction.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Figure Instructions</title>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Lora:wght@600&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- 3 tags for navbar styling -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<link type="text/css" rel="stylesheet" href="https://www.google.com/cse/static/element/323d4b81541ddb5b/default+en.css">
<link type="text/css" rel="stylesheet" href="https://www.google.com/cse/static/style/look/v4/default.css">
<link rel="stylesheet" href="style4.css">
</head>
<body>
<nav class="navbar navbar-icon-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" style="color: white;">Guide to Generating Figures </a>
<a class="navbar-brand" style="font-size: 15px; color: white; font-weight: bold;">— ISO2K DATABASE</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="gui.html">
<i class="fa fa-home"></i>
Build Your Own
<span class="sr-only">(current)</span>
</a>
</li>
</ul>
</div>
</nav>
<div class="container grid grid-hero-sidebar">
<div class="hero">
<div class="chart-wrapper">
<div class="chart-title">
Variables
</div>
<div class="chart-stage" style="padding-bottom: 4%;">
</div>
<div class="chart-notes">
</div>
</div>
</div>
<div class="sidebar">
<div class="chart-wrapper">
<div class="chart-title">
Help
</div>
<div class="chart-stage" style="padding-bottom: 4%;color:white;">
This feature is currently under development.
<ul>
<li><a href="instruction.html">Instructions</a></li>
</ul>
</div>
<div class="chart-notes"></div>
<div class="chart-stage">
<img src="BrandonLogos_blcks3-01.png" alt="PIDGM logo" style="height: 40vh;">
</div>
</div>
</div>
</div>
</body>
</html>