Skip to content

Commit 9b07bbe

Browse files
authored
Merge pull request #235 from virtual-labs/header_and_footer
added header and footer for all experiments
2 parents 9b8abd3 + 0ed0fd7 commit 9b07bbe

164 files changed

Lines changed: 15581 additions & 11565 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/style.css

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Version: 1.0
1010
body {
1111
overflow-x: hidden;
1212
font-family:'Raleway' !important;
13+
min-height: 100%;
14+
}
15+
16+
html {
17+
height: 100%;
1318
}
1419

1520
p {
@@ -320,6 +325,102 @@ a.active {
320325
margin-top:120px;
321326
}
322327

328+
329+
#top {
330+
min-height: 100vh;
331+
display: grid;
332+
grid-template-rows: max-content auto max-content;
333+
}
334+
335+
336+
#footer {
337+
color: #eee;
338+
font-size: 14px;
339+
width: 100%;
340+
bottom: 0;
341+
}
342+
343+
#footer .footer-top {
344+
background: #111;
345+
padding: 15px 0 0px 0;
346+
}
347+
348+
#footer .row {
349+
padding-bottom: 2rem;
350+
}
351+
352+
#footer .footer-top .footer-info h3 {
353+
font-size: 34px;
354+
margin: 0 0 20px 0;
355+
padding: 2px 0 2px 10px;
356+
line-height: 1;
357+
font-family: "Open Sans", sans-serif;
358+
font-weight: 700;
359+
letter-spacing: 3px;
360+
border-left: 4px solid #18d26e;
361+
}
362+
363+
#footer .footer-top p {
364+
font-size: 1.4rem;
365+
margin-bottom: 0;
366+
color: #eee;
367+
}
368+
369+
#footer .footer-top .social-links a {
370+
font-size: 18px;
371+
display: inline-block;
372+
background: #333;
373+
color: #eee;
374+
line-height: 1;
375+
padding: 8px 0;
376+
margin-right: 4px;
377+
border-radius: 50%;
378+
text-align: center;
379+
width: 36px;
380+
height: 36px;
381+
transition: 0.3s;
382+
}
383+
384+
#footer .footer-top .social-links a:hover {
385+
background: #3cd6ed;
386+
color: #fff;
387+
}
388+
389+
#footer .footer-top h4 {
390+
font-size: 14px;
391+
color: #fff;
392+
position: relative;
393+
padding-bottom: 12px;
394+
}
395+
396+
#footer .footer-top h4::before, #footer .footer-top h4::after {
397+
content: '';
398+
position: absolute;
399+
left: 0;
400+
bottom: 0;
401+
height: 2px;
402+
}
403+
404+
#footer .footer-top h4::before {
405+
right: 0;
406+
background: #555;
407+
}
408+
409+
#footer .footer-top h4::after {
410+
background: #3EC1D5;
411+
width: 60px;
412+
}
413+
#footer .footer-top i {
414+
color:#fff;
415+
}
416+
417+
#footer .footer-top a {
418+
color:#fff;
419+
}
420+
421+
422+
423+
323424
/*******************************************************************************/
324425
/*****************************CUSTOME STYLE*************************************/
325426
/*******************************************************************************/
@@ -1333,4 +1434,4 @@ font-size: 30px;
13331434
{
13341435
font-size: 1.8em;
13351436
}
1336-
}
1437+
}

src/documents/installFlash.html

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
<?xml version="1.0" encoding="iso-8859-1"?>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5-
<head>
1+
<!--?xml version="1.0" encoding="iso-8859-1"?--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><!--Google Tag Manager--><script class="gtm">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
3+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
4+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
5+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
6+
})(window,document,'script','dataLayer','GTM-W59SWTR');</script><!--End Google Tag Manager-->
67
<title>installFlash</title>
7-
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
8-
<meta name="title" content="installFlash"/>
9-
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2014-12-23T16:50+0530"/>
11-
<meta name="author" content="apurv"/>
12-
<meta name="description" content=""/>
13-
<meta name="keywords" content=""/>
8+
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
9+
<meta content="installFlash" name="title"/>
10+
<meta content="Org-mode" name="generator"/>
11+
<meta content="2014-12-23T16:50+0530" name="generated"/>
12+
<meta content="apurv" name="author"/>
13+
<meta content="" name="description"/>
14+
<meta content="" name="keywords"/>
1415
<style type="text/css">
1516
<!--/*--><![CDATA[/*><!--*/
1617
html { font-family: Times, serif; font-size: 12pt; }
@@ -108,7 +109,7 @@
108109
</script>
109110

110111
</head>
111-
<body>
112+
<body><!--Google Tag Manager (noscript)--><noscript class="gtm"><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-W59SWTR" style="display:none;visibility:hidden" width="0"></iframe></noscript><!--End Google Tag Manager (noscript)-->
112113

113114
<div id="preamble">
114115

@@ -139,7 +140,7 @@ <h2>Table of Contents</h2>
139140
</div>
140141
</div>
141142

142-
<div id="outline-container-1" class="outline-2">
143+
<div class="outline-2" id="outline-container-1">
143144
<h2 id="sec-1"><span class="section-number-2">1</span> Flash Plugin</h2>
144145
<div class="outline-text-2" id="text-1">
145146

@@ -154,15 +155,15 @@ <h2 id="sec-1"><span class="section-number-2">1</span> Flash Plugin</h2>
154155

155156
</div>
156157

157-
<div id="outline-container-1-1" class="outline-3">
158+
<div class="outline-3" id="outline-container-1-1">
158159
<h3 id="sec-1-1"><span class="section-number-3">1.1</span> For Linux</h3>
159160
<div class="outline-text-3" id="text-1-1">
160161

161162

162163

163164
</div>
164165

165-
<div id="outline-container-1-1-1" class="outline-4">
166+
<div class="outline-4" id="outline-container-1-1-1">
166167
<h4 id="sec-1-1-1"><span class="section-number-4">1.1.1</span> GUI ( Graphical User Interface ) Installation</h4>
167168
<div class="outline-text-4" id="text-1-1-1">
168169

@@ -217,7 +218,7 @@ <h4 id="sec-1-1-1"><span class="section-number-4">1.1.1</span> GUI ( Graphical U
217218

218219
</div>
219220

220-
<div id="outline-container-1-1-2" class="outline-4">
221+
<div class="outline-4" id="outline-container-1-1-2">
221222
<h4 id="sec-1-1-2"><span class="section-number-4">1.1.2</span> CLI ( Command Line Interface ) Installation</h4>
222223
<div class="outline-text-4" id="text-1-1-2">
223224

@@ -258,7 +259,7 @@ <h4 id="sec-1-1-2"><span class="section-number-4">1.1.2</span> CLI ( Command Lin
258259

259260
</div>
260261

261-
<div id="outline-container-1-2" class="outline-3">
262+
<div class="outline-3" id="outline-container-1-2">
262263
<h3 id="sec-1-2"><span class="section-number-3">1.2</span> For Window</h3>
263264
<div class="outline-text-3" id="text-1-2">
264265

@@ -284,7 +285,7 @@ <h3 id="sec-1-2"><span class="section-number-3">1.2</span> For Window</h3>
284285

285286
</div>
286287

287-
<div id="outline-container-1-3" class="outline-3">
288+
<div class="outline-3" id="outline-container-1-3">
288289
<h3 id="sec-1-3"><span class="section-number-3">1.3</span> Testing installation</h3>
289290
<div class="outline-text-3" id="text-1-3">
290291

@@ -295,7 +296,7 @@ <h3 id="sec-1-3"><span class="section-number-3">1.3</span> Testing installation<
295296

296297
</div>
297298

298-
<div id="outline-container-1-4" class="outline-3">
299+
<div class="outline-3" id="outline-container-1-4">
299300
<h3 id="sec-1-4"><span class="section-number-3">1.4</span> Browser Settings</h3>
300301
<div class="outline-text-3" id="text-1-4">
301302

@@ -330,5 +331,6 @@ <h3 id="sec-1-4"><span class="section-number-3">1.4</span> Browser Settings</h3>
330331
<a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>
331332

332333
</div>
333-
</body>
334-
</html>
334+
335+
336+
</body></html>

src/documents/installJava.html

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5-
<head>
1+
<!--?xml version="1.0" encoding="utf-8"?--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><!--Google Tag Manager--><script class="gtm">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
3+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
4+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
5+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
6+
})(window,document,'script','dataLayer','GTM-W59SWTR');</script><!--End Google Tag Manager-->
67
<title>installJava</title>
7-
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
8-
<meta name="title" content="installJava"/>
9-
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2014-12-23T17:23+0530"/>
11-
<meta name="author" content="apurv"/>
12-
<meta name="description" content=""/>
13-
<meta name="keywords" content=""/>
8+
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
9+
<meta content="installJava" name="title"/>
10+
<meta content="Org-mode" name="generator"/>
11+
<meta content="2014-12-23T17:23+0530" name="generated"/>
12+
<meta content="apurv" name="author"/>
13+
<meta content="" name="description"/>
14+
<meta content="" name="keywords"/>
1415
<style type="text/css">
1516
<!--/*--><![CDATA[/*><!--*/
1617
html { font-family: Times, serif; font-size: 12pt; }
@@ -108,7 +109,7 @@
108109
</script>
109110

110111
</head>
111-
<body>
112+
<body><!--Google Tag Manager (noscript)--><noscript class="gtm"><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-W59SWTR" style="display:none;visibility:hidden" width="0"></iframe></noscript><!--End Google Tag Manager (noscript)-->
112113

113114
<div id="preamble">
114115

@@ -138,22 +139,22 @@ <h2>Table of Contents</h2>
138139
</div>
139140
</div>
140141

141-
<div id="outline-container-1" class="outline-2">
142+
<div class="outline-2" id="outline-container-1">
142143
<h2 id="sec-1"><span class="section-number-2">1</span> Java and Iced-tea Plugin</h2>
143144
<div class="outline-text-2" id="text-1">
144145

145146

146147

147148
</div>
148149

149-
<div id="outline-container-1-1" class="outline-3">
150+
<div class="outline-3" id="outline-container-1-1">
150151
<h3 id="sec-1-1"><span class="section-number-3">1.1</span> For Linux</h3>
151152
<div class="outline-text-3" id="text-1-1">
152153

153154

154155
</div>
155156

156-
<div id="outline-container-1-1-1" class="outline-4">
157+
<div class="outline-4" id="outline-container-1-1-1">
157158
<h4 id="sec-1-1-1"><span class="section-number-4">1.1.1</span> GUI ( Graphical User Interface ) Installation</h4>
158159
<div class="outline-text-4" id="text-1-1-1">
159160

@@ -178,7 +179,7 @@ <h4 id="sec-1-1-1"><span class="section-number-4">1.1.1</span> GUI ( Graphical U
178179

179180
</div>
180181

181-
<div id="outline-container-1-1-2" class="outline-4">
182+
<div class="outline-4" id="outline-container-1-1-2">
182183
<h4 id="sec-1-1-2"><span class="section-number-4">1.1.2</span> CLI ( Command Line Interface ) Installation</h4>
183184
<div class="outline-text-4" id="text-1-1-2">
184185

@@ -250,7 +251,7 @@ <h4 id="sec-1-1-2"><span class="section-number-4">1.1.2</span> CLI ( Command Lin
250251

251252
</div>
252253

253-
<div id="outline-container-1-2" class="outline-3">
254+
<div class="outline-3" id="outline-container-1-2">
254255
<h3 id="sec-1-2"><span class="section-number-3">1.2</span> For Windows</h3>
255256
<div class="outline-text-3" id="text-1-2">
256257

@@ -272,7 +273,7 @@ <h3 id="sec-1-2"><span class="section-number-3">1.2</span> For Windows</h3>
272273

273274
</div>
274275

275-
<div id="outline-container-1-3" class="outline-3">
276+
<div class="outline-3" id="outline-container-1-3">
276277
<h3 id="sec-1-3"><span class="section-number-3">1.3</span> Browser Settings</h3>
277278
<div class="outline-text-3" id="text-1-3">
278279

@@ -327,5 +328,6 @@ <h3 id="sec-1-3"><span class="section-number-3">1.3</span> Browser Settings</h3>
327328
<a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>
328329

329330
</div>
330-
</body>
331-
</html>
331+
332+
333+
</body></html>

0 commit comments

Comments
 (0)