formating
This commit is contained in:
parent
c20e076704
commit
d38ee342af
1 changed files with 75 additions and 60 deletions
41
index.html
41
index.html
|
@ -1,27 +1,38 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
|
||||||
|
/>
|
||||||
<title>Array in a Matrix</title>
|
<title>Array in a Matrix</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#157878">
|
<meta name="theme-color" content="#157878" />
|
||||||
<script src="script.js" defer></script>
|
<script src="script.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body data-new-gr-c-s-check-loaded="8.872.0" data-gr-ext-installed>
|
<body data-new-gr-c-s-check-loaded="8.872.0" data-gr-ext-installed>
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
<h1 class="project-name">Array in a Matrix</h1>
|
<h1 class="project-name">Array in a Matrix</h1>
|
||||||
<h2 class="project-tagline">Welcome!</h2>
|
<h2 class="project-tagline">Welcome!</h2>
|
||||||
|
<nav>
|
||||||
<button class="btn" onclick="darkmode()">Darkmode</button>
|
<button class="btn" onclick="darkmode()">Darkmode</button>
|
||||||
<a href="https://github.com/array-in-a-matrix" class="btn"><i class="fa fa-github"></i> GitHub</a>
|
<a href="https://github.com/array-in-a-matrix" class="btn"
|
||||||
<a href="https://www.instagram.com/array.in.a.matrix/" class="btn"><i class="fa fa-instagram"></i> Instagram</a>
|
><i class="fa fa-github"></i> GitHub</a
|
||||||
|
>
|
||||||
|
<a href="https://www.instagram.com/array.in.a.matrix/" class="btn"
|
||||||
|
><i class="fa fa-instagram"></i> Instagram</a
|
||||||
|
>
|
||||||
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main class="main-content">
|
<main class="main-content">
|
||||||
<h1>Welcome to my page</h1>
|
<h1>Welcome to my page</h1>
|
||||||
<p>Website skeleton taken from the <a href="https://github.com/pages-themes/cayman">Cayman
|
<p>
|
||||||
theme</a>.</p>
|
Website skeleton taken from the
|
||||||
|
<a href="https://github.com/pages-themes/cayman">Cayman theme</a>.
|
||||||
|
</p>
|
||||||
<h2>My projects</h2>
|
<h2>My projects</h2>
|
||||||
<p>You can access and use my projects below.</p>
|
<p>You can access and use my projects below.</p>
|
||||||
<table>
|
<table>
|
||||||
|
@ -47,11 +58,15 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">Firefox
|
<td style="text-align: left">Firefox black & red triangle theme</td>
|
||||||
black & red triangle theme
|
<td style="text-align: left">
|
||||||
|
A red and black theme for firefox tabs.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: left">A red and black theme for firefox tabs.</td>
|
<td style="text-align: left">
|
||||||
<td style="text-align: left"><a href="https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme">https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme/</a>
|
<a
|
||||||
|
href="https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme"
|
||||||
|
>https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme/</a
|
||||||
|
>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Add table
Reference in a new issue