forked from Ttiki/ttiki.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
formatting-rules.html
124 lines (119 loc) · 6.92 KB
/
formatting-rules.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<!-- Metas tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="title" content="Ttiki's HUB">
<meta name="description" content="Ttiki's HUB, a place to connect, discover and download my apps!">
<meta name="keywords" content="Ttiki, hub, personal, page, GitHub, hub, social, network, list, software, application, games, database, download, free, game, development, code, development">
<meta name="language" content="English">
<meta name="author" content="Clément 'Ttiki' Combier [email protected]">
<meta name="robots" content="index, follow">
<!-- Links tags -->
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/header.css"> -->
<link rel="icon" href="resources/media/icon/ttiki-logo.ico">
<!-- Others tags -->
<title>⚙Ttiki's HUB - formatting Rules</title>
<script src="js/Utility/csi.js"></script>
</head>
<body id="parallax-body">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="page-header" id="parallax-header">
<div id="titles-subtitles">
<a href="index.html" title="🏠Home page"><img id="ttiki-logo-header-icon" src="" alt=""/></a>
<h1 id="main-title" class="main-title">TTIKI'S HUB</h1>
<h3 id="splash-subtitles"></h3>
</div>
<nav>
<div id="mobile-nav" class="mobile-nav">
<a href="javascript:void(0)" class="mobile-nav-closebtn" onclick="closeNav()">×</a>
<a href="index.html" title="🏠Home page" >🏠Home</a>
<div class="grid-section">
<h1 class="mobile-nav-grid-section-heading">About</h1>
<div class="mobile-nav-grid-section">
<a href="about.html#me" >About me</a>
<a href="about.html#ttiki-hub" >About this website</a>
<a href="formatting-rules.html" >Custom formatting code</a>
</div>
</div>
<hr/>
<div class="grid-section">
<h1 class="mobile-nav-grid-section-heading">Projects</h1>
<div class="mobile-nav-grid-section">
<a href="software.html" >🛠Software</a>
<a href="games.html" >🎮Games</a>
<a href="books.html" >📕Books</a>
<a href="movies.html" >🎥Movies</a>
</div>
</div>
<hr/>
<a href="la-bibliotheque.html" class="fr-only " title="📚La bibliothèque">📚La bibliothèque</a>
<a href="https://ttiki.notion.site/c19441f7173749e3a1d5551171e69366?v=b32b95c657434bc38a46fbdd9c1acfa8" target="new" title="🌐Social networks board">🌐The Social Networks board</a>
</div>
<div class="default-nav">
<a href="index.html" title="🏠Home page" class="nav-link">🏠Home</a>
<div class="nav-dropdown" data-dropdown>
<button class="nav-link" onclick="redirectBtn('about.html')" data-dropdown-button>❓About</button>
<div class="nav-dropdown-menu">
<div class="info-grid-solo">
<a href="about.html#me" class="nav-link">About me</a>
<a href="about.html#ttiki-hub" class="nav-link">About this website</a>
<a href="formatting-rules.html" class="nav-link">Custom formatting code</a>
</div>
</div>
</div>
<div class="nav-dropdown" data-dropdown>
<button class="nav-link" onclick="redirectBtn('projects.html')" data-dropdown-button>📋Projects</button>
<div class="nav-dropdown-menu">
<div class="info-grid-solo">
<a href="software.html" class="nav-link">🛠Software</a>
<a href="games.html" class="nav-link">🎮Games</a>
<a href="books.html" class="nav-link">📕Books</a>
<a href="movies.html" class="nav-link">🎥Movies</a>
</div>
</div>
</div>
<a href="la-bibliotheque.html" class="fr-only nav-link" title="📚La bibliothèque">📚La bibliothèque</a>
<a href="https://ttiki.notion.site/c19441f7173749e3a1d5551171e69366?v=b32b95c657434bc38a46fbdd9c1acfa8" target="new" class="nav-link" title="🌐Social networks board">🌐The Social Networks board</a>
</div>
</nav>
</header>
<section>
<article>
<h1>Special formatting rules</h1>
<p>This website uses a custom type of formatting for quick effects and color changement.
This feature is mainly for fun and for me to re-learn javascript and get better at it.<br/>
That's also the reason for all the script loading. You can find below the list of all
rules I've implemented.<br/>
This ruling is based on <a href="https://minecraft.fandom.com/wiki/Formatting_codes" title="Minecraft formatting codes">Minecraft's one.</a></p>
<table id="formatting-rules-table">
<thead>
<tr>
<th>Code</th>
<th>Example</th>
<th>Description</th>
</tr>
</thead>
<tbody id="formatting-rules-table-body"></tbody>
</table>
</article>
</section>
<div class="clr-16px"></div>
<footer>
</footer>
</body>
<!--Call to js-->
<script src="js/Utility/file_manager.js" defer></script>
<script src="js/Utility/string_manager.js" defer></script>
<script src="js/header_effects.js" defer async></script>
</html>