forked from janfrl/dhbw-mehms-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnumbers-info-3.php
48 lines (41 loc) · 1.61 KB
/
numbers-info-3.php
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
<!DOCTYPE html>
<html lang="de">
<head>
<title>Math - DHBW Mehms</title>
<?php include("includes/meta.php"); ?>
<style>
:root {
--banner-top: #b167eb;
--banner-bottom: #4bd8f6;
}
.vines {
animation: 0.2s color-p-primary forwards;
}
</style>
<link rel="stylesheet" href="numbers.css">
</head>
<body>
<?php include("includes/header.php"); ?>
<main class="container">
<div class="head">
<h1>3</h1>
<h5 style="margin-left: auto">Prequel, Original, Sequel</h5>
</div>
<div class="body" style="padding-bottom: 0">
<div class="firstrow">
<h3><span class="left">More information: 9</span></h3><hr>
</div>
<div class="text">
<p>'3' is not just a number, in this case it rather stands for the concept of trinity that is used often in pop-cultural or
esoteric means with the basic example being the church's 'Father, Son and Holy Spirit' or the general trinity of Abrahamic religions.
Other uses are the application of splitting movie or book stories in trilogies to create a climactic structure chronologically (prequel, story, sequel), storyline-technical
(beginning, climax, end) or financially (good original, cash, cash). <br>
The usability of this method is incredibly high, because the number '3' is not just quite small but the structural seperation is very intuitive.
That way there is a lot of trinity everywhere: three siblings, three hairs, three kings and so on.
</p>
</div>
</main>
<?php include("includes/footer.php"); ?>
<?php include("includes/bottom-navigation.php"); ?>
</body>
</html>