File tree Expand file tree Collapse file tree 2 files changed +37
-10
lines changed Expand file tree Collapse file tree 2 files changed +37
-10
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>{{ page.title }}</title>
5
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
6
+ </head>
7
+ <body>
8
+ <header>
9
+ <img src="{{ site.baseurl }}/assets/images/telecommunications_g1092964846.jpg" alt="Satellite Image" style="width: 100%; max-width: 1200px; height: auto;">
10
+ <h1>{{ page.title }}</h1>
11
+ </header>
12
+ <main>
13
+ {{ content }}
14
+ </main>
15
+ <footer>
16
+ <!-- Footer content -->
17
+ </footer>
18
+ </body>
19
+ </html>
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Hypothesis-Based Sensor Tasking for Space Domain Awareness (SDA)
3
- layout : splash
4
-
5
- header :
6
- overlay_image : " assets/images/telecommunications_g1092964846.jpg"
7
- overlay_color : " #000"
8
- overlay_filter : " 0.0"
9
- caption : Satellite Network [techtarget.com]
3
+ layout : mylayout
10
4
excerpt :
11
- ---
12
5
13
- <style >
6
+ # header:
7
+ # overlay_image: "assets/images/telecommunications_g1092964846.jpg"
8
+ # #overlay_image: <!-- <img src="assets/images/telecommunications_g1092964846.jpg" alt="Image" style="max-width: 1600px; height: auto;"> -->
9
+ # overlay_color: "#000"
10
+ # overlay_filter: "0.0"
11
+ # #caption: POMCP Tree from POMDPs.jl [PC Tomer Arnon]
12
+ # caption: Satellite Network [techtarget.com]
13
+ # overlay_width: "1200px"
14
+ # overlay_height: "400px" # Try setting a specific height
15
+ # excerpt:
16
+ ---
17
+ <!-- <style>
14
18
.page-header {
15
19
background-size: contain !important; /* Make sure the image is not stretched */
16
20
background-repeat: no-repeat;
17
21
background-position: center;
18
22
height: 400px; /* Adjust the height as needed */
23
+ width: 1200px;
19
24
}
20
- </style >
25
+ </style> -->
26
+
27
+ <!-- <img src="assets/images/telecommunications_g1092964846.jpg" alt="Image" style="max-width: 1600px; height: auto;"> -->
28
+
21
29
22
30
** UNDER CONSTRUCTION**
23
31
You can’t perform that action at this time.
0 commit comments