remove external dependencies
parent
cb79feadeb
commit
2e46ffe57d
|
@ -69,7 +69,7 @@ if(input != undefined){
|
|||
callback(countryCode);
|
||||
});
|
||||
},
|
||||
utilsScript: "{{storage('assets/libs/intl-tel-input/js/utils.min.js')}}",
|
||||
utilsScript: "/template/assets/libs/intl-tel-input/js/utils.min.js",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
|
||||
<link href="{{storage('assets/libs/bootstrap-5.2.0/bootstrap-5.2.0.min.css')}}" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
|
||||
<link href="{{storage('assets/libs/animate-4.1.1.min.css')}}" rel="stylesheet"/>
|
||||
<style>
|
||||
body{
|
||||
background-color: #f1f4f7;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<script src="{{storage('assets/libs/jquery-3.6.1.min.js')}}"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js" integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js" integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK" crossorigin="anonymous"></script>
|
||||
<script src="{{storage('assets/libs/lottie-player-1.5.7.js')}}"></script>
|
||||
<script src="{{storage('assets/libs/popper-2.11.5.min.js')}}" integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk" crossorigin="anonymous"></script>
|
||||
<script src="{{storage('assets/libs/bootstrap-5.2.0/bootstrap-5.2.0.min.js')}}" integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK" crossorigin="anonymous"></script>
|
|
@ -1,7 +1,6 @@
|
|||
@layout('content.master')
|
||||
@section('head')
|
||||
<title>Areya Energy</title>
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
<title>Areya Energy - Photovoltaik und Energielösungen</title>
|
||||
@stop
|
||||
@section('content')
|
||||
<div class="container">
|
||||
|
|
|
@ -110,7 +110,6 @@
|
|||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
<lottie-player src="https://assets2.lottiefiles.com/packages/lf20_3VDN1k.json" background="transparent" speed="1" style="width: 150px; height: 150px; margin-left: 40%" loop autoplay></lottie-player>
|
||||
<br>
|
||||
<br>
|
||||
|
@ -178,7 +177,6 @@
|
|||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
<br>
|
||||
<lottie-player src="https://assets6.lottiefiles.com/packages/lf20_Ch6lCf.json" background="transparent" speed="0.6" style="width: 180px; height: 180px; margin-left:30%;" loop autoplay></lottie-player>
|
||||
<br>
|
||||
|
@ -205,19 +203,14 @@
|
|||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
|
||||
<br>
|
||||
<lottie-player src="https://lottie.host/72251293-3f2d-45fe-859c-b967787a424b/XWNIgGYQEy.json" background="transparent" speed="0.2" style="width: 180px; height: 180px; margin-left: 28%;" loop autoplay></lottie-player>
|
||||
|
||||
<br>
|
||||
Es befinden sich bereits Waren in Ihrem Warenkorb. Durch den Import der neuen Einkaufsliste wird die bestehnde Liste ersetzt.
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<div class="row">
|
||||
|
|
|
@ -1,34 +1,24 @@
|
|||
@layout('content.master')
|
||||
@section('head')
|
||||
<link rel="stylesheet" href="{{storage('assets/libs/intl-tel-input/css/intlTelInput.min.css')}}">
|
||||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAQj1N9Mj-OzOiUjt5QUDRkcDonXz4O85A&v=3.exp&sensor=false&libraries=places"></script>
|
||||
@stop
|
||||
@section('content')
|
||||
<div class="container">
|
||||
@if(session()->has('success'))
|
||||
<div class="row">
|
||||
|
||||
<div class="col-12">
|
||||
|
||||
<div class="alert alert-success mt-5" id="successful-submitting-form" role="alert">
|
||||
<div class="row">
|
||||
<div class="col-1">
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
<lottie-player src="https://assets6.lottiefiles.com/packages/lf20_mddh5ano.json" background="transparent" speed="1" style="width: 120px; height: 120px;" autoplay></lottie-player>
|
||||
|
||||
<lottie-player src="https://assets6.lottiefiles.com/packages/lf20_mddh5ano.json" background="transparent" speed="1" style="width: 120px; height: 120px;" autoplay></lottie-player>
|
||||
</div>
|
||||
<div class="col-10">
|
||||
<br>
|
||||
<h2 class="mt-3 ms-3 fs-3">Anfrage erfolgreich abgesendet!</h2>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-12">
|
||||
<h1 class="mt-5 mb-4">Kostenloses Beratungsgespräch</h1>
|
||||
<h5 class="mt-5 mb-4">Wann haben Sie Zeit um zu telefonieren?</h5>
|
||||
|
@ -37,12 +27,7 @@
|
|||
So können Sie alle Fragen und etwaige Unklarheiten direkt mit mir klären.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-12" style="min-height:800px; ">
|
||||
|
||||
|
||||
|
||||
<!-- Calendly inline widget begin -->
|
||||
<div class="calendly-inline-widget" style="width:1200px;;height:100%;" data-auto-load="false">
|
||||
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
|
||||
|
@ -54,11 +39,9 @@
|
|||
email: "{{session()->get('entry')['email']}}",
|
||||
location: "4916098200321"
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
@ -71,7 +54,6 @@
|
|||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
<!-- Calendly inline widget end -->
|
||||
</div>
|
||||
|
@ -80,7 +62,6 @@
|
|||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
<lottie-player src="https://assets2.lottiefiles.com/packages/lf20_3VDN1k.json" background="transparent" speed="1" style="width: 150px; height: 150px; margin-left: 40%" loop autoplay></lottie-player>
|
||||
<br>
|
||||
<br>
|
||||
|
@ -136,17 +117,14 @@
|
|||
<option>Firma</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-4">
|
||||
<label for="" class="form-label">Vorname</label>
|
||||
<input type="text" class="form-control" name="vorname" aria-describedby="" placeholder="Maximilian">
|
||||
</div>
|
||||
|
||||
<div class="mb-4">
|
||||
<label for="" class="form-label">Nachname</label>
|
||||
<input type="text" class="form-control" name="nachname" aria-describedby="" placeholder="Mustermann">
|
||||
</div>
|
||||
|
||||
<div class="mb-4">
|
||||
<label for="exampleInputEmail1" class="form-label">E-Mail</label>
|
||||
<input type="email" class="form-control" name="email" aria-describedby="emailHelp" placeholder="max.mustermann@areya.de">
|
||||
|
@ -168,23 +146,17 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
|
||||
|
||||
<div class="input-group input-group-sm mb-2">
|
||||
<span class="input-group-text" id="basic-addon3">Nr.:</span>
|
||||
<input type="text" class="form-control" id="street-number" disabled required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-4">
|
||||
<div class="input-group input-group-sm mb-2">
|
||||
<span class="input-group-text" id="basic-addon3">Postleitzahl</span>
|
||||
<input type="text" class="form-control" id="postal-code" disabled>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-8">
|
||||
<div class="input-group input-group-sm mb-2">
|
||||
<span class="input-group-text" id="basic-addon3">Ort:</span>
|
||||
|
@ -192,10 +164,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-4 form-check mt-5">
|
||||
|
@ -206,7 +174,6 @@
|
|||
<button type="submit" class="btn-success btn mt-3">
|
||||
Anfrage abschicken
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</x-form>
|
||||
</div>
|
||||
|
@ -268,6 +235,7 @@
|
|||
</div>
|
||||
@stop
|
||||
@section('scripts')
|
||||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAQj1N9Mj-OzOiUjt5QUDRkcDonXz4O85A&v=3.exp&sensor=false&libraries=places"></script>
|
||||
<script src="{{storage('assets/libs/intl-tel-input/js/intlTelInput.min.js')}}"></script>
|
||||
<script src="{{storage('assets/js/checkout.js')}}"></script>
|
||||
@stop
|
||||
|
|
Loading…
Reference in New Issue