-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
199 lines (167 loc) · 5.04 KB
/
index.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="image/png" href="posit_img/favicon.svg"/>
<title>Posit Demo Environment</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- include bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: #ffffff;
}
</style>
<style type="text/css" href="air.css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<link rel="stylesheet" href="air.css?ver=1.0" type="text/css">
</head>
<style type="text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: #0000000a;
}
img {
max-width: 100%;
height: auto;
width: 300px;
}
body {
max-width: 100rem;
background-color: #ffffff;
}
.tabbed-pane {
padding-top: 12px;
}
button.code-folding-btn:focus {
outline: none;
}
.btn-light {
height: 120px;
width: 325px;
border-radius: 5px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
transition: transform 0.2s;
margin-bottom: 20px;
}
.btn-light:hover {
transform: scale(1.02);
}
.btn-light:active {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
transform: translateY(2px);
}
.drop-menu {
font-size: 0.9rem;
border: none;
background-color: none;
}
.navbar, .bg-custom {
top: 10px;
color: #ffffff;
}
.footer {
position: relative;
bottom: 0rem;
width: 100%;
}
.img-map {
width: 45%;
height: 45%;
}
.orange {
color: #EE6331
}
.img-test {
width: 100%;
height: 25px;
/* height: auto; */
}
</style>
<nav class="navbar navbar-expand-lg bg-custom justify-content-end">
<div class="collapse navbar-collapse flex-grow-0" id="navbarSupportedContent">
<ul class="navbar-nav text-right">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Other Resources
</a>
<div class="dropdown-menu drop-menu" aria-labelledby="navbarDropdown">
<a href="/kubernetes/">Kubernetes Dashboard</a><br>
<a href="https://docs.rstudio.com">Documentation</a><br>
<a href="/rstudio/admin">Posit Workbench Admin Dashboard</a><br>
<a href="https://docs.rstudio.com/pro-drivers/">Posit Professional Drivers</a><br>
<a href="https://d-nqjsae0kldvf.studio.us-east-2.sagemaker.aws/rstudio/default/">RStudio on AWS SageMaker</a>
</li>
</ul>
</div>
</nav>
<div>
<!-- <h3>Posit Team</h3> -->
<img src="posit_img/logo-team-full-color.svg" alt="Posit Team"> <br> <br> <br> <br>
<div class="container">
<div class="row">
<div class="col-sm">
<a href="/rstudio/">
<button class="btn btn-light">
<img class="img-test" src="posit_img/logo-workbench-full-color.svg" alt="Posit Workbench"></img>
</button>
</a>
</div>
<div class="col-sm">
<a href="/rsc/">
<button class="btn btn-light">
<img class="img-test" src="posit_img/logo-connect-full-color.svg" alt="Posit Connect"></img>
</button>
</a>
</div>
<div class="col-sm">
<a href="/rspm/">
<button class="btn btn-light">
<img class="img-test" src="posit_img/logo-package-manager-full-color.svg" alt = "Posit Package Manager"></img>
</button>
</a>
</div>
</div>
</div>
</div> <br>
<img class=img-map src="posit_img/concept_map.jpg" alt="RST Map"> <br> <br>
</div>
<footer class="footer">
<small> Copyright 2022 <a href="https://www.posit.co/">Posit Software, PBC </a> | All Rights Reserved | <a href="https://posit.co/about/eula/">Legal Terms</a></small>
<!-- <p><small>Copyright 2022 Posit Software, PBC | All Rights Reserved | <a href="https://www.rstudio.com/about/eula/">Legal Terms</a></small></p> -->
</footer>
<!-- For bootstrap -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body></html>