You are on page 1of 3

<!

DOCTYPE html>
<html>
<title>Energie Solara</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('http://st.motortrend.com/uploads/sites/10/2016/10/2017-
audi-s8-quattro-tiptronic-plus-sedan-angular-front.png');
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-black w3-card">
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large
w3-right" href="javascript:void(0)" onclick="myFunction()" title="Toggle Navigation
Menu"><i class="fa fa-bars"></i></a>
<a href="acasa.html" class="w3-bar-item w3-button w3-padding-large">Acasa</a>
<a href="motorelectric.html" class="w3-bar-item w3-button w3-padding-large w3-
hide-small">Mototrul Electric</a>
<a href="compresor electric.html" class="w3-bar-item w3-button w3-padding-large w3-
hide-small">Compresor Electric</a>
<div class="w3-dropdown-hover w3-hide-small">
</div>
</div>
<a href="javascript:void(0)" class="w3-padding-large w3-hover-red w3-hide-small
w3-right"><i class="fa fa-search"></i></a>
</div>
</div>

<!-- Navbar on small screens -->


<div id="navDemo" class="w3-bar-block w3-black w3-hide w3-hide-large w3-hide-medium
w3-top" style="margin-top:46px">
<a href="acasa.html" class="w3-bar-item w3-button w3-padding-large">Acasa</a>
<a href="#tour" class="w3-bar-item w3-button w3-padding-large">TOUR</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-large">CONTACT</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">MERCH</a>
</div>

<!-- Page content -->


<div class="w3-content" style="max-width:2000px;margin-top:46px">

<!-- The Band Section -->


<div class="w3-container w3-content w3-center w3-padding-64" style="max-
width:800px" id="band">
<h2 class="w3-wide">Sisteme Electrice </h2>
<p class="w3-opacity"><i>Audi</i></p>
<p class="w3-justify">Conceptul eBOOSTER (marca inregistrata BorgWarner)
utilizeaza un compresor antrenat de un motor electric ce poate fi amplasat inainte
sau dupa turbocompresor. Astfel, cele doua compresoare sunt legate in serie si
comprimarea aerul se realizeaza in doua etaje. Prin combinarea inteligenta a celor
doua compresoare (electric si turbo) se pot adapta punctele de functionare ale
motorului termic astfel incat sa se obtina un cuplu ridicat la turatii joase si
implicit curba de putere la sarcina totala sa fie extinsa.
Sistemul eBOOSTER con?ine compresorul, motorul electric de ac?ionare ?i electronica
de putere. Datorit� design-ului compact compresorul electric poate fi integrat
relativ u?or �n proiectarea unui motor nou, spa?iul ocupat fiind redus. De
asemenea, printr-o pozi?ionare optim� �n compartimenul motor, sistemul eBOOSTER
nefiind solicitat mecanic ?i termic excesiv, nu este necesar un sistem de r�cire
adi?ional cu lichid.Conceptul eBOOSTER (marca inregistrata BorgWarner) utilizeaza
un compresor antrenat de un motor electric ce poate fi amplasat inainte sau dupa
turbocompresor. Astfel, cele doua compresoare sunt legate in serie si comprimarea
aerul se realizeaza in doua etaje. Prin combinarea inteligenta a celor doua
compresoare (electric si turbo) se pot adapta punctele de functionare ale motorului
termic astfel incat sa se obtina un cuplu ridicat la turatii joase si implicit
curba de putere la sarcina totala sa fie extinsa.

Sistemul eBOOSTER con?ine compresorul, motorul electric de ac?ionare ?i


electronica de putere. Datorit� design-ului compact compresorul electric poate fi
integrat relativ u?or �n proiectarea unui motor nou, spa?iul ocupat fiind redus. De
asemenea, printr-o pozi?ionare optim� �n compartimenul motor, sistemul eBOOSTER
nefiind solicitat mecanic ?i termic excesiv, nu este necesar un sistem de r�cire
adi?ional cu lichid.

</p>

<!-- Footer -->


<footer class="w3-container w3-padding-64 w3-center w3-opacity w3-light-grey w3-
xlarge">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
<p class="w3-medium">Powered by <a
href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
</footer>

<script>
// Automatic Slideshow - change image every 4 seconds
var myIndex = 0;
carousel();

function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 4000);
}

// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}

// When the user clicks anywhere outside of the modal, close it


var modal = document.getElementById('ticketModal');
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>

</body>
</html>

You might also like