page title templates
This commit is contained in:
parent
d814d0f8f4
commit
5be642e5e7
|
@ -0,0 +1 @@
|
||||||
|
</span></h1></div>
|
|
@ -0,0 +1,2 @@
|
||||||
|
<div class="title">
|
||||||
|
<h1 class="fsText"><a href="index.html">ktyl@website</a><span class="pageTitle">
|
|
@ -4,12 +4,13 @@
|
||||||
#include header.html
|
#include header.html
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="title">
|
|
||||||
<h1 class="fsText"><a href="index.html">ktyl@website</a>/about</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
#include sidebar.html
|
#include titlestart.html
|
||||||
#include planets.html
|
/about
|
||||||
|
#include titleend.html
|
||||||
|
|
||||||
|
#include sidebar.html
|
||||||
|
#include planets.html
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,13 @@
|
||||||
#include header.html
|
#include header.html
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="title">
|
|
||||||
<h1 class="fsText"><a href="index.html">ktyl@website</a>/blog</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
#include sidebar.html
|
#include titlestart.html
|
||||||
#include planets.html
|
/blog
|
||||||
|
#include titleend.html
|
||||||
|
|
||||||
|
#include sidebar.html
|
||||||
|
#include planets.html
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,13 @@
|
||||||
#include header.html
|
#include header.html
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="title">
|
|
||||||
<h1 class="fsText"><a href="index.html">ktyl@website</a>/contact</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
#include sidebar.html
|
#include titlestart.html
|
||||||
|
/contact
|
||||||
|
#include titleend.html
|
||||||
|
|
||||||
|
#include sidebar.html
|
||||||
|
#include planets.html
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,13 @@
|
||||||
#include header.html
|
#include header.html
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="title">
|
|
||||||
<h1 class="fsText"><a href="index.html">ktyl@website</a>/contact</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
#include sidebar.html
|
#include titlestart.html
|
||||||
#include planets.html
|
/contact
|
||||||
|
#include titleend.html
|
||||||
|
|
||||||
|
#include sidebar.html
|
||||||
|
#include planets.html
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
#include header.html
|
#include header.html
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="title">
|
|
||||||
<h1 class="fsText"><a href="index.html">ktyl@website</a>/gallery</h1>
|
#include titlestart.html
|
||||||
</div>
|
/gallery
|
||||||
|
#include titleend.html
|
||||||
|
|
||||||
#include sidebar.html
|
#include sidebar.html
|
||||||
|
|
||||||
<div class="page portfolio">
|
<div class="page portfolio">
|
||||||
|
<div class="wrapper">
|
||||||
<div class="wrapper">
|
|
||||||
<img src="cloudsteroid.png"></img>
|
<img src="cloudsteroid.png"></img>
|
||||||
<img src="oglc.png"></img>
|
<img src="oglc.png"></img>
|
||||||
<img src="ecollapse.png"></img>
|
<img src="ecollapse.png"></img>
|
||||||
|
@ -23,11 +23,12 @@
|
||||||
<img src="membrain.png"></img>
|
<img src="membrain.png"></img>
|
||||||
<img src="revival.png"></img>
|
<img src="revival.png"></img>
|
||||||
<img src="lsd.png"></img>
|
<img src="lsd.png"></img>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#include planets.html
|
#include planets.html
|
||||||
|
|
||||||
#include footer.html
|
#include footer.html
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -7,9 +7,14 @@
|
||||||
<title>ktyl ~ home</title>
|
<title>ktyl ~ home</title>
|
||||||
|
|
||||||
<!-- actually a headline -->
|
<!-- actually a headline -->
|
||||||
|
#include titlestart.html
|
||||||
|
#include titleend.html
|
||||||
|
<!--
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h1 class="fsText">ktyl@website</h1>
|
<h1 class="fsText">ktyl@website</h1>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
#include sidebar.html
|
#include sidebar.html
|
||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@ body {
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-left: 80px;
|
margin-left: 80px;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
|
@ -21,12 +20,19 @@ body {
|
||||||
|
|
||||||
.title a {
|
.title a {
|
||||||
transition: color 0.3s;
|
transition: color 0.3s;
|
||||||
|
color: var(--foreground-active);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title a:hover {
|
.title a:hover {
|
||||||
color: lightpink;
|
color: lightpink;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pageTitle {
|
||||||
|
margin-left: -0.15em;
|
||||||
|
color: var(--foreground-inactive);
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
color: var(--color1);
|
color: var(--color1);
|
||||||
|
|
Loading…
Reference in New Issue