Skip to content

Commit

Permalink
Made the Colophon easier to read.
Browse files Browse the repository at this point in the history
  • Loading branch information
jespermhl committed Aug 31, 2024
1 parent 6dbbd87 commit a30d532
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 116 deletions.
62 changes: 4 additions & 58 deletions dist/colophon.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,64 +47,10 @@
<article>
<h1>Colophon</h1>
<p>See how I made this website!</p>
<table class="table">
<thead>
<tr>
<th scope="col">Aspect</th>
<th scope="col">Details</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Site Framework</th>
<td>HTML</td>
</tr>
<tr>
<th scope="row">JavaScript &amp; CSS Framework</th>
<td>
<a class="icon-link" href="https://getbootstrap.com">Bootstrap<i class="bi bi-box-arrow-up-right"></i></a>
</td>
</tr>
<tr>
<th scope="row">Hosting Provider</th>
<td>
<a class="icon-link" href="https://www.netlify.com">Netlify<i class="bi bi-box-arrow-up-right"></i></a>
</td>
</tr>
<tr>
<th scope="row">Code Editor</th>
<td>
<a class="icon-link" href="https://code.visualstudio.com"> Visual Studio Code<i class="bi bi-box-arrow-up-right"></i></a>
</td>
</tr>
<tr>
<th scope="row">Icon Set</th>
<td>
<a class="icon-link" href="https://icons.getbootstrap.com">
Bootstrap Icons
<i class="bi bi-box-arrow-up-right"></i></a>
</td>
</tr>
<tr>
<th scope="row">Domain Registrar</th>
<td>
<a class="icon-link" href="https://www.checkdomain.de/?pid=503e9945">
Checkdomain
<i class="bi bi-box-arrow-up-right"></i></a>
*
</td>
</tr>
<tr>
<th scope="row">Compiler</th>
<td>
<a class="icon-link" href="https://www.github.com/k1nsej/simsinfo">
Custom selfmade compiler
<i class="bi bi-box-arrow-up-right"></i></a>
</td>
</tr>
</tbody>
</table>
<p>*This is a special partner link, which means both you and I will receive €10 if you sign up using the link. This helps support the maintenance and growth of this site.</p>
<h2>Colophon</h2>
<h2>Colophon</h2>
<p>This website is built using standard <a class="icon-link" href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML<i class="bi bi-box-arrow-up-right"></i></a> to ensure a clean and accessible structure that functions well across all modern browsers. The design and responsiveness of the site are powered by the <a class="icon-link" href="https://getbootstrap.com">Bootstrap<i class="bi bi-box-arrow-up-right"></i></a> framework, which provides a robust foundation with pre-designed components and utilities, making the site both visually appealing and mobile-friendly. The site is hosted on <a class="icon-link" href="https://www.netlify.com">Netlify<i class="bi bi-box-arrow-up-right"></i></a>, a platform known for its reliability, speed, and seamless continuous deployment capabilities. All development is carried out using <a class="icon-link" href="https://code.visualstudio.com">Visual Studio Code<i class="bi bi-box-arrow-up-right"></i></a>, a versatile and powerful code editor that enhances productivity with its extensive plugin support and integrated development environment features. The icons used on the site are from <a class="icon-link" href="https://icons.getbootstrap.com">Bootstrap Icons<i class="bi bi-box-arrow-up-right"></i></a>, an open-source library that perfectly complements the Bootstrap framework with a consistent and polished appearance. Our domain is registered with <a class="icon-link" href="https://www.checkdomain.de/?pid=503e9945">Checkdomain<i class="bi bi-box-arrow-up-right"></i></a>, a service that ensures secure and reliable domain management. Additionally, a <a class="icon-link" href="https://www.github.com/k1nsej/simsinfo">custom self-made compiler<i class="bi bi-box-arrow-up-right"></i></a> is utilized during the development process, tailored specifically to optimize performance and meet the unique needs of this project.</p>
<p>*This is a special partner link, which means both you and I will receive €10 if you sign up using the link. Your support through this link helps maintain and grow the site.</p>
</article>

</div>
Expand Down
64 changes: 6 additions & 58 deletions src/content/colophon.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,62 +9,10 @@ author: Jesper

See how I made this website!

<table class="table">
<thead>
<tr>
<th scope="col">Aspect</th>
<th scope="col">Details</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Site Framework</th>
<td>HTML</td>
</tr>
<tr>
<th scope="row">JavaScript & CSS Framework</th>
<td>
<a href="https://getbootstrap.com">Bootstrap</a>
</td>
</tr>
<tr>
<th scope="row">Hosting Provider</th>
<td>
<a href="https://www.netlify.com">Netlify</a>
</td>
</tr>
<tr>
<th scope="row">Code Editor</th>
<td>
<a href="https://code.visualstudio.com"> Visual Studio Code</a>
</td>
</tr>
<tr>
<th scope="row">Icon Set</th>
<td>
<a href="https://icons.getbootstrap.com">
Bootstrap Icons
</a>
</td>
</tr>
<tr>
<th scope="row">Domain Registrar</th>
<td>
<a href="https://www.checkdomain.de/?pid=503e9945">
Checkdomain
</a>
*
</td>
</tr>
<tr>
<th scope="row">Compiler</th>
<td>
<a href="https://www.github.com/k1nsej/simsinfo">
Custom selfmade compiler
</a>
</td>
</tr>
</tbody>
</table>
## Colophon

*This is a special partner link, which means both you and I will receive €10 if you sign up using the link. This helps support the maintenance and growth of this site.
## Colophon

This website is built using standard [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) to ensure a clean and accessible structure that functions well across all modern browsers. The design and responsiveness of the site are powered by the [Bootstrap](https://getbootstrap.com) framework, which provides a robust foundation with pre-designed components and utilities, making the site both visually appealing and mobile-friendly. The site is hosted on [Netlify](https://www.netlify.com), a platform known for its reliability, speed, and seamless continuous deployment capabilities. All development is carried out using [Visual Studio Code](https://code.visualstudio.com), a versatile and powerful code editor that enhances productivity with its extensive plugin support and integrated development environment features. The icons used on the site are from [Bootstrap Icons](https://icons.getbootstrap.com), an open-source library that perfectly complements the Bootstrap framework with a consistent and polished appearance. Our domain is registered with [Checkdomain](https://www.checkdomain.de/?pid=503e9945), a service that ensures secure and reliable domain management. Additionally, a [custom self-made compiler](https://www.github.com/k1nsej/simsinfo) is utilized during the development process, tailored specifically to optimize performance and meet the unique needs of this project.

*This is a special partner link, which means both you and I will receive €10 if you sign up using the link. Your support through this link helps maintain and grow the site.

0 comments on commit a30d532

Please sign in to comment.