renamed file
This commit is contained in:
parent
dceee1220c
commit
234acb546f
1 changed files with 0 additions and 73 deletions
73
main.html
73
main.html
|
@ -1,73 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<title>Array in a Matrix</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#157878">
|
||||
<script src="script.js" defer></script>
|
||||
</head>
|
||||
<body data-new-gr-c-s-check-loaded="8.872.0" data-gr-ext-installed="">
|
||||
<header class="page-header">
|
||||
<h1 class="project-name">Array in a Matrix</h1>
|
||||
<h2 class="project-tagline"> Welcome!</h2>
|
||||
<a href="https://github.com/array-in-a-matrix" class="btn">GitHub</a>
|
||||
</header>
|
||||
<main class="main-content">
|
||||
<h1>Welcome to my page</h1>
|
||||
<p>I have basically taken the html from the github pages <a href="https://github.com/pages-themes/cayman">Cayman</a>
|
||||
theme.</p>
|
||||
<p>Don't worry I will radicalize it in the future! I am improving my html skillset by <del>making my own
|
||||
website</del> editing existing templates.</p>
|
||||
<h2>My projects</h2>
|
||||
<p>You can access and use my projects below.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: left">Github projects</th>
|
||||
<th style="text-align: left">Discription</th>
|
||||
<th style="text-align: left">GitHub link</th>
|
||||
<th style="text-align: left">Language</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="userRepo">
|
||||
<script src="githubapi.js"></script>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: left">Other projects</th>
|
||||
<th style="text-align: left">Discription</th>
|
||||
<th style="text-align: left">Link</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: left">Firefox
|
||||
black & red triangle theme
|
||||
</p>
|
||||
</td>
|
||||
<td style="text-align: left">A red and black theme for firefox tabs.</td>
|
||||
<td style="text-align: left"><a>https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme/</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>Planned projects</h2>
|
||||
<p>I will list projects I plan to make or already making.</p>
|
||||
<div class="language-markdown highlighter-rouge">
|
||||
<div class="highlight">
|
||||
<pre class="highlight"><code>Will write more things here in the future
|
||||
<span class="p">
|
||||
-</span> nothing yet
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-credits">This page is work-in-progress.</span>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue