Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
</style> 
<body>
  
  <div class="nav-bar">
    <div class="nav-bar-subcontainer">
     <img class="nav-bar-img" src="https://www.digitechsystems.com/wp-content/uploads/2024/01/Systm_White-trtm.png" alt="" width="140" height="40">
      <div class="navbar-text">
       <p>Products</p>
       <a href="https://www.sys.tm/signup" class="navbar-text-link"><p>Sign up</p></a>
      </div>
    </div>
  </div>
  <div class="Navbar-promo-subcontainer">
	    <h5>Sign Up and Get Sys.tm FREE for 60 Days</h5>
	  </div>
  <div class="welcome-banner-container">
    <div class="welcome-banner-left">
<!--       <img class="welcome-img" src="https://www.digitechsystems.com/wp-content/uploads/2023/12/workflow-photo.png" alt="" width="550"> -->
    </div>
    <div class="welcome-banner-right">
      <div class="welcome-right-container">
        <h1>How Much Time and Money Would Better Information Management Save Your Business?</h1>
        <p>Sys.tm<sup>®</sup> is a flexible information management platform for digital transformation and office automation that allows users to effectively manage files, share documents, and secure data with ease.</p>
        <a href="https://www.sys.tm/signup" class="navbar-text-link"><button class="welcome-button"> Try Now For FREE!</button></a>
      </div>
    </div>
  </div>
  
  <div class="video-demo-section">
    <div class="video-demo-left">
      <h3>Sys.tm Is Intelligent <br />Information Management</h3>
      <p>Sys.tm provides all the power of the world’s best information management and task automation in an easy-to-setup, easy-to-use product that offers you the ability customize available features and pay only for what you actually use.</p>
    </div>
    <div class="video-demo-right">
      <iframe class="video-demo-iframe" width="590" height="375" src="https://www.youtube.com/embed/ktaVk_FhRIA?si=8mXjvz4j3cH-nJQV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
    </div>
  </div>
  
  <div class="promo-section">
    <div class="promo-section-left">
      <h3>Sys.tm: Bring <br />Information to Life</h3>
      <p>Want to try Sys.tm FREE for 60 days?</p>
      <button class="promo-section-button welcome-button">Get Started</button>
    </div>
    <div class="promo-section-right">
      <img class="promo-section-img" src="https://www.digitechsystems.com/wp-content/uploads/2023/12/comp.png" alt="" width="375" height="210">
    </div>
  </div>
  
	
	
  <div class="benefits-section">
    <h2>Do More than Just Manage Information</h2>
	  
	  <div class="benefits-section-container">
		  
		<div class="benefits-main-container benefits-section-b">
        <div class="benefits-item-container benefits-sectionB-left">
          <img class="benefits-sectionB-image" src="https://www.digitechsystems.com/wp-content/uploads/2024/01/RPA-mx-color.png" alt="" width="500">
        </div>
        <div class="benefits-item-container benefits-sectionB-right">
          <div class="benefit-textbutton-container">
            <h3>Leverage Powerful Automation That Automates Routine Tasks</h3>
            <p>Do more than manage information by securely extracting data and sending to other business applications and using robotic process automation (RPA) to automate tasks.</p>
            <a href="https://www.sys.tm/signup"><button class="welcome-button get-started-button">Get Started</button></a>
          </div>
        </div>
       </div> 
		  
		<div class="benefits-main-container benefits-section-c">
         <div class="benefits-item-container benefits-sectionC-left">
           <div class="benefit-textbutton-container benefit-textbutton-sectionC">
             <h3>Gain User Acceptance With an Easy-to-Use Product That Adapts to the Ways You Already Work</h3>
             <p>Simplify every document task by embedding content management within your familiar Windows environment. Automatically ingest files and metadata from devices, networks, and individual hard drives.</p>
             <a href="https://www.sys.tm/signup"><button class="welcome-button get-started-button">Get Started</button></a>
           </div>
         </div>
         <div class="benefits-item-container benefits-sectionC-right">
           <img class="benefits-sectionC-image" src="https://www.digitechsystems.com/wp-content/uploads/2024/01/onboarding-c.png" alt="" width="500" height="">
         </div>
      </div>  
		  
        <div class="benefits-main-container benefits-section-a">
          <div class="benefits-item-container benefits-sectionA-left">
			  <img class="benefits-sectionA-image" src="https://www.digitechsystems.com/wp-content/uploads/2023/12/system-microservices.png" alt="" width="500">
          </div>
          <div class="benefits-item-container benefits-sectionA-right">
            <div class="benefit-textbutton-container">
              <h3>Save Money with the Most Flexible, Affordable Product on the Market</h3>
              <p>Trade expensive capital hardware and software licenses for an easy-to-pay monthly operating expense. Turn on and off features as needed to streamline user experience. Take advantage of usage-based billing on select services.</p>
              <a href="https://www.sys.tm/signup"><button class="welcome-button get-started-button">Get Started</button></a>
            </div>
          </div>
       </div>
		  
	</div>
	  
  </div>
	
  <section class="keyfit-section">
        <h2>Learn More About Our Key Benefits</h2>
    <div class="keybenefit-section-container">
        
        <div class="keybenefit-section-left">
          
          <div class="keybenefit-section-item">
            <div class="keybenefit-section-icon benefit-workflow-icon">
              <img src="https://www.digitechsystems.com/wp-content/uploads/2024/01/Save-lt-blue.png" alt="" width="65" height="65">
            </div>
			<div class="keybenefit-section-text">
              <h5>Save</h5>
              <p>Lower costs and complexities with <br />microservices and usage-based pricing.</p>
			</div>
          </div>
          
          <div class="keybenefit-section-item">
            <div class="keybenefit-section-icon benefit-workflow-icon">
              <img src="https://www.digitechsystems.com/wp-content/uploads/2024/01/Flexibility.png" alt="" width="65" height="65">
            </div>
            <div class="keybenefit-section-text">
              <h5>Gain Flexibility and Scalability</h5>
              <p>Adjust easily for any number of users <br />and any type and size of projects.</p>
			      </div>
          </div>
          
        </div>
      
        <div class="keybenefit-section-right">
			
          <div class="keybenefit-section-item">
            <div class="keybenefit-section-icon benefit-workflow-icon">
              <img src="https://www.digitechsystems.com/wp-content/uploads/2024/01/security.png" alt="" width="65" height="65">
            </div>
            <div class="keybenefit-section-text">
              <h5>Simplify Data Security</h5>
              <p>Choose from a menu of detailed controls to limit access <br />at the document, user, group and company levels.</p>
			</div>
          </div>
          <div class="keybenefit-section-item">
            <div class="keybenefit-section-icon benefit-workflow-icon">
              <img src="https://www.digitechsystems.com/wp-content/uploads/2024/01/Simplify-Data.png" alt="" width="65" height="65">
            </div>
            <div class="keybenefit-section-text">
              <h5>Future Proof</h5>
              <p>Replace multiple systems with a single cloud services<br /> platform able to evolve as technology evolves.</p>
			</div>
          </div>
          
        </div>
        
</div>
 </section>
  
  <div class="get-started-banner">
    <h2>Ready to Start Saving Time And Money?</h2>
    <p>Bring your business information to life! Sys.tm<sup>®</sup> is a dynamic information management platform that enables digital transformation and office automation. Forget the boxes…put your business  documents in Sys.tm.</p>
    <a href="https://www.sys.tm/signup"><button class="welcome-button last-chance-button">Get Started</button></a>
  </div> 
  
  <div class="case-study-container">
    
    <div class="case-study-item case-study-a">
      <p>Sys.tm Case Studies</p>
      <h2>Explore proven ways to work more efficiently</h2>
<!--       <button class="welcome-button caseStudy-button">Get Started</button> -->
    </div>
    
    <div class="case-study-item case-study-b">
      <p>Simplify workflow automation</p>
      <h3>80%</h3>
      <h5>of goals achieved with Sys.tm</h5>
      <div class="case-study-thumb"></div>
    </div>
    <div class="case-study-item case-study-c">
      <p>Simplify workflow automation</p>
      <h3>80%</h3>
      <h5>of goals achieved with Sys.tm</h5>
      <div class="case-study-thumb"></div>
    </div>
    
  </div>
  
  <section class="footer">
	    <div class="footer-subcontainer">
	      <p>Copyright © 2024 Digitech Systems, LLC - All rights reserved </p>
	      <div class="footer-linkcontainer">
	        <p>Home</p>
      <p>Products</p>
	      </div>
	    </div>
	  </section>
      
</body>
              
            
!

CSS

              
                @charset "utf-8";
/* CSS Document */

// text blue color: #1263C7;
// orange: #F16E12

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
.nav-bar {
  width: 100%;
  height: 65px;
  background-color: #1263C7;
  display: flex;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-bar-subcontainer {
  width: 93%;
  display: flex;
  justify-content: space-between;
}
.navbar-text {
  width: 62%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.navbar-text-link {
  text-decoration: none;
  color: #ffffff;
}
.navbar-signup {
  padding: 6px 20px;
  font-size: .8rem;
  border-radius: 5px;
  background-color: #F16E12;
  color: #ffffff;
  max-width: 300px;
}
.navbar-login {
  padding: 6px 20px;
  font-size: .8rem;
  border-radius: 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
  max-width: 300px;
  margin-left: 15px;
}
.Navbar-promo-subcontainer {
	width: 100%;
	height: 31px;
	background-color: #F16E12;
	color: #ffffff;
	display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: center;
}
.navbar-log-container {
  display: flex;
  flex-direction: row;
}
.welcome-banner-container {
  display: flex;
  width: 100%;
  height: 550px;
  background-image: url("https://www.digitechsystems.com/wp-content/uploads/2024/01/main-flip.png");
  background-size: cover;
  background-position: center;
}
.welcome-banner-left {
  width: 50%;
  height: 100%;
}
.welcome-banner-right {
  width: 50%;
  height: 100%;
}
.welcome-img {
  float: right;
  margin: 50px 100px;
}
.welcome-right-container {
  width: 83%;
  background: #88A9D2;
  float: right;
  margin: 100px 0;
  color: #ffffff;
  border-bottom: 7px solid #1263C7;
  padding: 40px;
  h1 {
    font-weight: 900;
    font-size: 2em;
    line-height: 1.1;
  }
  p {
    margin-top: 5px;
    font-weight: 300;
	font-size: 1.15em;
  }
}
.welcome-button {
  padding: 12px 50px;
  border: 2px solid #1263C7;
  font-size: .9rem;
  margin: 30px 0 0 0;
  border-radius: 5px;
  color: #1263C7;
  max-width: 300px;
}

.award-solution-section {
  background-color: #D2E1F5;
  width: 100%;
  height: 125px;
  color: #1263C7;
  display: flex;
  align-items: center;
}

.award-solution-section h3 {
    width: 325px;
    margin-left: 50px;
 }
.award-solution-icon {
  width: 55%;
  display: flex;
  justify-content: space-around;
  margin-left: 10%;
  opacity: 0.75;
}

.video-demo-section {
  width: 100%;
  display: flex;
}
.video-demo-left {
  width: 50%;
  color: #1263C7;
  padding: 0 0 0 30px;
  margin: 15px 0 15px 15px;
  background-image: url("https://www.digitechsystems.com/wp-content/uploads/2023/12/demo-section.png");
  background-repeat: no-repeat;
  background-size: 500px 260px;
  h3 {
    margin-top: 110px;
    font-size: 2.4em;
    width: 72%;
    margin-left: 50px;
    font-weight: 900;
  }
  p {
    width: 72%;
    margin-left: 50px;
    font-weight: 300;
  }
}
.video-demo-right {
  width: 50%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-demo-iframe {
  border: 5px solid #1263C7;
}
.promo-section {
  background-color: #D2E1F5;
  border-bottom: 7px solid #1263C7;
  width: 100%;
  display: flex;
  h3 {
    font-size: 1.6em;
    color: #1263C7;
    width: 40%;
    margin-left: 100px;
    font-weight: 900;
  }
  p {
    color: #1263C7;
    margin-left: 100px;
    font-weight: 300;
  }
}

.promo-section-left {
  width: 50%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-section-right {
  width: 50%;
  height: 200px;
  display: flex;
}

.promo-section-button {
  background-color: #F16E12;
  padding: 12px 50px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  margin-top: 25px;
  max-width: 175px;
  margin-left: 100px;
}

.benefits-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  h2 {
    width: 58%;
    color: #1263C7;
    font-size: 2.4em;
    font-weight: 900;
    text-align: center;
    margin: 50px auto 20px auto;;
  }
  p {
    font-weight: 300;
    color: #1263C7;
    width: 72%;
    margin-top: 5px;
	font-size: 1.15em;
  }
}
.benefits-section-container {
	width: 100%;
}

.benefits-main-container {
  width: 100%;
  height: 500px;
  display: flex;
}
.benefits-item-container {
  width: 50%;
}
.benefits-sectionA-left {
	background-image: url("https://www.digitechsystems.com/wp-content/uploads/2023/12/bene-section-a-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  h3 {
    font-size: 2.4em;
    width: 55%;
    margin-left: 100px;
  }
  p {
    margin-left: 100px;
  }
  
}
.get-started-button {
	margin-top: 20px;
  padding: 12px 50px;
}
.benefits-sectionA-right {
color: #1263C7;
  background-image: url("https://www.digitechsystems.com/wp-content/uploads/2024/01/bene-a-left2.png");
  background-size: 181px 274px;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
 h3 {
    font-size: 2.4em;
	 width: 72%;
    font-weight: 900;
  }
}
.benefits-sectionA-image {
  margin: 0 25%;
}

.benefits-sectionB-left {
  background-image: url("https://www.digitechsystems.com/wp-content/uploads/2023/12/bene-b-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.benefits-sectionB-right {
  background-image: url("https://www.digitechsystems.com/wp-content/uploads/2024/01/demo-section-bright.png");
  background-size: 500px 265px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1263C7;
	justify-content: center;
  h3 {
    font-size: 2.4em;
    font-weight: 900;
    width: 72%;
	  line-height: 1.1;
  }
  p {
     width: 72%;
  }
}
.benefits-sectionB-image {
  margin: 0px 25%;
}
.benefits-sectionC-left {
  background-image: url("https://www.digitechsystems.com/wp-content/uploads/2023/12/bene-c-left.png");
  background-size: 100px 90px;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #1263C7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  h3 {
    font-size: 2.4em;
  width: 72%;
  font-weight: 900;
  line-height: 1.1;
  }
  p {
	width: 72%;
  }
}
.benefit-textbutton-sectionC {
    margin-left: 15%;
}
.benefits-sectionC-right {
  background-image: url("https://www.digitechsystems.com/wp-content/uploads/2023/12/bene-c-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  color: #1263C7;
}
.benefits-sectionC-image {
  margin-left: 148px;
  margin-top: 69px;
}
.benefit-textbutton-container {
  width: 100%;
}
.keyfit-section {
    color: #1263C7;
    margin-top: 10px;
  width: 100%;
  display: none;
  h2 {
    text-align: center;
    font-size: 2.4em;
    color: #1263C7;
  }
}
.keybenefit-section-container {
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px auto;
}
.benefit-workflow-icon {
  width: 90px;
  height: 75px;
  background: #1263C7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.keybenefit-section-left {

}
.keybenefit-section-right {

}
.keybenefit-section-text {
  margin-left: 10px;
  line-height: 1;
  h5 {
    font-size: 1.65em;
  }
  p {
    font-size: .9em;
  }
}

.keybenefit-section-item {
  border: 1.5px solid #1263C7;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 7px 0 0 0;
  width: 500px;
}

.get-started-banner {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1263C7;
  color: #ffffff;
  padding: 50px 0;
  h2 {
    font-weight: 900;
    font-size: 2.4em;
  }
  p {
    font-weight: 300;
    font-size: 1.1em;
    margin-top: 10px;
    width: 60%;
    text-align: center;
  }
}
.last-chance-button {
  background-color: #F16E12;
  color: #ffffff;
  margin-top: 35px;
}
.case-study-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  display: none;
}
.case-study-item {
  color: #1263C7;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  // align-items: center;
  height: 550px;
  background-color: #D2E1F5;
  p {
    font-weight: 300;
    color: #1263C7;
    margin: 15px 0 0 50px;
  }
  h2 {
    color: #1263C7;
    font-weight: 900;
    font-size: 2.4em;
    margin: 20px 0 0 50px;
  }
  h3 {
    color: #1263C7;
    font-weight: 900;
    font-size: 2.4em;
    width: 50%;
    margin: 120px 0 0 50px;
  }
  h5 {
    margin-left: 50px;
    font-weight: 300;
  }
}
.case-study-a {
  width: 42%;
}
.case-study-b {
  width: 27%;
}
.case-study-c {
  width: 27%;
}
.caseStudy-button {
  background-color: #1263C7;
  color: #ffffff;
}
.case-study-thumb {
  background-color: #1263C7;
  width: 95%;
  height: 50%;
  margin: 0 auto;
}
.footer {
  margin-top: 25px;
  background-color: #1263C7;
  width: 100%;
  height: 250px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-text-container {
  display: flex;
  flex-direction: column;
  height: 100px;
  p {
    margin: 7px 0
  }
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #1263C7;
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-subcontainer {
	display: flex;
	flex-direction: column;
	flex-direction: center;
}
.footer-subcontainer {
  p {
    font-size: .8em;
  }
}
.footer-linkcontainer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  margin-top: 10px;
}

// Scss Document
              
            
!

JS

              
                
              
            
!
999px

Console