html
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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<!------ Start of Meta Tags ------>
<!-- Meta Charset -->
<meta charset="UTF-8" />
<!-- Meta Name -->
<meta name="description" content="JFS Animion (ハッカー)">
<meta name="keywords" content="JFS Animion (ハッカー)">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<!------ End of Meta Tags ------>
<!------ Title ------>
<title>About Me Blog</title>
<!------ Fonts Style ------>
<link href="https://fonts.googleapis.com/css?family=Handlee|Poiret+One|Yatra+One|Megrim|Lobster" rel="stylesheet">
<!------ JQuery Script ------>
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<!------ Sweet Alert Script ------>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script>
<!------ Sweet Alert Style ------>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.css">
</head>
Enter to Rename, Shift+Enter to Preview
css
css
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
html {margin: 0; padding: 0;}
body {
font-family: 'Handlee', cursive;
font-size: 13pt;
background-color: #f3f3f3;
padding: 10px;
margin: 0;
}
h1 {
font-size: 15pt;
color: #20bcd5;
text-align: center;
padding: 18px 0 18px 0;
margin: 0 0 10px 0;
}
h1 span {
border: 5px ridge #198ae4;
padding: 10px;
font-family: 'Poiret One', cursive, monospace;
background: #ff0;
box-shadow: 0px 0px 3px 6px #fff;
}
p {padding: 0; margin: 0;}
.img-circle {border-radius: 10%;}
.section-head {
box-shadow: 0px 3px 5px 1px #aaa;
padding: 10px;
color: #fff;
Enter to Rename, Shift+Enter to Preview
js
js
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
/*
Author: JFS Group™
Editor: JFS Animion
Languages: - HTML
- CSS
- JavaScript
- JQuery
Codes: - Mediaqueries (Responsive Web)
- Animation
- Tab
*/
/* PAGE CLICK BUTTON FUNCTION */
$(function() {
swal(
{
title: "JFS Animion",
text: "Author: JFS Animion\n\n\"Please wait for image to load!\"",
confirmButtonText: "OK"
}
);
});
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run