-
Notifications
You must be signed in to change notification settings - Fork 0
/
tr1le3.html
130 lines (104 loc) · 4.85 KB
/
tr1le3.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Alexandre Belloni Alves">
<meta property="og:description"
content="NASA Datanaut Alex page provides information about my work on the program including coding and posts">
<meta property="og:title" content="NASA Datanaut Alex">
<meta charset="UTF-8">
<link rel="icon" href="favicon.png" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/png/html5.js"></script>
<![endif]-->
<title>NASA Datanaut Alex</title>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<!-- include a script to put in the client code -->
<script src="js/client.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href='css/main.css' rel='stylesheet' type='text/css'>
</head>
<body id="0">
<!--body.id is important to attach other stories-->
<div id="nav-div" class="bg-light">
</div>
<!-- BEGINNING -->
<section class="container firstdiv">
<section id="main-content">
<h3 id="markdown">Track 1: #5 More Stuff On This Project</h3>
<input type='button' class='btn btn-info btn-level' value='easy'></input>
<input type='button' class='btn btn-info btn-level' value='intermediate'></input>
<input type='button' class='btn btn-info btn-level' value='advanced'></input>
<article id='easy' class='art-level'>
<h4 class='subtopic'>Outgassing data of materials intended for spacecraft</h4>
<p class='destak'>The data were obtained at the Goddard Space Flight Center (GSFC), utilizing equipment
developed at Stanford Research Institute (SRI) under contract to the Jet Propulsion Laboratory
(JPL).</p>
<p class='destak'>(gymh-eyc2.json):</p>
<p class='countIndicator destak'></p>
<div class='panel'></div>
</article>
<article id='intermediate' class='art-level'>
<h4 class='subtopic'>Outgassing data of materials intended for spacecraft</h4>
<p class='destak'>The data were obtained at the Goddard Space Flight Center (GSFC), utilizing equipment
developed at Stanford Research Institute (SRI) under contract to the Jet Propulsion Laboratory
(JPL).</p>
<p class='destak'>(gymh-eyc2.json) by using Bootstrap:</p>
<p class='countIndicator destak'></p>
<div class='panel'></div>
</article>
<article id='advanced' class='art-level'>
<h4 class='subtopic'>List of available fuels</h4>
<p class='destak'>Show the list of locations in NE Illinois, NW Indiana, and SE Wisconsin where
alternative vehicle fuels are available.</p>
<p class='destak'>(alternative-fuel-locations.json) by using Bootstrap</p>
<div class="row" style='max-width: 700px;'>
<div class="col-lg-6">
<div class="input-group">
<div class="input-group-btn">
<button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">Column <span
class="caret"></span></button>
<ul class="dropdown-menu" id="dropdownSearch">
</ul>
</div>
<input id="textColumn" type="text" class="form-control" placeholder="Search for column">
</div><!-- /input-group -->
</div><!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="input-group">
<input id="textSearch" type="text" class="form-control" placeholder="Search for text">
<span class="input-group-btn">
<button id='btnGo' class="btn btn-success" type="button">Search!</button>
</span>
</div><!-- /input-group -->
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
<p class='countIndicator destak'></p>
<div class='panel'></div>
</article>
<div class="row">
<div class="col-lg-12">
<nav aria-label="Page navigation">
<ul id='paginationTabs' class="pagination">
</ul>
</nav>
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
</section>
</section>
</body>
</html>