-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
225 lines (195 loc) · 6.2 KB
/
template.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>$Page-Name$</title>
<!-- Bootstrap Core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Font Awesome -->
<link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Animation -->
<link href="/css/animate.css" rel="stylesheet" />
<!-- MyTemplate CSS -->
<link href="/css/style.css" rel="stylesheet">
</head>
<body>
<header id="header-banner">
<nav class="navbar navbar-default navbar-fixed-top fadeIn" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#dropdown-box-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="/pages/emeraldcraft/index.html">Emerald Craft</a>
</div>
</div>
<!-- Collect the nav links and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="dropdown-box-1">
<ul class="nav navbar-nav">
<li class="active"><a href="/pages/emeraldcraft/index.html">HOME</a></li>
<li><a href="/pages/emeraldcraft/about.html">ABOUT</a></li>
<li class="dropdown" role="presentation">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
CONTRIBUTE <span class="caret"></span>
</a>
<ul class="dropdown-menu bullet fadeIn" role="menu">
<li><a href="https://www.curseforge.com/members/viola_siemens/projects">Upload Translation</a></li>
<li><a href="https://github.com/Viola-Siemens/EmeraldCraftMod/issues">Bugs and Crashes</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/emerald-craft-mod#reply">Suggestions</a></li>
</ul>
</li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/emerald-craft-mod">DOWNLOAD</a></li>
</ul>
</div>
</div> <!-- /.container -->
</nav> <!-- /.nav -->
</header>
<!-- banner -->
<section class="banner" id="home">
<div class="container">
<div style="display:inline-block" class="slogan">
<h2>$Page-Name$</h2>
<h4>$Page-Description$</h4>
</div>
<div style="display:inline-block;float:right;background-color:#ffffff">
<div style="text-align:center;background-color:#bebeff;font-size:28px;font-weight:bold">$Page-Name$</div>
<div style="padding: 10px 10px 10px 10px;text-align:center"><img src="$Page-Image$"/></div>
<div style="text-align:center;background-color:#dedede">$Register-Name$</div>
</div>
<div class="btn-circle-scroll fadeIn">
<a href="#section-footer" class="btn-circle">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</section>
<!-- /.banner -->
<!-- abstract -->
<section class="abstract" id="abstract">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="wow bounceInLeft" data-wow-delay="0.1s">
<h2>Abstract</h2>
</div>
<div class="col-sm-12">
<p>
</p>
<p>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- /.abstract -->
<!-- obtaining -->
<section class="obtaining" id="obtaining">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="wow bounceInLeft" data-wow-delay="0.1s">
<h2>Obtaining</h2>
</div>
</div>
</div>
<div class="row-padded" id="first"></div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="col-sm-12">
<h4>Breaking</h4>
<p>
</p>
<p>
</p>
</div>
</div>
</div>
<div class="row-padded" id="second"></div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="col-sm-12">
<h4>Trading</h4>
<p>
</p>
<p>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- /.obtaining -->
<!-- usage -->
<section class="usage" id="usage">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="wow bounceInLeft" data-wow-delay="0.1s">
<h2>Usage</h2>
</div>
</div>
</div>
<div class="row-padded" id="first"></div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="col-sm-12">
<h4>Crafting</h4>
<p>
</p>
<p>
</p>
</div>
</div>
</div>
<div class="row-padded" id="second"></div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="col-sm-12">
<h4>Smelting</h4>
<p>
</p>
<p>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- /.usage -->
<!-- footer -->
<footer id="section-footer">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<div class="wow fadeIn" data-wow-delay="0.4s">
<div class="btn-circle-scroll">
<a href="#header-banner" class="btn-circle">
<i class="fa fa-angle-double-up animated"></i>
</a>
</div>
</div>
<p>Copyright © 2022. Apache 2.0 License. <a target="_blank" href="https://github.com/Viola-Siemens/Viola-Siemens.github.io">网页源码</a></p>
</div>
</div>
</div>
</footer>
<!-- /.footer -->
<!-- Core JavaScript Files -->
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/jquery.easing.min.js"></script>
<script src="/js/jquery.scrollTo.js"></script>
<script src="/js/wow.min.js"></script> <!-- Reveal animation when you scroll by wow.js. It need animate.css library -->
<!-- Custom Theme JavaScript -->
<script src="/js/custom.js"></script>
</body>
</html>