Compare commits
No commits in common. "1b8d102caaa570832431bbc3b192c86e81955006" and "50c722196fc2e93f2d274b8ce343039ed794c903" have entirely different histories.
1b8d102caa
...
50c722196f
25
mcal/manifest.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"short_name": "French Republican Calendar",
|
||||||
|
"name": "French Republican Calendar",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "favicon.ico",
|
||||||
|
"sizes": "128x128 64x64 32x32 24x24 16x16",
|
||||||
|
"type": "image/x-icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "logo192.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "logo512.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#ff0000",
|
||||||
|
"background_color": "#ffffff"
|
||||||
|
}
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 97 KiB |
|
@ -134,18 +134,6 @@
|
||||||
by modern scholars and were not used by the classical Maya.</p>
|
by modern scholars and were not used by the classical Maya.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
|
||||||
<div class="card-body">
|
|
||||||
<h4 class="card-title">What are the Lords of the Night?</h4>
|
|
||||||
<p class="lead">They are nine deities in Mayan mythology who rule over every ninth night and forming a
|
|
||||||
cycle.</p>
|
|
||||||
<p>The Mayan names for these nine deities were unfortunately lost to history, so they are designated
|
|
||||||
numerically from G1 to G9.</p>
|
|
||||||
<p>The Aztecs used a similar system with different names, and those names are: Xiuhtecuhtli, Tezcatlipoca,
|
|
||||||
Piltzintecuhtli, Centeotl, Mictlantecuhtli, Chalchiuhtlicue, Tlazolteotl, Tepeyollotl, Tlaloc. Since
|
|
||||||
this is a Mayan calendar, we will not be using the Aztec names.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 76 KiB |
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"short_name": "Mayan Calendar",
|
"short_name": "French Republican Calendar",
|
||||||
"name": "Mayan Calendar",
|
"name": "French Republican Calendar",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
"sizes": "48x48 32x32 16x16",
|
"sizes": "128x128 64x64 32x32 24x24 16x16",
|
||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|