Simplify homepage layout.
This commit is contained in:
parent
b982c52e69
commit
f63fef056c
@ -25,34 +25,6 @@
|
|||||||
h2 a {
|
h2 a {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
background-color: #222;
|
|
||||||
color: #fff;
|
|
||||||
padding: 1ex;
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer ul {
|
|
||||||
list-style: none;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vfiller {
|
|
||||||
width: 100%;
|
|
||||||
height: 4em;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -76,15 +48,12 @@
|
|||||||
<h2>Projects</h2>
|
<h2>Projects</h2>
|
||||||
My most stable project is <a href="https://programaker.com">PrograMaker</a>. Other work-in-progress is in <a href="https://github.com/kenkeiras">GitHub</a>.
|
My most stable project is <a href="https://programaker.com">PrograMaker</a>. Other work-in-progress is in <a href="https://github.com/kenkeiras">GitHub</a>.
|
||||||
</section>
|
</section>
|
||||||
</div>
|
<section>
|
||||||
|
<h2>Find me</h2>
|
||||||
|
<a href="https://github.com/kenkeiras">GitHub</a>
|
||||||
|
<a href="https://gitlab.com/kenkeiras">GitLab</a>
|
||||||
|
</section>
|
||||||
|
|
||||||
<div class="vfiller"></div>
|
</div>
|
||||||
<footer>
|
|
||||||
Or find me in:
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/kenkeiras">GitHub</a></li>
|
|
||||||
<li><a href="https://gitlab.com/kenkeiras">GitLab</a></li>
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user