From b804c7884c33c535d9375482993740e0dac4b6d1 Mon Sep 17 00:00:00 2001 From: Dmitri DB Date: Sun, 1 May 2022 13:15:50 -0700 Subject: moved beach to canvas element, css modifications, and test of dna logo --- dna.css | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ dna.html | 105 ++++++++++++++++++++++++++++++++++++++++++ index.html | 34 +++++++------- style.css | 84 ++++++++++++++-------------------- 4 files changed, 305 insertions(+), 69 deletions(-) create mode 100644 dna.css create mode 100644 dna.html diff --git a/dna.css b/dna.css new file mode 100644 index 0000000..2f67abb --- /dev/null +++ b/dna.css @@ -0,0 +1,151 @@ +.wrapper{ + position: relative; + margin-top: 10%; + margin-left: 5%; + margin-bottom: 5%; +} + +.line{ + position: absolute; + top: 0px; + width: 4px; + height: 5px; + background: var(--dark-blue-trans); + z-index: -2; +} + +.circle{ + position: absolute; + display: block; + width: 8px; + height: 8px; + border-radius: 50%; + background: var(--light-blue-trans); + z-index: -2; +} + +.circle-top{ + top: 0px; + left: -3.5px; +} + +.circle-bottom{ + bottom: 0px; + left: -3.5px; +} + +.dot{ + position: absolute; + display: block; + width: 4px; + height: 4px; + border-radius: 50%; + left: -1.5px; +} + +.line1{ + margin-left: 0%; + animation: twist 5s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + + +.line2{ + margin-left: 5%; + animation: twist 5s .05s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line3{ + margin-left: 10%; + animation: twist 5s .1s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line4{ + margin-left: 15%; + animation: twist 5s .15s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line5{ + margin-left: 20%; + animation: twist 5s .2s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line6{ + margin-left: 25%; + animation: twist 5s .25s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line7{ + margin-left: 30%; + animation: twist 5s .3s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line8{ + margin-left: 35%; + animation: twist 5s .35s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line9{ + margin-left: 40%; + animation: twist 5s .4s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line10{ + margin-left: 45%; + animation: twist 5s .45s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line11{ + margin-left: 50%; + animation: twist 5s .5s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line12{ + margin-left: 55%; + animation: twist 5s .55s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line13{ + margin-left: 60%; + animation: twist 5s .6s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line14{ + margin-left: 65%; + animation: twist 5s .65s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line15{ + margin-left: 70%; + animation: twist 5s .7s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line16{ + margin-left: 75%; + animation: twist 5s .75s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line17{ + margin-left: 80%; + animation: twist 5s .8s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line18{ + margin-left: 85%; + animation: twist 5s .85s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line19{ + margin-left: 90%; + animation: twist 5s .9s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +.line20{ + margin-left: 95%; + animation: twist 5s .95s cubic-bezier(0.150, 0, 0.205, 1) infinite; +} + +@keyframes twist{ + 0%{height: 4px; top: 0px; left: 0px; transform: rotate(-720deg)} + 50%{height: 200px; top: -100px; left: 5px;} + 100%{height: 4px; top: 0px; left: 0px; transform: rotate(0deg);} +} diff --git a/dna.html b/dna.html new file mode 100644 index 0000000..6d4b494 --- /dev/null +++ b/dna.html @@ -0,0 +1,105 @@ + + + + + 31337itsolutions + + + + + +
+
+

31337itsolutions - The Future Is In Our DNA

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +

+ We specialize in providing over 25 years of experience in delivering top tier IT consulting services. Our full stack runs the gamut all the way from software, hardware, network and security engineering, and in a wide range of fields such as marketing, art & design, and research. +

+ + + diff --git a/index.html b/index.html index 239959c..4946009 100644 --- a/index.html +++ b/index.html @@ -6,24 +6,22 @@ -
-
-

Welcome to 31337itsolutions.com!

-

- We specialize in providing over 25 years of experience in delivering top tier IT consulting services. Our full stack runs the gamut all the way from software, hardware, network and security engineering, and in a wide range of fields such as marketing, art & design, and research. -