-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.8 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>stbow.github.io</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/x-icon" href="Assets/s-solid.svg" />
</head>
<body>
<header></header>
<main>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
<h2>Portfolio</h2>
<ul>
<li><a href="https://stbow.github.io/mahisti-clicker">Mahisti Clicker game</a></li>
<li><a href="https://stbow.github.io/ToDay-ToDone/">ToDay ToDone</a> (best on mobile)</li>
<li><a href="/pages/doc-project.html">CSS Documentation page</a></li>
<!-- <li><a href="#">JS Documentation page</a></li> -->
<li><a href="/pages/portfolio-index.html">Personal Portfolio</a></li>
<!-- <li><a href="./cyoa-game/index.html"></a>Choose Your Own Adventure Game</li> -->
</ul>
<section>
<h2>References</h2>
<div id="color-schemes">
<ul>
<li><a href="https://graphicdesign.stackexchange.com/questions/15995/given-a-color-scheme-how-do-i-apply-it-to-a-website-design">How to apply a color scheme to design</a></li>
</ul>
<div class="gallery-wrapper">
<figure><a href="Assets/todo-list-app.png"><img src="Assets/todo-list-app.png" /></a><figcaption>To-Do List App color scheme</figcaption></figure>
<figure><a href="Assets/purples.png"><img src="Assets/purples.png" /></a></figure>
<figure><a href="Assets/green-pink.png"><img src="Assets/green-pink.png" /></a></figure>
<figure><a href="Assets/mid-green.png"><img src="Assets/mid-green.png" /></a></figure>
<figure><a href="Assets/primaries.png"><img src="Assets/primaries.png" /></a></figure>
</div>
</div>
<div id="fonts"></div>
</section>
</main>
<footer></footer>
</body>
</html>