Add VM install images & fix the image sizing problem
All checks were successful
continuous-integration/laminar-elessar Build 28 succeeded in 1 minute 5 seconds .
|
@ -23,6 +23,7 @@ article.title {
|
|||
}
|
||||
|
||||
article:not(.title) {
|
||||
align-items: center;
|
||||
padding: 0.75em 3em;
|
||||
|
||||
background: content-box url("./images/freeside.svg") bottom right / 15% no-repeat;
|
||||
|
@ -38,15 +39,16 @@ h1 {
|
|||
background: var(--bg-dark);
|
||||
font-size: 150%;
|
||||
}
|
||||
h2 { font-size: 125%; margin-top: 0.1em; }
|
||||
h2 { font-size: 125%; margin: 0.1em 0; }
|
||||
|
||||
p:first-of-type { margin: 0; }
|
||||
small { font-size: 50%; }
|
||||
|
||||
img {
|
||||
padding: 0.5em;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 0.25em;
|
||||
max-width: fit-content;
|
||||
max-height: fit-content;
|
||||
}
|
||||
|
||||
.bg-light { background: var(--bg-light); }
|
||||
|
|
BIN
images/VM-Install/0.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
images/VM-Install/1.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
images/VM-Install/10.png
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
images/VM-Install/11.png
Normal file
After Width: | Height: | Size: 172 KiB |
BIN
images/VM-Install/12.png
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
images/VM-Install/13.png
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
images/VM-Install/14.png
Normal file
After Width: | Height: | Size: 225 KiB |
BIN
images/VM-Install/15.png
Normal file
After Width: | Height: | Size: 230 KiB |
BIN
images/VM-Install/16.png
Normal file
After Width: | Height: | Size: 150 KiB |
BIN
images/VM-Install/17.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
images/VM-Install/18.png
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
images/VM-Install/19.png
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
images/VM-Install/2.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
images/VM-Install/20.png
Normal file
After Width: | Height: | Size: 165 KiB |
BIN
images/VM-Install/21.png
Normal file
After Width: | Height: | Size: 221 KiB |
BIN
images/VM-Install/3.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
images/VM-Install/4.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
images/VM-Install/5.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
images/VM-Install/6.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
images/VM-Install/7.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
images/VM-Install/8.png
Normal file
After Width: | Height: | Size: 182 KiB |
BIN
images/VM-Install/9.png
Normal file
After Width: | Height: | Size: 79 KiB |
81
index.html
|
@ -72,9 +72,7 @@
|
|||
</ul>
|
||||
</article>
|
||||
<article>
|
||||
<div class="image-container centre-content">
|
||||
<img src="./images/linux-timeline-17.10.svg" alt="A timeline of different linux distributions.">
|
||||
</div>
|
||||
<img src="./images/linux-timeline-17.10.svg" alt="A timeline of different linux distributions.">
|
||||
</article>
|
||||
<article>
|
||||
<h2>Let's Get Started!</h2>
|
||||
|
@ -84,7 +82,82 @@
|
|||
</ul>
|
||||
</article>
|
||||
<article>
|
||||
|
||||
<h2>Choosing the language</h2>
|
||||
<img src="./images/VM-Install/0.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Boot menu</h2>
|
||||
<img src="./images/VM-Install/1.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Welcome</h2>
|
||||
<img src="./images/VM-Install/2.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Keyboard Layout</h2>
|
||||
<img src="./images/VM-Install/3.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Initial Software and Updates</h2>
|
||||
<img src="./images/VM-Install/4.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Partitioning</h2>
|
||||
<img src="./images/VM-Install/5.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Dual Booting</h2>
|
||||
<img src="./images/VM-Install/6.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>I'm sure it's fine.....</h2>
|
||||
<img src="./images/VM-Install/7.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Location</h2>
|
||||
<img src="./images/VM-Install/8.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Credentials</h2>
|
||||
<img src="./images/VM-Install/9.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Now we wait!</h2>
|
||||
<img src="./images/VM-Install/10.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>and wait</h2>
|
||||
<img src="./images/VM-Install/12.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Complete!</h2>
|
||||
<img src="./images/VM-Install/13.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Logging in</h2>
|
||||
<img src="./images/VM-Install/14.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Type your password</h2>
|
||||
<img src="./images/VM-Install/15.png" />
|
||||
</article>
|
||||
<article>
|
||||
<img src="./images/VM-Install/16.png" />
|
||||
</article>
|
||||
<article>
|
||||
<img src="./images/VM-Install/17.png" />
|
||||
</article>
|
||||
<article>
|
||||
<img src="./images/VM-Install/18.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>The amazing <code>apt</code></h2>
|
||||
<h2></h2>
|
||||
<img src="./images/VM-Install/20.png" />
|
||||
</article>
|
||||
<article>
|
||||
<h2>Doing it manually</h2>
|
||||
<img src="./images/VM-Install/21.png" />
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
|
|