This commit is contained in:
rouce 2023-09-12 21:48:24 -04:00
parent 0ea6456ac6
commit ed1921b2c3

View file

@ -35,14 +35,14 @@
<div class="inner-content"> <div class="inner-content">
<section class="inner-section-cube"> <section class="inner-section-cube">
<div class="color-cube"> <div class="color-cube">
<div class="cube-face cube-front"></div> <div class="cube-face cube-front"></div>
<div class="cube-face cube-back"></div> <div class="cube-face cube-back"></div>
<div class="cube-face cube-bottom"></div> <div class="cube-face cube-bottom"></div>
<div class="cube-face cube-top"></div> <div class="cube-face cube-top"></div>
<div class="cube-face cube-left"></div> <div class="cube-face cube-left"></div>
<div class="cube-face cube-right"></div> <div class="cube-face cube-right"></div>
</div> </div>
</section> </section>
<section class="inner-section"> <section class="inner-section">
<div class="section-container"> <div class="section-container">
@ -50,30 +50,33 @@
<h2>Blog</h2> <h2>Blog</h2>
<p>Description</p> <p>Description</p>
</div> </div>
<div class="section-button-green"> <div class="section-button-green">
<div class="section-button-title-logo"> <div class="section-button-title-logo">
<img style="width:256px;" src="icons/blue/android-chrome-512x512.png" alt="Client site logo"> <img style="width:256px;" src="icons/blue/android-chrome-512x512.png" alt="Client site logo">
<h1>web.myco.systems</h1> <h1>web.myco.systems</h1>
</div> </div>
<div class="section-button-body"> <div class="section-button-body">
<h3>Hey there! Join us at Web.Myco.Systems - Your Gateway to Open-Source!</h3> <h3>Hey there! Join us at Web.Myco.Systems - Your Gateway to Open-Source!</h3>
<p style="font-weight: 500;" >Our client portal isn't just about transactions; it's about building a relationship that caters specifically to your requirements. Explore our services, containerized stacks, personal cloud support, or just send us an email so we can get in touch!</p> <p style="font-weight: 500;">Our client portal isn't just about transactions; it's about
</div> building a relationship that caters specifically to your requirements. Explore our services,
<div class="section-button-footer"> containerized stacks, personal cloud support, or just send us an email so we can get in
<p class="span-three-columns">Explore:</p> touch!</p>
<button class="client-button">Services</button> </div>
<button class="client-button">Showcase</button> <div class="section-button-footer">
<button class="client-button">Stacks</button> <p class="span-three-columns">Explore:</p>
<div class="span-three-columns button-text-footer"> <button class="client-button">Services</button>
<p>Footer text goes here.</p> <button class="client-button">Showcase</button>
</div> <button class="client-button">Stacks</button>
</div> <div class="span-three-columns button-text-footer">
</div> <p>Footer text goes here.</p>
</div>
</div>
</div>
</div> </div>
</section> </section>
<div class="card-button" id="donateButton">Donate</div> <div class="card-button" id="donateButton">Donate</div>
<div class="card-wrap card-out" id="card"> <div class="card-wrap card-out" id="card">
<main class="tabs-wrap"> <main class="tabs-wrap">
<nav class="tabs-nav" id="wallets"> <nav class="tabs-nav" id="wallets">
@ -101,9 +104,10 @@
<footer> <footer>
<div class="footer-container"> <div class="footer-container">
<p>&copy; MycoSystems</p> <p>&copy; MycoSystems</p>
<p><a style="color:#fff !important" href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a></p> <p><a style="color:#fff !important" href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a>
</p>
</div> </div>
</footer> </footer>
</body> </body>
</html> </html>