https://praser.net/

ID de l'analyse :
dc0af800-4859-4643-907e-d8a904b70f9eTerminée
URL soumise :
https://praser.net/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 6 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject
hideFooterfunction

Messages de journal de console : 0 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html lang="en"><head>
    <title>Home | ikgron</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" href="/res/images/favicon.png" type="image/x-icon">
    <link rel="apple-touch-icon" href="/res/images/favicon.png" sizes="180x180">
    <link rel="stylesheet" href="/res/bootstrap/css/bootstrap.min.css">
    <script src="/res/bootstrap/js/bootstrap.bundle.min.js"></script>
    <meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline';">
    <style>
      /* Global */
      @font-face {
          font-family: 'Aldrich Regular';
          src: url('/res/fonts/Aldrich-Regular.ttf');
      }
      
      body {
          background-color: black;
          font-family: 'Aldrich Regular', monospace;
      }
      
      h1, h2, p {
          color: white;
      }
      
      h1 {
          font-size: 30px;
          margin-top: 7rem;
      }
      
      h2 {
          font-size: 20px;
      }
      
      hr {
          border-bottom: 2px solid #0E57ED;
          margin-top: 11rem;
          opacity: 1;
      }
      
      html {
          ::-webkit-scrollbar {
              display: none; /* Chrome, Safari */
          }
          -ms-overflow-style: none; /* IE, Edge */
          scrollbar-width: none; /* Firefox */
      }
      
      button {
          background-color: lightgray;
          border: 2px outset grey;
      }
      
      .email {
          text-decoration: underline; 
          color: #0E57ED;
      }
      
      
      /* Contact */
      .icon {
          margin: 2rem;
          filter: invert(1);
          height: 50px;
          width: 50px;
          user-select: none;
          -webkit-user-select: none;
      }
      
      /* List Sorter */
      textarea.form-control,
      textarea.form-control:focus {
          background-color: black;
          color: white;
          height: 16rem;
          border: 1px solid white;
          resize: none;
          cursor: default;
          font-size: 20px;
          padding: 0.5rem;
          margin-top: 1rem;
      }
      
      textarea.form-control[readonly] {
          cursor: default;
      }
      
      #copyButton {
          margin-bottom: 3rem;
      }
      
      #toolsButton {
          font-size: 20px;
          padding: 2rem;
          height: auto;
          margin: 1rem;
      }
      
      @media (hover: hover) and (pointer: fine) {
          .btn.bttn:hover,
          #sortMethod:hover,
          #toolsButton:hover {
              transform-origin: center;
              color: black;
              border: 2px solid #0E57ED;
              background-color: #0E57ED;
          }
      }
      
      .btn.bttn {
          background-color: black;
          color: #0E57ED;
          font-size: 20px;
          border: 2px solid #0E57ED;
          border-radius: 5px;
          text-align: center;
          vertical-align: top;
          box-sizing: border-box;
          transition: color 0.3s, border 0.3s, background-color 0.3s;
      }
      
      .list-button {
          margin: 1rem;
          height: 3rem;
      }
      
      .placeholder1::placeholder {
          color: #999;
      }
      
      /* Navbar */
      .nav-link,
      .navbar-brand,
      .dropdown-item {
          color: white;
          transition: color 0.3s;
      }
      
      .nav-link:focus,
      .nav-link:hover,
      .navbar-brand:hover {
          color: #0E57ED;
          text-decoration: underline;
      }
      
      .navbar-nav:hover .nav-item.dropdown:hover .dropdown-menu {
          display: block;
      }
      
      .dropdown-item:hover {
          background-color: #0E57ED;
          color: white;
          transition: background-color 0.3s;
      }
      
      .navbar-toggler-icon {
          background-image: url(data:image/svg+xml,%3csvg xmlns=`http://www.w3.org/2000/svg` viewBox=`0 0 30 30`%3e%3cpath stroke=`white` stroke-linecap=`round` stroke-miterlimit=`10` stroke-width=`1` d=`M4 7h22M4 15h22M4 23h22`/%3e%3c/svg%3e);
          -webkit-filter: brightness(400);
          filter: brightness(400);
      }
      
      nav {
          background-color: black;
          border-bottom: 2px solid #0E57ED;
      }
      
      a.nav-link {
          padding-left: 1rem;
          font-size: 30px;
      }
      
      ul.navbar-nav {
          margin-left: auto;
          margin-right: 1rem;
      }
      
      .nav-item a.nav-link {
          padding-left: 1rem;
          font-size: 30px;
      }
      
      .dropdown-menu {
          right: 0;
          background-color: black;
      }
      
      .dropdown-item {
          padding-left: 1rem;
          font-size: 30px;
      }
      
      nav img {
          width: 2rem;
          height: 2rem;
          margin-right: 0.3vh;
          filter: invert(0);
      }
      
      nav img:hover {
      }
      
      
      /* Footer */
      footer.footer {
          background-color: black;
          display: none;
      }
      
      footer.footer div {
          border: 1px solid white;
          border-radius: 5px;
          padding: 1rem;
          display: inline-block;
      }
      
      footer.footer h1.text-light {
          font-size: 20px;
          vertical-align: middle;
          display: inline;
      }
      
      footer.footer button.bttn.btn-sm {
          margin-left: 1rem;
          height: calc(20px + 0.5rem);
          vertical-align: middle;
          padding: 0 20px;
          line-height: 20px;
          color: black;
      }
      
      
      /* Portfolio */
      .portfolio-grid {
          display: flex;
          flex-wrap: wrap;
          margin-top: 11rem;
          gap: 2rem;
          margin-left: 1rem;
          margin-right: 1rem;
          justify-content: center;
      }
      
      .portfolio-item {
          width: 350px;
          border: 2px solid white;
          border-radius: 5px;
          overflow: hidden;
          text-align: center;
          background: black;
          transition: border 0.3s ease-in-out;
      }
      
      .portfolio-info h1 {
          font-size: 30px;
      }
      
      .portfolio-item a {
          display: block;
          text-decoration: none;
      }
      
      .portfolio-item:hover {
          border: 2px solid #0E57ED;
      }
      
      .portfolio-item img {
          display: block;
          width: 100%;
          height: 10rem;
          transition: opacity 0.3s ease-in-out;
      }
      
      .portfolio-info {
          padding: 10px;
      }
      
      .portfolio-info p {
          font-size: 20px;
          color: white;
      }
      
      
      /* Snowflakes */
      .snowflake {
          background: white;
          border-radius: 50%;
          position: absolute;
          top: -10vh; 
          z-index: -1;
          animation: snowfall linear infinite;
          filter: blur(1px);
      }
      
      @keyframes snowfall {
          0% {
              transform: translate3d(var(--left-ini), 0, 0);
          }
          100% {
              transform: translate3d(var(--left-end), 110vh, 0);
          }
      }
      
    </style>
    </head><body><div class="snowflake" style="--left-ini: 4.1327936535615795vw; 
        --left-end: 1.097096099953987vw; 
        width: 8.059683179476625px; 
        height: 8.059683179476625px; 
        opacity: 0.5946396437741513; 
        left: 78.33564567069655vw; 
        animation-duration: 16.313396362730458s; 
        animation-delay: -7.721513788554866s;"></div>
    <div class="snowflake" style="--left-ini: 7.6438575242407865vw; 
        --left-end: 0.8383285462771752vw; 
        width: 5.67644228081538px; 
        height: 5.67644228081538px; 
        opacity: 0.6502003529344271; 
        left: 37.90287807537762vw; 
        animation-duration: 22.317431268027097s; 
        animation-delay: -9.41971900842508s;"></div>
    <div class="snowflake" style="--left-ini: -3.406719346339404vw; 
        --left-end: -8.989686422145402vw; 
        width: 8.86376894556678px; 
        height: 8.86376894556678px; 
        opacity: 0.6182934372850949; 
        left: 51.80428749117032vw; 
        animation-duration: 24.632881135541076s; 
        animation-delay: -1.361614149190573s;"></div>
    <div class="snowflake" style="--left-ini: 2.2325240066470275vw; 
        --left-end: -4.606617256590724vw; 
        width: 9.68435980331773px; 
        height: 9.68435980331773px; 
        opacity: 0.9490709503493052; 
        left: 67.47716459351763vw; 
        animation-duration: 12.443582839925124s; 
        animation-delay: -6.038652610454617s;"></div>
    <div class="snowflake" style="--left-ini: 2.1998856948506216vw; 
        --left-end: -4.4366383150777144vw; 
        width: 13.72296403219484px; 
        height: 13.72296403219484px; 
        opacity: 0.8091871188925036; 
        left: 3.094628703097335vw; 
        animation-duration: 17.02750518444276s; 
        animation-delay: -8.632274617108608s;"></div>
    <div class="snowflake" style="--left-ini: -8.648434421263378vw; 
        --left-end: 1.3502243754341023vw; 
        width: 11.498197615055972px; 
        height: 11.498197615055972px; 
        opacity: 0.9179843944534507; 
        left: 65.64396330048214vw; 
        animation-duration: 9.56569279044533s; 
        animation-delay: -7.491561468342196s;"></div>
    <div class="snowflake" style="--left-ini: 7.771143254254149vw; 
        --left-end: -4.340454700856005vw; 
        width: 14.464278874352718px; 
        height: 14.464278874352718px; 
        opacity: 0.6133772914990964; 
        left: 62.263190086847196vw; 
        animation-duration: 11.445617228289091s; 
        animation-delay: -3.3103898046223335s;"></div>
    <div class="snowflake" style="--left-ini: -9.19660018454952vw; 
        --left-end: 0.803485768824185vw; 
        width: 13.57414185112184px; 
        height: 13.57414185112184px; 
        opacity: 0.8637505434044812; 
        left: 22.944676514786245vw; 
        animation-duration: 27.811793722126406s; 
        animation-delay: -4.716369359052233s;"></div>
    <div class="snowflake" style="--left-ini: 0.7988212540881676vw; 
        --left-end: -1.8196994717087165vw; 
        width: 8.57639057123356px; 
        height: 8.57639057123356px; 
        opacity: 0.5245572258828375; 
        left: 49.48508319565421vw; 
        animation-duration: 14.231829140181905s; 
        animation-delay: -8.434949545984631s;"></div>
    <div class="snowflake" style="--left-ini: -7.555435371643164vw; 
        --left-end: 3.575860067537562vw; 
        width: 13.503373468188673px; 
        height: 13.503373468188673px; 
        opacity: 0.7422416319697488; 
        left: 6.477003846055562vw; 
        animation-duration: 13.963117082540837s; 
        animation-delay: -1.0514254919214272s;"></div>
    <div class="snowflake" style="--left-ini: 5.699703705221765vw; 
        --left-end: -0.7853999348314069vw; 
        width: 13.482256781839762px; 
        height: 13.482256781839762px; 
        opacity: 0.7924548214795317; 
        left: 17.498981375113697vw; 
        animation-duration: 19.993010195190088s; 
        animation-delay: -2.9260543990173726s;"></div>
    <div class="snowflake" style="--left-ini: 8.73671639417708vw; 
        --left-end: -6.380423445094494vw; 
        width: 11.902989194635449px; 
        height: 11.902989194635449px; 
        opacity: 0.6449773977334657; 
        left: 47.677700193241044vw; 
        animation-duration: 14.124297998256854s; 
        animation-delay: -4.348149865442998s;"></div>
    <div class="snowflake" style="--left-ini: -4.380539362191667vw; 
        --left-end: -9.71315169566438vw; 
        width: 11.342890944009243px; 
        height: 11.342890944009243px; 
        opacity: 0.9573382357853267; 
        left: 36.45048113021421vw; 
        animation-duration: 36.72140385649094s; 
        animation-delay: -3.0706414041091956s;"></div>
    <div class="snowflake" style="--left-ini: -2.1849182173749115vw; 
        --left-end: -6.616071250312405vw; 
        width: 13.499213973631912px; 
        height: 13.499213973631912px; 
        opacity: 0.7590041421555045; 
        left: 12.884898408633937vw; 
        animation-duration: 31.70344772492732s; 
        animation-delay: -2.2661350660642143s;"></div>
    <div class="snowflake" style="--left-ini: -6.742776047850905vw; 
        --left-end: -7.1306306633381356vw; 
        width: 12.169840428616236px; 
        height: 12.169840428616236px; 
        opacity: 0.8026749775475986; 
        left: 54.752597776455644vw; 
        animation-duration: 14.275965236808668s; 
        animation-delay: -8.546215033283897s;"></div>
    <div class="snowflake" style="--left-ini: 5.301255845029527vw; 
        --left-end: 2.573845245309121vw; 
        width: 10.780660534195984px; 
        height: 10.780660534195984px; 
        opacity: 0.8243760086311235; 
        left: 53.51981594865427vw; 
        animation-duration: 18.076340762201305s; 
        animation-delay: -6.288110438183054s;"></div>
    <div class="snowflake" style="--left-ini: -9.263150674049978vw; 
        --left-end: 8.604181770273254vw; 
        width: 10.058784105768503px; 
        height: 10.058784105768503px; 
        opacity: 0.7961898263854946; 
        left: 28.05683332814177vw; 
        animation-duration: 13.794535961619857s; 
        animation-delay: -0.7683489110729069s;"></div>
    <div class="snowflake" style="--left-ini: -9.535084374049351vw; 
        --left-end: -8.248119516963111vw; 
        width: 14.88659760648748px; 
        height: 14.88659760648748px; 
        opacity: 0.8201272984920246; 
        left: 85.82527398459897vw; 
        animation-duration: 30.297374069985235s; 
        animation-delay: -7.069455832808627s;"></div>
    <div class="snowflake" style="--left-ini: -4.4920801815299205vw; 
        --left-end: 3.029032929628297vw; 
        width: 11.173963427360851px; 
        height: 11.173963427360851px; 
        opacity: 0.5837946171741049; 
        left: 37.02758575334884vw; 
        animation-duration: 30.444421072869122s; 
        animation-delay: -7.080317513590561s;"></div>
    <div class="snowflake" style="--left-ini: 2.347779621736512vw; 
        --left-end: 9.031196907370365vw; 
        width: 13.967562400442679px; 
        height: 13.967562400442679px; 
        opacity: 0.6011739325929139; 
        left: 64.51077578376763vw; 
        animation-duration: 17.77759990871413s; 
        animation-delay: -5.617525781962711s;"></div>
    <div class="snowflake" style="--left-ini: 5.826783262641722vw; 
        --left-end: -1.3660508068496249vw; 
        width: 9.039572409841366px; 
        height: 9.039572409841366px; 
        opacity: 0.975541622080509; 
        left: 95.70136491074868vw; 
        animation-duration: 12.667835467413063s; 
        animation-delay: -3.666341450324062s;"></div>
    <div class="snowflake" style="--left-ini: 3.2992869116720147vw; 
        --left-end: -0.2548105744360196vw; 
        width: 8.921105134753626px; 
        height: 8.921105134753626px; 
        opacity: 0.8717066408610326; 
        left: 55.34362362565015vw; 
        animation-duration: 28.599223083158847s; 
        animation-delay: -5.642080720743463s;"></div>
    <div class="snowflake" style="--left-ini: -6.35354461066838vw; 
        --left-end: -8.878899236356755vw; 
        width: 11.13634667786037px; 
        height: 11.13634667786037px; 
        opacity: 0.8673596589867266; 
        left: 5.002011822923791vw; 
        animation-duration: 22.03772793962978s; 
        animation-delay: -5.983810329216732s;"></div>
    <div class="snowflake" style="--left-ini: -7.339252076541789vw; 
        --left-end: -3.568065629780701vw; 
        width: 12.425907919000036px; 
        height: 12.425907919000036px; 
        opacity: 0.6319144714773217; 
        left: 80.4899712908341vw; 
        animation-duration: 20.749926585100233s; 
        animation-delay: -6.495354794954348s;"></div>
    <div class="snowflake" style="--left-ini: 6.339043463545021vw; 
        --left-end: -0.8573932752470661vw; 
        width: 10.867711434571541px; 
        height: 10.867711434571541px; 
        opacity: 0.6611346648410065; 
        left: 30.569855010566837vw; 
        animation-duration: 9.425188437323314s; 
        animation-delay: -3.1768443631912513s;"></div>
    <div class="snowflake" style="--left-ini: 4.455683764660044vw; 
        --left-end: -4.1216844669816055vw; 
        width: 13.048254040977227px; 
        height: 13.048254040977227px; 
        opacity: 0.8796195310863693; 
        left: 48.72110029456829vw; 
        animation-duration: 29.968014846754357s; 
        animation-delay: -6.370701005567705s;"></div>
    <div class="snowflake" style="--left-ini: 7.7971216371008545vw; 
        --left-end: -8.52365323781596vw; 
        width: 7.80017730452095px; 
        height: 7.80017730452095px; 
        opacity: 0.6979560514739818; 
        left: 33.965231467439814vw; 
        animation-duration: 11.964035656976053s; 
        animation-delay: -1.735521669608353s;"></div>
    <div class="snowflake" style="--left-ini: -5.807100401676832vw; 
        --left-end: -4.586039502231958vw; 
        width: 14.26165922865313px; 
        height: 14.26165922865313px; 
        opacity: 0.6443444119585061; 
        left: 49.67991255877169vw; 
        animation-duration: 33.19858314013396s; 
        animation-delay: -9.456197526659729s;"></div>
    <div class="snowflake" style="--left-ini: 2.9408712727109343vw; 
        --left-end: 4.576535427813834vw; 
        width: 5.428747402104348px; 
        height: 5.428747402104348px; 
        opacity: 0.9885559949349886; 
        left: 42.467502586003vw; 
        animation-duration: 16.118314285678373s; 
        animation-delay: -7.780157570721928s;"></div>
    <div class="snowflake" style="--left-ini: -5.814929709795882vw; 
        --left-end: -9.497168376893491vw; 
        width: 14.280410385832873px; 
        height: 14.280410385832873px; 
        opacity: 0.5315581743375498; 
        left: 33.577440666846805vw; 
        animation-duration: 30.583380335255885s; 
        animation-delay: -6.030525383321475s;"></div>
    <div class="snowflake" style="--left-ini: -9.401387711649413vw; 
        --left-end: -0.9757039742930154vw; 
        width: 8.880249441291678px; 
        height: 8.880249441291678px; 
        opacity: 0.7626534485930013; 
        left: 36.798993379746705vw; 
        animation-duration: 28.1994429864785s; 
        animation-delay: -5.829385919993846s;"></div>
    <div class="snowflake" style="--left-ini: 8.8722929976174vw; 
        --left-end: 9.137815948486008vw; 
        width: 12.852403006035884px; 
        height: 12.852403006035884px; 
        opacity: 0.8075125416370255; 
        left: 7.218194436364378vw; 
        animation-duration: 16.666986803169255s; 
        animation-delay: -5.2434387661269s;"></div>
    <div class="snowflake" style="--left-ini: 8.67777637410893vw; 
        --left-end: -9.427821318959072vw; 
        width: 12.903126801127605px; 
        height: 12.903126801127605px; 
        opacity: 0.8797053918436432; 
        left: 10.131837876882166vw; 
        animation-duration: 16.90465349709814s; 
        animation-delay: -9.462506348199744s;"></div>
    <div class="snowflake" style="--left-ini: -2.8758477803041993vw; 
        --left-end: 7.157973661563467vw; 
        width: 7.544295316230915px; 
        height: 7.544295316230915px; 
        opacity: 0.5194598779957835; 
        left: 72.7774776000625vw; 
        animation-duration: 19.599301473658706s; 
        animation-delay: -9.896667310876985s;"></div>
    <div class="snowflake" style="--left-ini: 9.38832267504877vw; 
        --left-end: 9.981643360649741vw; 
        width: 11.765730523228118px; 
        height: 11.765730523228118px; 
        opacity: 0.8223693099341075; 
        left: 91.88775121206348vw; 
        animation-duration: 18.701528354925316s; 
        animation-delay: -4.4526968228572965s;"></div>
    <div class="snowflake" style="--left-ini: -8.121641388309655vw; 
        --left-end: -3.6892245725910433vw; 
        width: 7.778312010519553px; 
        height: 7.778312010519553px; 
        opacity: 0.8436246077155377; 
        left: 22.14067698136859vw; 
        animation-duration: 34.35434703563466s; 
        animation-delay: -0.58515635824129s;"></div>
    <div class="snowflake" style="--left-ini: 9.578148477451137vw; 
        --left-end: -7.814172441397731vw; 
        width: 9.047174383200197px; 
        height: 9.047174383200197px; 
        opacity: 0.6246413412689283; 
        left: 44.28718919692507vw; 
        animation-duration: 21.468796445701734s; 
        animation-delay: -9.867132382073825s;"></div>
    <div class="snowflake" style="--left-ini: -5.416979506656885vw; 
        --left-end: 5.697626462039459vw; 
        width: 7.997902703900655px; 
        height: 7.997902703900655px; 
        opacity: 0.986146937161928; 
        left: 84.42771729735455vw; 
        animation-duration: 31.331431471225557s; 
        animation-delay: -1.2349881053690726s;"></div>
    <div class="snowflake" style="--left-ini: 7.9216614777153715vw; 
        --left-end: -0.09575603005997024vw; 
        width: 10.98332134029242px; 
        height: 10.98332134029242px; 
        opacity: 0.850199323837418; 
        left: 13.078379327069634vw; 
        animation-duration: 20.03404835247111s; 
        animation-delay: -4.191713926810159s;"></div>
    <div class="snowflake" style="--left-ini: -3.3877243231039067vw; 
        --left-end: -9.88763259173699vw; 
        width: 6.065099879382143px; 
        height: 6.065099879382143px; 
        opacity: 0.7207232025405387; 
        left: 48.40361003271312vw; 
        animation-duration: 29.29249378125379s; 
        animation-delay: -0.6478687006866202s;"></div>
    <div class="snowflake" style="--left-ini: -8.372016919831724vw; 
        --left-end: 5.324142351689062vw; 
        width: 14.650678624852919px; 
        height: 14.650678624852919px; 
        opacity: 0.619935523075136; 
        left: 60.33397508133835vw; 
        animation-duration: 11.048383024280495s; 
        animation-delay: -0.5498061536298793s;"></div>
    <div class="snowflake" style="--left-ini: 6.055837883514098vw; 
        --left-end: 9.578704550601394vw; 
        width: 13.38056259597126px; 
        height: 13.38056259597126px; 
        opacity: 0.6375012693774125; 
        left: 89.79896583478417vw; 
        animation-duration: 26.440771539498304s; 
        animation-delay: -5.9723469795371535s;"></div>
    <div class="snowflake" style="--left-ini: 3.627286040258033vw; 
        --left-end: -7.749476565101561vw; 
        width: 7.6330982191600105px; 
        height: 7.6330982191600105px; 
        opacity: 0.9279444954820373; 
        left: 40.96295986825558vw; 
        animation-duration: 21.17261328818895s; 
        animation-delay: -5.749286391300479s;"></div>
    <div class="snowflake" style="--left-ini: -5.56055794122821vw; 
        --left-end: 6.46194531774136vw; 
        width: 11.457727060623306px; 
        height: 11.457727060623306px; 
        opacity: 0.661301405404476; 
        left: 79.7648637811457vw; 
        animation-duration: 36.53160852169157s; 
        animation-delay: -1.2561238051094437s;"></div>
    <div class="snowflake" style="--left-ini: 4.631320227542002vw; 
        --left-end: -9.619100782446726vw; 
        width: 5.377246844813486px; 
        height: 5.377246844813486px; 
        opacity: 0.7085329691259118; 
        left: 17.98718743958434vw; 
        animation-duration: 11.427918497533398s; 
        animation-delay: -8.819662056267914s;"></div>
    <div class="snowflake" style="--left-ini: 1.3149558096794465vw; 
        --left-end: 8.843840805782285vw; 
        width: 13.05365031069452px; 
        height: 13.05365031069452px; 
        opacity: 0.829225500896004; 
        left: 46.8507709141706vw; 
        animation-duration: 26.83024681748214s; 
        animation-delay: -3.5632849436771608s;"></div>
    <div class="snowflake" style="--left-ini: -3.098911551395238vw; 
        --left-end: 6.005609168161708vw; 
        width: 5.872235042989587px; 
        height: 5.872235042989587px; 
        opacity: 0.9871945375202573; 
        left: 71.69759615244237vw; 
        animation-duration: 7.9221818092828356s; 
        animation-delay: -0.29719446259584004s;"></div>
    <div class="snowflake" style="--left-ini: 7.573842247648713vw; 
        --left-end: 8.895408889517764vw; 
        width: 14.748178382719551px; 
        height: 14.748178382719551px; 
        opacity: 0.5451417628724531; 
        left: 73.8245550537707vw; 
        animation-duration: 11.27571770573871s; 
        animation-delay: -1.72308682450113s;"></div>
    <div class="snowflake" style="--left-ini: -9.081565701400635vw; 
        --left-end: -5.199890710229029vw; 
        width: 14.564589705465803px; 
        height: 14.564589705465803px; 
        opacity: 0.6321016673100772; 
        left: 42.936083219798896vw; 
        animation-duration: 35.51440304722004s; 
        animation-delay: -5.955283986595505s;"></div>
    <div class="snowflake" style="--left-ini: -7.219943932628636vw; 
        --left-end: 3.0654449535700223vw; 
        width: 7.86097336309417px; 
        height: 7.86097336309417px; 
        opacity: 0.552421865407616; 
        left: 56.36429168815056vw; 
        animation-duration: 11.088815697664424s; 
        animation-delay: -9.44549355857098s;"></div>
    <div class="snowflake" style="--left-ini: -8.905941811210859vw; 
        --left-end: 5.427012655181311vw; 
        width: 13.664424826029549px; 
        height: 13.664424826029549px; 
        opacity: 0.6873065994566644; 
        left: 70.75619168745078vw; 
        animation-duration: 22.229178120954803s; 
        animation-delay: -3.9323447478092888s;"></div>
    <div class="snowflake" style="--left-ini: 2.0184606155657256vw; 
        --left-end: -1.3477172906069068vw; 
        width: 10.7313996203692px; 
        height: 10.7313996203692px; 
        opacity: 0.726672127496149; 
        left: 36.20682408076175vw; 
        animation-duration: 34.765438285169694s; 
        animation-delay: -6.334002186545826s;"></div>
    <div class="snowflake" style="--left-ini: 6.850463262077312vw; 
        --left-end: 5.798819338487956vw; 
        width: 5.031222293370479px; 
        height: 5.031222293370479px; 
        opacity: 0.8326509067523465; 
        left: 61.12232861538154vw; 
        animation-duration: 9.059980151022685s; 
        animation-delay: -7.2807079417723735s;"></div>
    <div class="snowflake" style="--left-ini: -8.26314015192786vw; 
        --left-end: -1.2520262447139796vw; 
        width: 8.45264724592701px; 
        height: 8.45264724592701px; 
        opacity: 0.8151747698173281; 
        left: 84.56154258531747vw; 
        animation-duration: 29.42763004740739s; 
        animation-delay: -1.66515111115916s;"></div>
    <div class="snowflake" style="--left-ini: 2.1421939641802865vw; 
        --left-end: -6.489759218891935vw; 
        width: 5.249570008736455px; 
        height: 5.249570008736455px; 
        opacity: 0.8277416932908352; 
        left: 75.65237065540688vw; 
        animation-duration: 14.8488004299119s; 
        animation-delay: -7.1582706510446386s;"></div>
    <div class="snowflake" style="--left-ini: -1.8397319092336453vw; 
        --left-end: 8.965094041009483vw; 
        width: 6.706734066087305px; 
        height: 6.706734066087305px; 
        opacity: 0.6134852526020644; 
        left: 86.36509390804285vw; 
        animation-duration: 19.7865091443077s; 
        animation-delay: -7.900956051223719s;"></div>
    <div class="snowflake" style="--left-ini: 4.463254313124686vw; 
        --left-end: 9.994653838275504vw; 
        width: 14.318560406334965px; 
        height: 14.318560406334965px; 
        opacity: 0.8130902815125981; 
        left: 79.31407410981177vw; 
        animation-duration: 16.034463841173263s; 
        animation-delay: -6.848790759282717s;"></div>
    <div class="snowflake" style="--left-ini: 7.107029649091171vw; 
        --left-end: -4.629970133143768vw; 
        width: 8.444557429328295px; 
        height: 8.444557429328295px; 
        opacity: 0.7909360809183925; 
        left: 45.835308086877966vw; 
        animation-duration: 18.720033494432826s; 
        animation-delay: -7.013887951837942s;"></div>
    <div class="snowflake" style="--left-ini: -7.710221577240173vw; 
        --left-end: -8.671606086897278vw; 
        width: 12.738759702769954px; 
        height: 12.738759702769954px; 
        opacity: 0.7594119110034772; 
        left: 10.5352665887265vw; 
        animation-duration: 23.005172722059505s; 
        animation-delay: -6.618317645678962s;"></div>
    <div class="snowflake" style="--left-ini: 0.46391531359908456vw; 
        --left-end: 2.2767583314435704vw; 
        width: 11.895786740964414px; 
        height: 11.895786740964414px; 
        opacity: 0.5167401133275467; 
        left: 88.4267874931764vw; 
        animation-duration: 8.996229452067029s; 
        animation-delay: -4.807653329113204s;"></div>
    <div class="snowflake" style="--left-ini: -1.615028886783918vw; 
        --left-end: -7.748286209829978vw; 
        width: 7.527811129029929px; 
        height: 7.527811129029929px; 
        opacity: 0.604347023598394; 
        left: 32.19773388636551vw; 
        animation-duration: 20.813144530687037s; 
        animation-delay: -7.861008217818832s;"></div>
    <div class="snowflake" style="--left-ini: -8.029118683216252vw; 
        --left-end: 9.825041650940115vw; 
        width: 12.603796299843893px; 
        height: 12.603796299843893px; 
        opacity: 0.5202252458666726; 
        left: 52.79925267186228vw; 
        animation-duration: 22.94091726514306s; 
        animation-delay: -8.440686045603265s;"></div>
    <div class="snowflake" style="--left-ini: 1.7667336807765555vw; 
        --left-end: -6.8236529827433vw; 
        width: 12.569953560492168px; 
        height: 12.569953560492168px; 
        opacity: 0.9325216301793101; 
        left: 95.95096157607932vw; 
        animation-duration: 12.684265030989524s; 
        animation-delay: -1.2940241662356167s;"></div>
    <div class="snowflake" style="--left-ini: 1.1954699206625783vw; 
        --left-end: -7.391176879524219vw; 
        width: 5.927707252245938px; 
        height: 5.927707252245938px; 
        opacity: 0.8337131254374714; 
        left: 66.38886624600948vw; 
        animation-duration: 14.1443988858814s; 
        animation-delay: -7.404957582608911s;"></div>
    <div class="snowflake" style="--left-ini: 0.8762382868286878vw; 
        --left-end: 2.086486321739166vw; 
        width: 13.569512182326601px; 
        height: 13.569512182326601px; 
        opacity: 0.6707507320951096; 
        left: 74.54657415883344vw; 
        animation-duration: 28.945293329444056s; 
        animation-delay: -0.45148751709782164s;"></div>
    <div class="snowflake" style="--left-ini: -1.9690768545556114vw; 
        --left-end: -8.433935898724553vw; 
        width: 10.887098904053126px; 
        height: 10.887098904053126px; 
        opacity: 0.8299963910715286; 
        left: 82.52639569608901vw; 
        animation-duration: 29.63939954769209s; 
        animation-delay: -6.8521511906506305s;"></div>
    <div class="snowflake" style="--left-ini: 7.380803612066238vw; 
        --left-end: 5.4573309404848835vw; 
        width: 8.923604636233266px; 
        height: 8.923604636233266px; 
        opacity: 0.7367762246129769; 
        left: 26.312368068821556vw; 
        animation-duration: 36.54762240806379s; 
        animation-delay: -3.273206212592956s;"></div>
    <div class="snowflake" style="--left-ini: 2.1953094547654786vw; 
        --left-end: -7.798042645403442vw; 
        width: 8.538750861502715px; 
        height: 8.538750861502715px; 
        opacity: 0.6285953608472137; 
        left: 4.692806905130809vw; 
        animation-duration: 8.163601834628833s; 
        animation-delay: -3.7987261671820627s;"></div>
    <div class="snowflake" style="--left-ini: 6.354862912691463vw; 
        --left-end: 9.420302557584442vw; 
        width: 9.251630459973564px; 
        height: 9.251630459973564px; 
        opacity: 0.8945489761219296; 
        left: 32.12866003677255vw; 
        animation-duration: 20.595185549308408s; 
        animation-delay: -7.5247136854717045s;"></div>
    <div class="snowflake" style="--left-ini: 4.27376615569392vw; 
        --left-end: 3.446031926172214vw; 
        width: 10.86783654076018px; 
        height: 10.86783654076018px; 
        opacity: 0.5592618834874237; 
        left: 11.797828923281074vw; 
        animation-duration: 35.124982386990816s; 
        animation-delay: -6.194809494594056s;"></div>
    <div class="snowflake" style="--left-ini: 5.217747273383729vw; 
        --left-end: 1.606696488466298vw; 
        width: 5.60689218307898px; 
        height: 5.60689218307898px; 
        opacity: 0.752374996757292; 
        left: 84.69196582971448vw; 
        animation-duration: 8.549896609162593s; 
        animation-delay: -3.6188480293173853s;"></div>
    <div class="snowflake" style="--left-ini: -3.082216439607195vw; 
        --left-end: 9.691597494080789vw; 
        width: 7.2489587981928345px; 
        height: 7.2489587981928345px; 
        opacity: 0.5220562278422632; 
        left: 28.524762058240995vw; 
        animation-duration: 12.253634502201683s; 
        animation-delay: -2.2894226667730577s;"></div>
    <div class="snowflake" style="--left-ini: 6.896410555504126vw; 
        --left-end: 7.471236384019761vw; 
        width: 11.783447190697853px; 
        height: 11.783447190697853px; 
        opacity: 0.5630189152206466; 
        left: 46.86148928110081vw; 
        animation-duration: 12.138323045093385s; 
        animation-delay: -9.539502915054577s;"></div>
    <div class="snowflake" style="--left-ini: 6.16105305412799vw; 
        --left-end: -2.1435812016570033vw; 
        width: 7.939951554586269px; 
        height: 7.939951554586269px; 
        opacity: 0.8059646619912622; 
        left: 43.127435233026vw; 
        animation-duration: 20.217528736770433s; 
        animation-delay: -5.3782306486814395s;"></div>
    <div class="snowflake" style="--left-ini: -3.9482505051329397vw; 
        --left-end: 8.719523473485804vw; 
        width: 10.821536070596181px; 
        height: 10.821536070596181px; 
        opacity: 0.7579390305285354; 
        left: 84.69150797904285vw; 
        animation-duration: 24.571020127374258s; 
        animation-delay: -7.569570243208849s;"></div>
    <div class="snowflake" style="--left-ini: -7.29145591516009vw; 
        --left-end: -4.648534896182905vw; 
        width: 7.538886201237953px; 
        height: 7.538886201237953px; 
        opacity: 0.7881706712281202; 
        left: 28.572227034918708vw; 
        animation-duration: 31.730284654864903s; 
        animation-delay: -7.729429376261187s;"></div>
    <div class="snowflake" style="--left-ini: -0.8045197144443748vw; 
        --left-end: 6.815899381927753vw; 
        width: 12.733338025124855px; 
        height: 12.733338025124855px; 
        opacity: 0.7679202517790182; 
        left: 45.606337365953166vw; 
        animation-duration: 15.813878390269771s; 
        animation-delay: -1.2717636733087945s;"></div>
    <div class="snowflake" style="--left-ini: 9.992382754277106vw; 
        --left-end: 5.099450777736907vw; 
        width: 10.754403391551243px; 
        height: 10.754403391551243px; 
        opacity: 0.9388910134649443; 
        left: 97.22744763967295vw; 
        animation-duration: 33.61816362228889s; 
        animation-delay: -4.1892903514417075s;"></div>
    <div class="snowflake" style="--left-ini: 1.127466471058721vw; 
        --left-end: -4.1652893573874294vw; 
        width: 12.501826101712645px; 
        height: 12.501826101712645px; 
        opacity: 0.9211935853533191; 
        left: 64.83823957969443vw; 
        animation-duration: 27.09822317573408s; 
        animation-delay: -6.99142381274886s;"></div>
    <div class="snowflake" style="--left-ini: -7.524927173198637vw; 
        --left-end: -8.030732964385683vw; 
        width: 9.51093316602389px; 
        height: 9.51093316602389px; 
        opacity: 0.5230170433943113; 
        left: 29.487091956860567vw; 
        animation-duration: 12.871850141761962s; 
        animation-delay: -8.076095554815566s;"></div>
    <div class="snowflake" style="--left-ini: -3.0915163732011264vw; 
        --left-end: 3.3707521607272373vw; 
        width: 6.1761622068378745px; 
        height: 6.1761622068378745px; 
        opacity: 0.6019981034536251; 
        left: 8.324872086760982vw; 
        animation-duration: 30.131082045928995s; 
        animation-delay: -7.6442142275158s;"></div>
    <div class="snowflake" style="--left-ini: -4.2692846079878555vw; 
        --left-end: 8.04392528201734vw; 
        width: 8.900959802187284px; 
        height: 8.900959802187284px; 
        opacity: 0.5024109103969857; 
        left: 35.46136339069164vw; 
        animation-duration: 30.42700918438985s; 
        animation-delay: -6.243894968746037s;"></div>
    <div class="snowflake" style="--left-ini: -9.725086462923048vw; 
        --left-end: -1.9401189156819463vw; 
        width: 7.539837486088807px; 
        height: 7.539837486088807px; 
        opacity: 0.7563017377427136; 
        left: 63.497721289072096vw; 
        animation-duration: 23.232028073181098s; 
        animation-delay: -5.760348375820978s;"></div>
    <div class="snowflake" style="--left-ini: -4.098703759547284vw; 
        --left-end: -7.3356472469432354vw; 
        width: 13.903745125783441px; 
        height: 13.903745125783441px; 
        opacity: 0.9709479420740895; 
        left: 64.26412600620361vw; 
        animation-duration: 18.788741963613905s; 
        animation-delay: -7.818490911327924s;"></div>
    <div class="snowflake" style="--left-ini: 1.645394427750917vw; 
        --left-end: -9.229095315181777vw; 
        width: 7.536057332914748px; 
        height: 7.536057332914748px; 
        opacity: 0.7155279933221083; 
        left: 83.26102225986376vw; 
        animation-duration: 26.442880296927445s; 
        animation-delay: -4.894481698128066s;"></div>
    <div class="snowflake" style="--left-ini: 5.620663905386678vw; 
        --left-end: -7.24472588847374vw; 
        width: 8.660684706604417px; 
        height: 8.660684706604417px; 
        opacity: 0.9314002710382591; 
        left: 46.27922149417074vw; 
        animation-duration: 23.893262511176808s; 
        animation-delay: -8.148762547574872s;"></div>
    <div class="snowflake" style="--left-ini: 9.773187940193154vw; 
        --left-end: -0.8381506453831022vw; 
        width: 11.71451211669795px; 
        height: 11.71451211669795px; 
        opacity: 0.7732862245698923; 
        left: 95.12525347979086vw; 
        animation-duration: 19.792087833273925s; 
        animation-delay: -9.060294601666834s;"></div>
    <div class="snowflake" style="--left-ini: -1.2910758574656747vw; 
        --left-end: -1.3745449063753021vw; 
        width: 5.844611441542034px; 
        height: 5.844611441542034px; 
        opacity: 0.5607906866793302; 
        left: 11.915548579428293vw; 
        animation-duration: 31.509231822480825s; 
        animation-delay: -6.594138193324484s;"></div>
    <div class="snowflake" style="--left-ini: 9.846047936272vw; 
        --left-end: -1.83629358212408vw; 
        width: 7.011746401533616px; 
        height: 7.011746401533616px; 
        opacity: 0.7294442205309896; 
        left: 60.45980285845547vw; 
        animation-duration: 22.305303479354016s; 
        animation-delay: -2.041156452189612s;"></div>
    <div class="snowflake" style="--left-ini: 9.731842525121959vw; 
        --left-end: -0.9679449793643471vw; 
        width: 14.852137656595662px; 
        height: 14.852137656595662px; 
        opacity: 0.5495437132612642; 
        left: 60.81215508879782vw; 
        animation-duration: 15.120512741257347s; 
        animation-delay: -7.986943716757498s;"></div>
    <div class="snowflake" style="--left-ini: -1.5288654771544188vw; 
        --left-end: 7.701023056688822vw; 
        width: 11.275618236244657px; 
        height: 11.275618236244657px; 
        opacity: 0.5200043981952245; 
        left: 59.184463526951994vw; 
        animation-duration: 13.110657796883544s; 
        animation-delay: -2.259662098559847s;"></div>
    <div class="snowflake" style="--left-ini: 9.86650738736564vw; 
        --left-end: -3.2481673154742596vw; 
        width: 7.893899491320875px; 
        height: 7.893899491320875px; 
        opacity: 0.5897370432625927; 
        left: 15.849373888808982vw; 
        animation-duration: 25.188786669266385s; 
        animation-delay: -4.72881284344159s;"></div>
    <div class="snowflake" style="--left-ini: -0.16886122340327958vw; 
        --left-end: 2.431575802560264vw; 
        width: 6.7759829845239565px; 
        height: 6.7759829845239565px; 
        opacity: 0.9394808970181401; 
        left: 12.968461451639325vw; 
        animation-duration: 27.63144237459643s; 
        animation-delay: -6.450608456301012s;"></div>
    <div class="snowflake" style="--left-ini: 4.334466056919734vw; 
        --left-end: 7.386782567441056vw; 
        width: 7.628255502646084px; 
        height: 7.628255502646084px; 
        opacity: 0.7548230687987675; 
        left: 60.154513970673904vw; 
        animation-duration: 20.17947443437078s; 
        animation-delay: -2.6775061628116914s;"></div>
    <div class="snowflake" style="--left-ini: 0.18292381891684784vw; 
        --left-end: -2.9517625578564166vw; 
        width: 13.314050209302163px; 
        height: 13.314050209302163px; 
        opacity: 0.5172295537598325; 
        left: 92.16239646439548vw; 
        animation-duration: 13.556341842862828s; 
        animation-delay: -7.912621065224689s;"></div>
    <div class="snowflake" style="--left-ini: -6.751559980710429vw; 
        --left-end: -8.626009175925855vw; 
        width: 12.397203884973084px; 
        height: 12.397203884973084px; 
        opacity: 0.533173218117368; 
        left: 54.66073553634387vw; 
        animation-duration: 18.808809563178794s; 
        animation-delay: -3.0698683834767815s;"></div>
    <div class="snowflake" style="--left-ini: -7.941323952617543vw; 
        --left-end: 6.152942369437465vw; 
        width: 12.533803413673807px; 
        height: 12.533803413673807px; 
        opacity: 0.8146338615594598; 
        left: 71.00073350943705vw; 
        animation-duration: 30.269526562144232s; 
        animation-delay: -1.3586010704330076s;"></div>
    <div class="snowflake" style="--left-ini: 5.544587277949091vw; 
        --left-end: 8.027544382075934vw; 
        width: 5.255857791498395px; 
        height: 5.255857791498395px; 
        opacity: 0.5590992725311899; 
        left: 85.65928711936708vw; 
        animation-duration: 17.58777902708141s; 
        animation-delay: -0.42638746206148825s;"></div>
    <div class="snowflake" style="--left-ini: -8.164546496573792vw; 
        --left-end: -9.97131075401905vw; 
        width: 7.010010436629717px; 
        height: 7.010010436629717px; 
        opacity: 0.7992802826927304; 
        left: 47.98805169623888vw; 
        animation-duration: 7.903815791775209s; 
        animation-delay: -4.0933125275076865s;"></div>
    <div class="snowflake" style="--left-ini: -9.132037999089766vw; 
        --left-end: 6.040394471341337vw; 
        width: 13.436079267793378px; 
        height: 13.436079267793378px; 
        opacity: 0.7116076414853324; 
        left: 25.265117550931613vw; 
        animation-duration: 36.49083206215993s; 
        animation-delay: -5.037840282415833s;"></div>
  
  <style>
    .container {
      text-align: center;
    }
    
  </style>


  <nav class="navbar navbar-expand-lg fixed-top"><a class="nav-link" href="/"><img src="/res/images/penguin.png" alt="icon">ikgron</a>
    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
    <div class="collapse navbar-collapse" id="navbarNav">
      <ul class="navbar-nav">
        <li class="nav-item"><a class="nav-link" href="/about">About</a></li>
        <li class="nav-item"><a class="nav-link" href="/portfolio">Portfolio</a></li>
        <li class="nav-item"><a class="nav-link" href="/contact">Contact</a></li>
        <li class="nav-item dropdown" style="position: relative"><a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More</a>
          <div class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown"><a class="dropdown-item" href="/tools">Tools</a></div>
        </li>
      </ul>
    </div>
  </nav>
  <div class="container">
    <h1>Home</h1>
    <h2>A fine website by ikgron.</h2>
  </div>
  <hr>

<footer class="footer fixed-bottom text-center" style="display: block;">
  <div>
    <h1 class="text-light">This site doesn't use cookies. Why would it?</h1>
    <button id="cookie-button" type="button" onclick="hideFooter()">OK</button>
  </div>
</footer>
<script>
  function hideFooter() {
    var footer = document.querySelector(`footer`);
    footer.style.display = `none`;
    localStorage.setItem(`footerAcknowledged`, `true`);
  }
  
  window.onload = function() {
    var acknowledged = localStorage.getItem(`footerAcknowledged`);
    if (!acknowledged) {
      var footer = document.querySelector(`footer`);
      footer.style.display = `block`;
    }
  };
</script></body></html>