-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (96 loc) · 3.3 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>White Elephant!</title>
<meta name="description" content="Source code generated using layoutit.com">
<meta name="author" content="LayoutIt!">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="jumbotron well" style="margin-top: 20px;">
<h2>
Hello, BrilliantRain!
</h2>
<p>
Happy Whatever-you-celebratemas! This whole website is your gift from me! You've got everything you asked for and some extra to top it off because I had too much time on hands. Have fun!
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>
Winter's Heart
</h3>
<a href="./pages/WinterHeart.html">
<img alt="Bootstrap Image Preview" src="./images/hunting-horn.png" class="img-circle" style="width:100%; background:black;">
</a>
</div>
<div class="col-md-4">
<h3>
Touch of Life
</h3><img alt="Bootstrap Image Preview" src="./images/magic-palm.png" class="img-circle" style="width:100%; background:black;">
</div>
<div class="col-md-4">
<h3>
Incenser of Mela
</h3><img alt="Bootstrap Image Preview" src="./images/incense.png" class="img-circle" style="width:100%; background:black;">
</div>
</div>
<div class="row">
<div class="col-md-3">
<h4>
Kuai-Huo’s Atlas
</h4><img alt="Bootstrap Image Preview" src="./images/book-cover.png" class="img-circle" style="width:100%; background:black;">
</div>
<div class="col-md-3">
<h4>
Southern Ruins
</h4><img alt="Bootstrap Image Preview" src="./images/ancient-ruins.png" class="img-circle" style="width:100%; background:black;">
</div>
<div class="col-md-3">
<h4>
Tattoo working
</h4><img alt="Bootstrap Image Preview" src="./images/eye-of-horus.png" class="img-circle" style="width:100%; background:black;">
</div>
<div class="col-md-3">
<h4>
Will O' the Wisps
</h4><img alt="Bootstrap Image Preview" src="./images/fairy.png" class="img-circle" style="width:100%; background:black;">
</div>
</div>
<div class="row">
<div class="col-md-3">
<h4>
Red Jade Siege Crossbow
</h4><img alt="Bootstrap Image Preview" src="./images/crossbow.png" class="img-circle" style="width:100%; background:black;">
</div>
<div class="col-md-3">
<h4>
h4. Lorem ipsum dolor sit amet.
</h4><img alt="Bootstrap Image Preview" src="http://lorempixel.com/140/140/" class="img-circle" style="width:100%; background:black;">
</div>
<div class="col-md-3">
<h4>
Southern Location
</h4><img alt="Bootstrap Image Preview" src="./images/cactus.png" class="img-circle" style="width:100%; background:black;">
</div>
<div class="col-md-3">
<h4>
h4. Lorem ipsum dolor sit amet.
</h4><img alt="Bootstrap Image Preview" src="http://lorempixel.com/140/140/" class="img-circle" style="width:100%; background:black;">
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>