You've already forked TheComputersIdentity
mirror of
https://github.com/MrLyallCSIT/TheComputersIdentity.git
synced 2026-01-18 07:09:39 +00:00
64 lines
2.9 KiB
HTML
64 lines
2.9 KiB
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Story by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>The Computer's Identity - Language Selection</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
|
</head>
|
|
<body class="is-preload">
|
|
|
|
<!-- Wrapper -->
|
|
<div id="wrapper" class="divided">
|
|
|
|
<!-- One -->
|
|
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
|
|
<div class="content">
|
|
<h1>The Computer's Identity</h1>
|
|
<h2>Language Selection</h2>
|
|
<p class="major">Please select the language you would like to read in.</p>
|
|
<ul class="vertical actions">
|
|
<li><a href="english.html" class="button special big wide smooth-scroll-middle">English</a></li>
|
|
<li><a href="binary.html" class="button special big wide smooth-scroll-middle">Binary (Number Base 2)</a></li>
|
|
<li><a href="octal.html" class="button special big wide smooth-scroll-middle">Octal (Number Base 8)</a></li>
|
|
<li><a href="denary.html" class="button special big wide smooth-scroll-middle">ASCII (Number Base 10)</a></li>
|
|
<li><a href="hex.html" class="button special big wide smooth-scroll-middle">Hexadecimal (Number Base 16)</a></li>
|
|
<li><a href="1337.html" class="button special big wide smooth-scroll-middle">Leet (1337)</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="image">
|
|
<img src="images/banner.jpg" alt="" />
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer class="wrapper style1 align-center">
|
|
<div class="inner">
|
|
<ul class="icons">
|
|
<li><a href="https://bsky.app/profile/adcmnetworks.co.uk" class="icon brands style2 fa-bluesky"><span class="label">BlueSky</span></a></li>
|
|
<li><a href="https://mstdn.social/@MrDavisCSIT" class="icon brands style2 fa-mastodon"><span class="label">Mastodon</span></a></li>
|
|
<li><a href="https://www.linkedin.com/in/alexanderedavis/" class="icon brands style2 fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
|
|
</ul>
|
|
<p>© The Computer's Identity. Created and Designed by <a href="https://www.mrdaviscsit.uk">Alexander Davis</a>.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
<!-- Scripts -->
|
|
<script src="assets/js/jquery.min.js"></script>
|
|
<script src="assets/js/jquery.scrollex.min.js"></script>
|
|
<script src="assets/js/jquery.scrolly.min.js"></script>
|
|
<script src="assets/js/browser.min.js"></script>
|
|
<script src="assets/js/breakpoints.min.js"></script>
|
|
<script src="assets/js/util.js"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
|
|
</body>
|
|
</html> |