Added Tesla Stickers Site.
This commit is contained in:
BIN
TeslaStickers/TeslaDoorHandleStickers.jpg
Normal file
BIN
TeslaStickers/TeslaDoorHandleStickers.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
38
TeslaStickers/index.html
Executable file
38
TeslaStickers/index.html
Executable file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tretter Solutions LLC</title>
|
||||
<link rel="icon" type="image/png" href="/favicon.png" sizes="160x160">
|
||||
<link rel="stylesheet" href="/main.css">
|
||||
<script src="https://www.paypal.com/sdk/js?client-id=BAAYkR8ROvP3ErioQuaH5KsgLvqkw4q-qmkCrfDPW4dkuM4UTRA1yzFBOIWFDj5fotWm15pjE3HFUOx1rA&components=hosted-buttons&enable-funding=venmo¤cy=USD"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="logo-wrapper">
|
||||
<a href="/"><img class="logo" src="/TretterCoatOfArms.png" alt="Tretter coat of arms"></a>
|
||||
</div>
|
||||
<div class="top-banner">Tretter Solutions LLC</div>
|
||||
|
||||
<div class="text-block" style="left:100px">
|
||||
<h1>Tesla Model 3/Model Y Door handle Stickers</h1>
|
||||
<img src='TeslaDoorHandleStickers.jpg' width="100%" style="max-width:800px" alt='product picture'></img>
|
||||
|
||||
<div id="paypal-container-PK5R77Y6H9LCA" style='position:relative'></div>
|
||||
<script>
|
||||
paypal.HostedButtons({
|
||||
hostedButtonId: "PK5R77Y6H9LCA",
|
||||
}).render("#paypal-container-PK5R77Y6H9LCA")
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr>
|
||||
© Tretter Solutions LLC
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
22
index.html
22
index.html
@@ -11,27 +11,21 @@
|
||||
|
||||
<body>
|
||||
<div class="logo-wrapper">
|
||||
<img class="logo" src="TretterCoatOfArms.png" alt="Tretter coat of arms">
|
||||
<a href="/"><img class="logo" src="/TretterCoatOfArms.png" alt="Tretter coat of arms"></a>
|
||||
</div>
|
||||
|
||||
<div class="top-banner">Tretter Solutions LLC</div>
|
||||
<div class="text-block">
|
||||
<h1>Custom technical solutions for your problems.</h1>
|
||||
<h1>Solutions to your problems.</h1>
|
||||
<ul>
|
||||
<li>Artificial Intelligence</li>
|
||||
<li>Automated trading systems</li>
|
||||
<li>Chat bots</li>
|
||||
<li>Desktop applications</li>
|
||||
<li>IOT/Micro controller solution prototyping</li>
|
||||
<li>Performance tuning</li>
|
||||
<li>System administraion</li>
|
||||
<li>Technical project management</li>
|
||||
<li>Technical team leadership</li>
|
||||
<li>Web applications</li>
|
||||
<li>Web sites</li>
|
||||
<li>Consulting</li>
|
||||
<li>Design</li>
|
||||
<li>Software</li>
|
||||
<li>Embedded Systems</li>
|
||||
<li>Leadership</li>
|
||||
</ul>
|
||||
<br>
|
||||
<a href="mailto:joe@tretter.solutions">Contact me today.</a>
|
||||
<a href="mailto:info@tretter.solutions">Contact me today.</a>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
|
||||
9
main.css
9
main.css
@@ -1,7 +1,7 @@
|
||||
:root {
|
||||
--logo-background-color: #0e2058;
|
||||
--company-name-color: #eda421;
|
||||
background-color: #ffffff;
|
||||
background-color: #EEEEEE;
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@ div.logo-wrapper {
|
||||
height: 200px;
|
||||
border-bottom-right-radius: 100%;
|
||||
background-color: var(--logo-background-color);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
div.text-block {
|
||||
@@ -73,6 +72,6 @@ div.top-banner {
|
||||
div.footer {
|
||||
position: absolute;
|
||||
color: gray;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
margin-bottom:10px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user