-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (93 loc) · 2.22 KB
/
index.html
File metadata and controls
110 lines (93 loc) · 2.22 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!-- <!DOCTYPE html>
<html>
<!-- <link rel="stylesheet" type="text/css" href="index.css">
--><link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- <style type="text/css">
.sideBar {
border: 3px black solid;
height: 500px;
text-align: center;
}
.centerContent {
border: 3px black solid;
height: 700px;
text-align: center;
}
.unfinished {
text-decoration: strike-through;
}
.container {
display: flex; /* or inline-flex */
}
</style>
<head>
<title>The best ever webpage</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-4 centerContent">
<h1>Hello, this is my simple github pages thing for hosting dumb stuff that I do.</h1>
<p>Please don't laugh.</p>
<small>Jason Keller</small>
<hr>
</div>
<div class="col-md-2 col-sm-10 sideBar">
<div class="links">
<h3>Games</h3>
<ol>
<li>
<a href="Jason-Keller.github.io/Revelations.html" class="unfinished">Revelations (WIP Game)</a>
</li>
<li>
<a href="https://jason-keller.github.io/Neckbeard_Adventure_0.1.0.html">Neckbeard Adventure 0.1.0.</a>
</li>
<li>
<a href="https://jason-keller.github.io/Color Picker Game/colorGame.htmlColor"Color picker game</a>
</li>
</ol>
</div>
</div>
</div>
</div>
-->
<!-- <h1>Hello, this is my simple github pages thing for hosting dumb stuff that I do.</h1>
<p>Please don't laugh.</p>
<small>Jason Keller</small>
<hr>
<div class="list">
<div class="links">
<ol>
<li>
<h3>Games</h3>
</li>
<li>
<a href="Jason-Keller.github.io/Revelations.html">Revelations (WIP Game)</a>
</li>
<li>
<a href="https://jason-keller.github.io/Neckbeard_Adventure_0.1.0.html">Neckbeard Adventure 0.1.0.</a>
</li>
</ol>
</div>
<ol>
<li>
<h3>Blog for class</h3>
<a href=" Jason-Keller.github.io/blogForClass.html">My travel blog</a>
</li>
</ol>
</div> -->
</body>
</html> -->