Skip to content
Snippets Groups Projects
Commit a7f25403 authored by Bob Mottram's avatar Bob Mottram
Browse files

Install screen

parent 858339a8
No related branches found
No related tags found
No related merge requests found
img/icon_desktop.png

1.12 KiB

img/icon_sbc.png

27.8 KiB

img/logo.png

2.62 KiB | W: | H:

img/logo.png

7.18 KiB | W: | H:

img/logo.png
img/logo.png
img/logo.png
img/logo.png
  • 2-up
  • Swipe
  • Onion skin
img/logo_color.png

2.62 KiB

......@@ -21,14 +21,14 @@ a:hover {
a:active {
background-color: #427fed;
color: #fffff6;
color: #ffffff;
}
body {
background-color: #fffff6;
background-color: #ffffff;
background-image: none;
color: #330;
font-family: georgia;
font-family: Arial;
font-size: 15pt;
margin: 2em auto;
padding: 0 2em;
......@@ -37,7 +37,7 @@ body {
}
h1, h2, h3, h4, h5, h6 {
color: #703820;
color: #72a7cf;
line-height: 1.2em;
}
......
<!DOCTYPE html>
<html>
<style>
* {
box-sizing: border-box;
}
a, u {
text-decoration: none;
color: #72a7cf;
font-weight: bold;
}
a:visited{
color: #72a7cf;
font-weight: bold;
}
#headerpic {
width: 60%;
height: auto;
margin-right : auto;
margin-left : auto;
min-width : 220px;
}
body {
margin: 0;
font-family: Arial;
}
.header {
text-align: center;
padding: 32px;
}
.headertext {
color: #72a7cf;
text-align: center;
font-size: 120%;
font-weight: bold;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
}
.column {
-ms-flex: 25%;
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.columnempty {
-ms-flex: 25%;
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
}
@media screen and (max-width: 600px) {
.column {
-ms-flex: 50%;
flex: 25%;
max-width: 50%;
}
.columnempty {
-ms-flex: 0%;
flex: 0%;
max-width: 0%;
}
}
@media screen and (max-width: 200px) {
.column {
-ms-flex: 25%;
flex: 25%;
max-width: 25%;
}
}
</style>
<body>
<div class="header">
<a href="index.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a>
<p class="headertext">Select the hardware to install onto</p>
<div class="row">
<div class="columnempty">
<div>
</div>
</div>
<div class="column">
<div>
<a href="./blocking.html">
<img src="images/icon_desktop.png" style="width:100%">
<center>Desktop/Laptop</center>
</a>
</div>
</div>
<div class="column">
<div>
<a href="./dynamicdns.html">
<img src="images/icon_sbc.png" style="width:100%">
<center>Single Board Computer</center>
</a>
</div>
</div>
</div>
<div class="columnempty">
<div>
</div>
</div>
</div>
</body>
</html>
......@@ -21,14 +21,14 @@ a:hover {
a:active {
background-color: #427fed;
color: #fffff6;
color: #ffffff;
}
body {
background-color: #fffff6;
background-color: #ffffff;
background-image: none;
color: #330;
font-family: georgia;
font-family: Arial;
font-size: 15pt;
margin: 2em auto;
padding: 0 2em;
......@@ -37,7 +37,7 @@ body {
}
h1, h2, h3, h4, h5, h6 {
color: #703820;
color: #72a7cf;
line-height: 1.2em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment