-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
306 lines (275 loc) · 11.3 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!doctype html>
<!-- Creative Commons BY-NC 4.0 -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=”icon” href=“/favicon.ico”>
<link rel="stylesheet" href="global.css">
<!-- METAs -->
<!-- bing search tool -->
<meta name="msvalidate.01" content="3BE9CFA6584B778561D3B688CF00AF35" />
<!--others-->
<link rel="license" href="/LICENSE.html" />
<meta name="description" content="MrT's Website">
<meta name=" author" content="MrT">
<!-- METAs Open Graph -->
<meta property="og:title" content="MrT's Homepage">
<meta property="og:description" content="MrT(who likes coding)'s home page">
<meta property="og:image" content="https://MrT-tak.github.io/backgrand.jpg">
<meta property="og:url" content="https://mrt-tak.github.io">
<meta property="og:site_name" content="MrT's Homepage">
<meta property="og:type" content="proile">
<meta property="og:profile:username" content="MrT">
<meta property="profile:gender" content="male">
<meta property="og:image:alt" content="banner">
<!-- METAs Twitter -->
<meta name="twitter:card" content=">
<meta name=" twitter:site" content="MrT-tak.github.io">
<meta name="twitter:creator" content="MrT">
<meta name="twitter:title" content="MrT's Homepage">
<meta name="twitter:description" content="MrT(who likes coding)'s home page">
<meta name="twitter:image" content="https://MrT-tak.github.io/backgrand.jpg">
<!-- METAs Google -->
<meta itemprop="name" content="MrT's Homepage">
<meta itemprop="description" content="MrT(who likes coding)'s home page">
<meta itemprop="image" content="https://MrT-tak.github.io/backgrand.jpg">
<!-- meta name="generator" content="Hugo 0.98.0">-->
<title>MrT730 HP</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/album/">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/asd" type="text/css" />
<link href="/slideBarStyle.css/" rel="stylesheet" type="text/css">
<script defer src="LOGINsys/index.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<script src="/colorVariable.js"></script>
<link rel="stylesheet" href="global.css">
<style>
ul .User {
list-style-type: none;
}
header {
color: white;
}
.bggreen {
background-color: green;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.User li {
list-style-type: none;
}
/*ul .user {
list-style-type: none;
}
ul .user li ::marker{
display: none;
}*/
#grad1 {
height: 200px;
background: red;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, orange, yellow, green, cyan, blue, violet);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
/* For Firefox 3.6 to 15 */
background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
/* Standard syntax (must be last) */
}
footer {
position: fixed;
bottom: 0;
width: 100%;
background: #6cf;
}
</style>
</head>
<body>
<header class="sticky-top">
<!-- header -->
<div class="navbar navbar-dark bggreen shadow-sm">
<nav class="container">
<a target="_blank" rel="noopener" href=" /" class="navbar-brand d-flex align-items-center">
<img src="https://avatars.githubusercontent.com/u/95097999?v=4" alt="MrT's profile logo" id="MrTsavater"
width="50cm">
<strong>MrT's Homepage</strong>
</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarHeader"
aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
</div>
<!--header menu-->
<div class="collapse" style="background-color: rgb(144, 105, 105);" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-7 py-4">
<h4 class="text-white">About</h4>
<p class="text-white">Hi I am MrT formally known as MrT730. I like to code and play games.
I was born in fukuoka prefecture in Japan. my mother is from fukuoka but my father is from nagoya
prefecture.
<br>
<img alt="GitHub commit activity (branch)"
src="https://img.shields.io/github/commit-activity/m/MrT-tak/MrT-tak.github.io?color=brightgreen">
</p>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-white">Contact</h4>
<ul class="list-unstyled">
<li><!--<a target="_blank" rel="noopener"href="https://github.com/MrT-tak/"-->
<button class="btn bggreen">
<a target="_blank" rel="noopener" href=" https://github.com/MrT-tak/"
class="text-white externalLinkHighlight">GITHUB</a>
</button>
</li>
<br>
<li>
<button class="btn bggreen" id="mailMe">
<a target="_blank" rel="noopener" href=" mailto:MrT-tak@outlook.com" class="text-white">Email me</a>
</button>
</li>
</ul>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-white">RSS</h4>
<a target="_blank" rel="noopener" href=" /RSS/index.html">
<button class="btn btn-primary bggreen">
<img height="9cm" src="https://cdn-icons-png.flaticon.com/512/2504/2504935.png"
alt="RSS icon(orange circle with wifi mark tilted 45 degrees)">
RSS
</button>
</a>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-white">scroll to...</h4>
<ul class="list-unstyled">
<li><button class="btn bggreen"><a target="_blank" rel="noopener" href=" #"
class="text-white">top</a></button></li>
<li><button class="btn bggreen"><a target="_blank" rel="noopener" href=" #AboutMe"
class="text-white">Welcome message(About
Me)</a></button></li>
<li><button class="btn bggreen"><a target="_blank" rel="noopener" href=" #my-fav-games"
class="text-white">my favorite games</a></button>
</li>
<li><button class="btn bggreen"><a target="_blank" rel="noopener" href=" #my-friends"
class="text-white">my
friends</a></button></li>
<li><button class="btn bggreen"><a target="_blank" rel="noopener" href=" #my-rblx-games"
class="text-white">my games on
roblox</a></button></li>
</ul>
</div>
</div>
</div>
<span id="page-loading-space"></span>
</header>
<main>
<h1>Template page!</h1>
<p>
This is a template for making developing these pages easier.
Click <a target="_blank" rel="noopener" href=" ./"><button class="btn btn-primary bggreen">here</button></a> to
return to front page.
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi excepturi eius quia velit nesciunt animi asperiores
ea ut laborum. Unde doloremque consequatur minus illo itaque. At quam obcaecati nostrum dolores.
</p>
</main>
<footer class="text-muted py-5">
<div class="container">
<p class="float-end mb-1">
<a href="#">Back to top</a>
</p>
<p class="mb-1">MrT730 HP</p>
<p class="mb-0">
<h1>MrT730 Programer's edited version of album example</h1>
<p><b>MrT730</b></p>
<p>
<a target="_blank" rel="noopener" rel=" license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img
alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is
licensed under a <a target="_blank" rel="noopener" rel=" license"
href="http://creativecommons.org/licenses/by-nc/4.0/">© Creative Commons
Attribution-NonCommercial 4.0 International License</a>.
<a target="_blank" rel="noopener" href=" /LICENSE.html" rel="license">CLICK HERE FOR LICCENSE.md</a>
</p>
<p> © Bootstrap for template</p>
<h2>Thanks to Mark Otto, Jacob Thornton, and Bootstrap contributors for bootstrap</h2>
</p>
</div>
</footer>
<div class="container" style="color: rgb(0, 0, 0);">
<p class="float-end mb-1">
<a href="#">Back to top</a>
</p>
<p class="mb-1">MrT730 HP</p>
<p class="mb-0">
<h1>MrT730 Programer's edited version of album example</h1>
<p><b>MrT730</b></p>
<p>
<a target="_blank" rel="noopener" rel=" license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img
alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is
licensed under a <a target="_blank" rel="noopener" rel=" license"
href="http://creativecommons.org/licenses/by-nc/4.0/">© Creative Commons
Attribution-NonCommercial 4.0 International License</a>.
<a target="_blank" rel="noopener" href=" /LICENSE.html" rel="license">CLICK HERE FOR LICENSE.html(decoded from
MD</a>
</p>
<p> © Bootstrap for template</p>
<h2>Thanks to Mark Otto, Jacob Thornton, and Bootstrap contributors for bootstrap</h2>
</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
<script src="scroll-sys.js"></script>
</body>
</html>