Skip to content

Commit 3aa0825

Browse files
committed
inserted my own layout
1 parent 69fe3dd commit 3aa0825

File tree

2 files changed

+37
-10
lines changed

2 files changed

+37
-10
lines changed

_layouts/mylayout

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>

index.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
---
22
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
104
excerpt:
11-
---
125

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>
1418
.page-header {
1519
background-size: contain !important; /* Make sure the image is not stretched */
1620
background-repeat: no-repeat;
1721
background-position: center;
1822
height: 400px; /* Adjust the height as needed */
23+
width: 1200px;
1924
}
20-
</style>
25+
</style> -->
26+
27+
<!-- <img src="assets/images/telecommunications_g1092964846.jpg" alt="Image" style="max-width: 1600px; height: auto;"> -->
28+
2129

2230
**UNDER CONSTRUCTION**
2331

0 commit comments

Comments
 (0)