Advertisement
1xptolevitico69

Static Website

Aug 20th, 2022 (edited)
1,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <!-- Global site tag (gtag.js) - Google Analytics -->
  5.   <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-420XFJRS1M"></script>
  6.   <script>
  7.     window.dataLayer = window.dataLayer || [];
  8.  
  9.     function gtag() {
  10.       dataLayer.push(arguments);
  11.     }
  12.     gtag('js', new Date());
  13.     gtag('config', 'G-420XFJRS1M');
  14.   </script>
  15.   <link rel="shortcut icon" href="https://1xpto.netlify.app/items/favicon.gif" type="image/x-icon">
  16.   <meta charset="UTF-8">
  17.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  18.   <meta name="keywords" content="Static Webpage">
  19.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  20.   <title>Static Webpage</title>
  21.   <style>
  22.  
  23.     .app {
  24.       z-index:1;
  25.       text-decoration: none;
  26.       font-family: verdana;
  27.       font-weight: bold;
  28.       color: red;
  29.       position: absolute;
  30.       top: 0;
  31.       right: 0;
  32.       margin: 5px;
  33.       border: 2px solid red;
  34.       padding: 5px 10px;
  35.     }
  36.     body {
  37.       cursor: context-menu;
  38.       margin: 0;
  39.       font-family: calibri;
  40.       overflow: hidden;
  41.     }
  42.  
  43.     * {
  44.       box-sizing: border-box;
  45.     }
  46.  
  47.     button {
  48.       border: none;
  49.       outline: none;
  50.       background-color: transparent;
  51.     }
  52.  
  53.     textarea {
  54.       border: none;
  55.       background-color: transparent;
  56.       resize: none;
  57.       outline: none;
  58.     }
  59.  
  60.     a {
  61.       text-decoration: none;
  62.     }
  63.  
  64.     audio {
  65.       background-color: rgba(128, 128, 128, 0.1);
  66.     }
  67.  
  68.     /*   ---- default settings -----  */
  69.  
  70.     .header {
  71.       width: 100%;
  72.       height: 8vw;
  73.       font-size: 5vw;
  74.       background-color: white;
  75.       position: fixed;
  76.       top: 0;
  77.       left: 0;
  78.     }
  79.  
  80.     .footer {
  81.       width: 100%;
  82.       height: 8vw;
  83.       font-size: 5vw;
  84.       background-color: green;
  85.     }
  86.  
  87.     .sitecontainer {
  88.       width: 100%;
  89.       height: 100vh;
  90.       position: absolute;
  91.       z-index: -1;
  92.       top: 0;
  93.       left: 0;
  94.       background-color: red;
  95.       overflow-y: scroll;
  96.     }
  97.  
  98.     .consid {
  99.       font-size: 5vw;
  100.       text-align: center;
  101.       margin: 10vw 0 50px 0;
  102.     }
  103.  
  104.     .topclass {
  105.       width: 90%;
  106.       height: calc(40vw / 1.777);
  107.     }
  108.  
  109.     .top {
  110.       width: 48%;
  111.       text-align: justify;
  112.       color: white;
  113.       float: left;
  114.       font-size: 1.2vw;
  115.     }
  116.  
  117.     .right {
  118.       width: 48%;
  119.       text-align: justify;
  120.       color: white;
  121.       float: right;
  122.       font-size: 1.2vw;
  123.     }
  124.  
  125.     .down {
  126.       width: 50%;
  127.       text-align: justify;
  128.       margin: 50px 0;
  129.       color: white;
  130.       font-size: 1.5vw;
  131.     }
  132.  
  133.     h1 {
  134.       width: 80%;
  135.       text-align: justify;
  136.       color: white;
  137.       font-size: 2vw;
  138.     }
  139.  
  140.     .image {
  141.       width: 90%;
  142.       border: 5px solid snow;
  143.       height: calc(50vw / 1.777);
  144.       margin-bottom: 50px;
  145.     }
  146.  
  147.     .foo {
  148.       width: 50%;
  149.       height: 100%;
  150.       float: left;
  151.     }
  152.  
  153.     .smalltalk {
  154.       float: right;
  155.       width: 50%;
  156.       height: 100%;
  157.     }
  158.  
  159.     video {
  160.       width: 60%;
  161.       border: 10px solid snow;
  162.       margin-bottom: 20px;
  163.     }
  164.  
  165.  
  166.  
  167.  
  168.  
  169.     @media all and (orientation:portrait) {
  170.       .app {  display: none;  }
  171.       .header {
  172.         font-size: 15vw;
  173.         height: 20vw;
  174.       }
  175.  
  176.       .footer {
  177.         font-size: 15vw;
  178.         height: 20vw;
  179.       }
  180.  
  181.       .consid {
  182.         font-size: 10vw;
  183.         text-align: center;
  184.         margin: 30vw 0 20px 0;
  185.       }
  186.  
  187.       .topclass {
  188.         height: calc(90vw / 1.777);
  189.         background-color: white;
  190.         overflow-y: scroll;
  191.         padding: 0 10px;
  192.       }
  193.  
  194.       .top {
  195.         width: 100%;
  196.         color: red;
  197.         font-weight: bold;
  198.         font-size: 4vw;
  199.       }
  200.  
  201.       .right {
  202.         width: 100%;
  203.         color: red;
  204.         font-weight: bold;
  205.         font-size: 4vw;
  206.       }
  207.  
  208.       h1 {
  209.         margin: 20px 0;
  210.         font-size: 4vw;
  211.       }
  212.  
  213.       .down {
  214.         width: 90%;
  215.         margin: 0;
  216.         font-size: 4vw;
  217.       }
  218.  
  219.       .image {
  220.         width: 90%;
  221.         border: 1px solid snow;
  222.         height: calc(90vw / 1.777);
  223.         margin: 20px 0;
  224.       }
  225.  
  226.       video {
  227.         width: 90%;
  228.         border: 1px solid snow;
  229.         margin-bottom: 10px;
  230.       }
  231.     }
  232.  
  233.     @media all and (orientation:landscape) and (max-width:538px) {
  234.       .header {
  235.         font-size: 6vw;
  236.         height: 10vw;
  237.       }
  238.  
  239.       .footer {
  240.         font-size: 6vw;
  241.         height: 10vw;
  242.       }
  243.  
  244.       .consid {
  245.         font-size: 6vw;
  246.         text-align: center;
  247.         margin: 16vw 0 20px 0;
  248.       }
  249.  
  250.       .topclass {
  251.         height: calc(90vw / 1.777);
  252.         background-color: white;
  253.         overflow-y: scroll;
  254.         padding: 0 10px;
  255.       }
  256.  
  257.       .top {
  258.         width: 100%;
  259.         color: red;
  260.         font-weight: bold;
  261.         font-size: 3vw;
  262.       }
  263.  
  264.       .right {
  265.         width: 100%;
  266.         color: red;
  267.         font-weight: bold;
  268.         font-size: 3vw;
  269.       }
  270.  
  271.       h1 {
  272.         margin: 20px 0;
  273.         font-size: 3vw;
  274.       }
  275.  
  276.       .down {
  277.         width: 90%;
  278.         margin: 0;
  279.         font-size: 3vw;
  280.       }
  281.  
  282.       .image {
  283.         width: 90%;
  284.         border: 1px solid snow;
  285.         height: calc(90vw / 1.777);
  286.         margin: 20px 0;
  287.       }
  288.  
  289.       video {
  290.         width: 90%;
  291.         border: 1px solid snow;
  292.         margin-bottom: 10px;
  293.       }
  294. }
  295.  
  296.  
  297.   </style>
  298. </head>
  299.  
  300. <body>
  301.   <a class='app' href='https://1xpto.netlify.app/'>Visite Site</a>
  302.  
  303.   <button class='header'>Header</button>
  304.  
  305.   <section class='sitecontainer'>
  306.     <center>
  307.  
  308.       <h1 class='consid'>Static Webpage <br> basic layout</h1>
  309.  
  310.       <div class='topclass'>
  311.         <p class='top'>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath.</p>
  312.  
  313.         <p class='right'>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath.</p>
  314.       </div>
  315.  
  316.       <h1>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath.</h1>
  317.  
  318.       <p class='down'>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath.</p>
  319.  
  320.       <div class='image'>
  321.         <img class='foo' src='https://static.vecteezy.com/system/resources/previews/000/126/805/original/poseidon-comes-out-from-the-sea-vector.jpg'>
  322.         <button class='smalltalk'>Write someting about</button>
  323.       </div>
  324.  
  325.       <video src='https://player.vimeo.com/external/191636228.sd.mp4?s=336cbf2c81a05eb6624f63df92056e5bf3a9f933&profile_id=164' controls></video>
  326.  
  327.     </center>
  328.     <button class='footer'>Footer</button>
  329.   </section>
  330.  
  331. </body>
  332. </html>
  333.  
  334.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement