logos-sites-content-repo-te.../index.md

5.2 KiB
Raw Permalink Blame History

+--------------------------------------------------------+          +------------------------------------------------------+
|                                                        |          |                                                      |
|                                                        |          |                                                      |
|                          VAC                           |          |                       CODEX                          |
|                                                        |          |        +--------------+                              |
|                                                        |          |        |              |                              |
|    +----------------+          +------------------+    |          |        |              |                              |
|    |                |          |                  |    |          |        |              |                              |
|    |                |          |    PROTOCOL      |    |    +-----+--------+   RESEARCH   |                              |
|    |   PRINCIPLES   +-----+----+    DEVELOPMENT   |    |    |     |        |              |                              |
|    |                |     |    |    PROCESS       |    |    |     |        |              |            +-------------+   |
|    |                |     |    |                  |    |    |     |        |              |            |             |   |
|    +----------------+     |    +------------------+    |    |     |        +--------------+            |             |   |
|                           |                            |    |     |                                    |  OPINIATED  |   |
|                           |                            |    |     |                             +------>  PRODUCTS   |   |
|                           |                            |    |     |                             |      |             |   |
|                           |                            |    |     |        +--------------+     |      |             |   |
|             +-------------v---------------+            |    |     |        |              |     |      |             |   |
|             |                             <------------+----+     |        |              |     |      +-------------+   |
|             |                             |            |          |        |              +-----+                        |
|             |   AGNOSTIC SPECIFICATIONS   |            |          |        | ENGINEERING  |                              |
|             |                             +------------+----------+-------->              |                              |
|             |                             |            |          |        |              |                              |
|             +-------------+---------------+            |          |        |              |                              |
|                           |                            |          |        +--------------+                              |
|                           |                            |          |                                                      |
|                           |                            |          |                                                      |
+---------------------------+----------------------------+          +------------------------------------------------------+
|
|
|
|
v
+----------------------------+
|                            |
|                            |
|  UNOPINIONATED PROTOCOLS   |
|                            |
|                            |
+----------------------------+

Normal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal text.

The Pyramid of Sahure (Ancient Egyptian: Ḫꜥỉ-bꜣ Sꜣḥw-Rꜥ, lit.'Rising of the ba of Sahure'; Arabic: هرم ساحورع, romanized: Haram Sahawrae) is a pyramid complex built in the late 26th to 25th century BC for the Egyptian pharaoh Sahure of the Fifth Dynasty.[10][a] It introduced a period of pyramid building by Sahure's successors in Abusir, on a location earlier used by Userkaf for his sun temple. The site was first thoroughly excavated by Ludwig Borchardt between March 1907 and 1908, who wrote the standard work Das Grabdenkmal des Königs Sahu-Re (English: The Funerary Monument of King Sahure) between 1910 and 1913.
The pyramid complex's layout was adopted by succeeding kings of the Fifth and Sixth Dynasties, marking a milestone in pyramid complex construction. Compared to the preceding Fourth Dynasty, the immensity of the constructions was dramatically reduced but, in tandem, the decorative programme proliferated and temples were augmented by enlarged storeroom complexes. The complex is estimated to.
sequenceDiagram
Alice->>John: Hello John, how are you?
loop Healthcheck
    John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!

Drag Racing

    const sum = (a, b) => {
        return a+b;
    }
    console.log(sum(2+2));