CTS

Developer
Size
3,801 Kb
Views
28,336

How do I make an cts?

What is a cts? How do you make a cts? This script and codes were developed by Nate Stoll on 09 September 2022, Friday.

CTS Previews

CTS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CTS</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<body> <header class=""> <nav class="navbar-fixed-top navbar navbar-inverse nav_custom"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="collapse navbar-collapse" id="myNavbar"> <ul class="nav navbar-nav" id="myNavbar"> <li> <a href="#" class="" target="">Home</a> </li> <li class="nav-item" class=""> <a class="nav-link"href="#about">About Me</a> </li> <li class=""> <a href="#news">News</a> </li> <li class=""> <a href="#projects">My Projects</a> </li> <li class=""> <a href="#contact">Contact Me</a> </li> </ul> </div> </div> </nav> </header> <section id="welcomepage" class="container-fluid"> <div class="row"> <div class="col-xs-12"> <h1>Welcome to Cowboy Technical Solutions</h1> <h2>Please take some time to get to know us</h2> <h3>We are your trusted advisor for everything technical</h3> </div> </div> </section> <section id="section1" class="container-fluid"> <div id="about" class="row"> <div id="section1" class="col-xs-12"> <h1 align="center">About Me</h1> <div id="" class=" col-xs-12"><img id="me" src="https://bit.ly/21wXBPx" class="img-responsive thumbnail"> <div id="" class="col-xs-12"> <p id="aboutmetext" class="galleryItem2">Hi, I am Nate Stoll! I am a self-taught software developer with formal education in Psychology. I hold a Bachelors and Masters Degree in I/O Psychology, and business problems are where I spend my time! I am currently the Sr. Corporate IT Recruiter for Arrow Electronics, but am aimed at changing careers to IT as soon as possible! Watch my news page for more details about my current world.</p> </div> </div> </div> </section> <section id="section2" class="container-fluid"> <div id="news" class="row"> <div id="section2" class="col-xs-12"> <h1 align="center">News!</h1> <h2 align="center"> Coming Soon!</h2> </div> </div> </section> <section id="section3" class="container-fluid"> <div id="contact" class="row"> <div id="section3"class="col-xs-12"> <h1 align="center">Contact Details</h1> <h2 align="center" class="button1"> <a href="mailto:[email protected]" target='_blank'><font color='black'>Email</font></a> </h2> <h3 align="center"><font color='black'>Phone: XXX-XXX-XXXX</font></h3> <h4 align="center"><font color='black'>Address:</font></h4> <h5 align="center"><font color='black'>16350 E Arapahoe Rd, Ste 108-206</font></h5> <h6 align="center"><font color='black'>Foxfield, CO 80016</font></h6> </div> </div> </section> <section id="footer" class="container-fluid"> <div id="footer" class="row"> <div id="footer"class="col-xs-12"> <footer> Copyright © Nate Stoll 2017 | <a href="http://www.freepik.com/free-photos-vectors/background">Background vector created by Starline - Freepik.com</a> </footer> </div> </div> </section>
</body> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/js/bootstrap.min.js'></script>
</body>
</html>

CTS - Script Codes CSS Codes

.body, .html{ height:auto; width:100%;
}
.body{ padding-top: 0px; margin-top:0px;
}
.header { text-align: left;
}
#welcomepage{ background-image: url("https://s4.postimg.org/79lwz4o0d/CTS_Background_Final.jpg"); background-repeat: no-repeat; background-position:center; background-size: cover; background-attachment:scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position: 0% 35%; min-height:900px; width:100%;
}
#welcomepage h1{ font-size: 50px; text-shadow: 2px 2px #ffffff; font-family: Lobster, Monospace; color: #000000; padding: 70px 0px 0px 0px; text-align:left; margin:0; color:black; padding-left:20px;
}
#welcomepage h2{ font-size: 25px; text-shadow: 2px 2px #ffffff; font-family: Lobster, Monospace; color: #000000; padding: 0px 0px 0px 0px; text-align:left; margin:0; color:black; padding-left:20px;
}
#welcomepage h3{ font-size: 25px; text-shadow: 2px 2px #ffffff; font-family: Lobster, Monospace; color: #000000; padding: 0px 0px 0px 0px; text-align:left; margin:0; color:black; padding-left:20px;
}
.nav_custom { list-style-type: none; margin: 0; padding: 0; padding-left:20px; overflow: hidden; background-color:purple; opacity: .9; top:0; left:0; width:100%; position:fixed;
}
.nav li { float:left;
}
.nav li a{ display: block; font-family: Lobster, Monospace; font-size: 20px; font-weight: 100; color: white; text-align: center; padding: 10px 10px; text-decoration: none; text-shadow: 2px 2px #000000;
}
.nav li a:hover { background-color: #111;
}
#section1, #section2, #section3, #section4 { width: 100%; float: left; padding: 0px 0px 0px 0px;
}
#section1 { background-image: url("https://s4.postimg.org/79lwz4o0d/CTS_Background_Final.jpg"); background-repeat: no-repeat; background-position:center; background-size: cover; background-attachment:scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 900px; background-position: 0% 35%; width:100%;
}
#section2 { background-image: url("https://s4.postimg.org/79lwz4o0d/CTS_Background_Final.jpg"); background-repeat: no-repeat; background-position:center; background-size: cover; background-attachment:scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 900px; background-position: 0% 35%; width:100%;
}
#section3 { background-image: url("https://s4.postimg.org/79lwz4o0d/CTS_Background_Final.jpg"); background-repeat: no-repeat; background-position:center; background-size: cover; background-attachment:scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 900px; background-position: 0% 35%; width:100%;
}
#section4 { background: url("https://bit.ly/1pyF18l") no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: Auto; background-position: 0% 35%;
}
#about{ font-family: Lobster, Monospace; color: #000000; font-weight: bold; font-size: 45px; text-shadow: 2px 2px #ffffff; padding-top:50px;
}
#mynews, #section4 { font-family: Lobster, Monospace; font-weight: 100; text-shadow: .5px .5px #ffffff;
}
#aboutmetext, #projecttext{ font-family: Times New Roman, Monospace; font-weight: 100; color: bold black; background-color: rgba(245, 245, 245, 0.8);
}
#news{ font-family: Lobster, Monospace; font-weight: bold; font-size: 45px; text-shadow: 2px 2px #ffffff; padding-top:50px;
}
#projects{ font-family: Lobster, Monospace; font-weight: bold; font-size: 45px; text-shadow: 2px 2px #ffffff; padding-top:50px;
}
#contact{ font-family: Lobster, Monospace; font-weight: bold; font-size: 45px; text-shadow: 2px 2px #ffffff; padding-top:50px;
}
.container{ min-width: 100%; min-height: 100%; margin: 100px auto;
}
.galleryItem { color: #797478; font: 20px/1.5 Verdana, Helvetica, sans-serif; float: left; width:16%; text-align:center; margin:50px 2% 50px 2%;
}
.galleryItem img { max-width: 100%; width: 200px; height: 150px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;
}
#me{ display: block; margin: 0 auto; width:220px; height:300px;
}
.container2{ min-width: 100%; min-height: 100%; margin: 10px auto; font-size: 20px;
}
.galleryItem2 { color: #000000; font: 20px/1.5 Verdana, Helvetica, sans-serif; width:100%;
}
.galleryItem2 img { max-width: 100%; max-height:100%; width: 200px; height: 250px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; overflow: hidden; display: block; margin-left: auto; margin-right: auto;
}
.button1{ background-color: transparent; border: none; border-radius:60px; color: white; padding: 20px 0px 10px 0px; text-align: center; text-decoration: none; display:block; font-family:lobster, monospace; font-size: 25px; height: 80px; width: 150px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; display: block; margin: 0 auto;
}
.button:hover { background-color: #e7e7e7; color: black;
}
.button2{ background-color: transparent; border: none; border-radius:60px; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: block; font-family:lobster, monospace; font-size: 20px; height: 80px; width: 150px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;
}
.button2:hover{ background-color: #e7e7e7; color: black;
}
#footer { background-color: black; color: white; clear: both; text-align: center; padding: 5px;
}
CTS - Script Codes
CTS - Script Codes
Home Page Home
Developer Nate Stoll
Username natester13
Uploaded September 09, 2022
Rating 3
Size 3,801 Kb
Views 28,336
Do you need developer help for CTS?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Nate Stoll (natester13) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!