Newer
Older
ournorth2021 / views / soporte.php
LuisOlaya on 19 Apr 2021 1021 bytes cambios
<div class="col-md-12" >

	<div class="container" >


		<div class="row">
			<div class="col-md-12" align="center" style=" font-size: 30px; margin-top: 20%; color: #363636">
				<b>Solicítenos soporte dando click en siguiente botón:</b><br><br>
				
			
			
				<a href="https://wa.me/573105701333/?text=Requiero+Soporte+para+Astellas" target="_blank">
					<button class="btn btn-light ">
						Soporte Whatsapp <img src="https://www.compralohuila.com/img/whatsapp.png" width="30">
					</button>
						
						
						
				</a>
			
				
			</div>
			
			
			
			
		</div>

	</div>
	
</div>

<script>
$( document ).ready(function() {
    $("#bt_soporte").addClass("btn_item_menu_active"); 
});
</script>

<style>
	body{
		
		background-image: url('/img/img_wd/bg_soporte.png');
		background-size: cover;
		
	}
	.inputs{
		margin-bottom: 5px;
	}
	label{
		color: #006cc1;
		font-weight: bold;
		margin-bottom: 0px;
		margin-top: 5px;
	}
</style>