mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 11:20:02 +01:00
Header opens a new page (#619)
This commit is contained in:
@@ -248,3 +248,7 @@ h1 {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
a.name-header{
|
||||||
|
text-decoration: none;
|
||||||
|
color: #445;
|
||||||
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<header class="text-center">
|
<header class="text-center">
|
||||||
<h1>Image Sequencer</h1>
|
<h1><a href="/" target='_blank' class="name-header">Image Sequencer</a></h1>
|
||||||
<p>
|
<p>
|
||||||
A pure JavaScript sequential image processing system, inspired by storyboards. Instead of modifying the original image, it
|
A pure JavaScript sequential image processing system, inspired by storyboards. Instead of modifying the original image, it
|
||||||
creates a new image at each step in a sequence.
|
creates a new image at each step in a sequence.
|
||||||
|
|||||||
Reference in New Issue
Block a user