Skip to content

Commit 6404cd1

Browse files
committed
sit: Add splash for in progress pages
Signed-off-by: Kwong Tung Nan <tungnan5636@gmail.com>
1 parent 346e852 commit 6404cd1

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
<!-- <spotting-line-calendar-heatmap> </spotting-line-calendar-heatmap> -->
2-
line works!
1+
<div class="main-container">
2+
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">
3+
<img class="image" src="../../assets/page-under-construction.jpg" />
4+
</a>
5+
</div>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.main-container {
2+
margin-top: 100px;
3+
display: grid;
4+
height: 100%;
5+
align-items: center;
6+
justify-content: center;
7+
}
8+
9+
.image {
10+
max-width: 500px;
11+
max-height: 500px;
12+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
<p>overall works!</p>
1+
<div class="main-container">
2+
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">
3+
<img class="image" src="../../assets/page-under-construction.jpg" />
4+
</a>
5+
</div>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.main-container {
2+
margin-top: 100px;
3+
display: grid;
4+
height: 100%;
5+
align-items: center;
6+
justify-content: center;
7+
}
8+
9+
.image {
10+
max-width: 500px;
11+
max-height: 500px;
12+
}

0 commit comments

Comments
 (0)