Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +3 -75
templates/index.html
CHANGED
|
@@ -104,42 +104,7 @@
|
|
| 104 |
<img class="img-fluid" src="{{url_for('static',filename='assets/img/portfolio/document.jpg')}}" alt="..." />
|
| 105 |
</div>
|
| 106 |
</div>
|
| 107 |
-
|
| 108 |
-
<!-- <div class="col-md-6 col-lg-4 mb-5">
|
| 109 |
-
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal3">
|
| 110 |
-
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
|
| 111 |
-
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
|
| 112 |
-
</div>
|
| 113 |
-
<img class="img-fluid" src="assets/img/portfolio/circus.png" alt="..." />
|
| 114 |
-
</div>
|
| 115 |
-
</div> -->
|
| 116 |
-
<!-- Portfolio Item 4-->
|
| 117 |
-
<!-- <div class="col-md-6 col-lg-4 mb-5 mb-lg-0">
|
| 118 |
-
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal4">
|
| 119 |
-
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
|
| 120 |
-
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
|
| 121 |
-
</div>
|
| 122 |
-
<img class="img-fluid" src="assets/img/portfolio/game.png" alt="..." />
|
| 123 |
-
</div>
|
| 124 |
-
</div> -->
|
| 125 |
-
<!-- Portfolio Item 5-->
|
| 126 |
-
<!-- <div class="col-md-6 col-lg-4 mb-5 mb-md-0">
|
| 127 |
-
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal5">
|
| 128 |
-
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
|
| 129 |
-
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
|
| 130 |
-
</div>
|
| 131 |
-
<img class="img-fluid" src="assets/img/portfolio/safe.png" alt="..." />
|
| 132 |
-
</div>
|
| 133 |
-
</div> -->
|
| 134 |
-
<!-- Portfolio Item 6-->
|
| 135 |
-
<!-- <div class="col-md-6 col-lg-4">
|
| 136 |
-
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal6">
|
| 137 |
-
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
|
| 138 |
-
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
|
| 139 |
-
</div>
|
| 140 |
-
<img class="img-fluid" src="assets/img/portfolio/submarine.png" alt="..." />
|
| 141 |
-
</div>
|
| 142 |
-
</div> -->
|
| 143 |
</div>
|
| 144 |
</div>
|
| 145 |
</section>
|
|
@@ -183,13 +148,7 @@
|
|
| 183 |
<!-- Contact Section Form-->
|
| 184 |
<div class="row justify-content-center">
|
| 185 |
<div class="col-lg-8 col-xl-7">
|
| 186 |
-
|
| 187 |
-
<!-- * * SB Forms Contact Form * *-->
|
| 188 |
-
<!-- * * * * * * * * * * * * * * *-->
|
| 189 |
-
<!-- This form is pre-integrated with SB Forms.-->
|
| 190 |
-
<!-- To make this form functional, sign up at-->
|
| 191 |
-
<!-- https://startbootstrap.com/solution/contact-forms-->
|
| 192 |
-
<!-- to get an API token!-->
|
| 193 |
<form id="contactForm" action="mailto:vermav9810@gmail.com">
|
| 194 |
<!-- Name input-->
|
| 195 |
<div class="form-floating mb-3">
|
|
@@ -352,38 +311,7 @@
|
|
| 352 |
</div>
|
| 353 |
</div>
|
| 354 |
</div>
|
| 355 |
-
|
| 356 |
-
<!-- <div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" aria-labelledby="portfolioModal3" aria-hidden="true">
|
| 357 |
-
<div class="modal-dialog modal-xl">
|
| 358 |
-
<div class="modal-content">
|
| 359 |
-
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
|
| 360 |
-
<div class="modal-body text-center pb-5">
|
| 361 |
-
<div class="container">
|
| 362 |
-
<div class="row justify-content-center">
|
| 363 |
-
<div class="col-lg-8">-->
|
| 364 |
-
<!-- Portfolio Modal - Title-->
|
| 365 |
-
<!--<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Circus Tent</h2>-->
|
| 366 |
-
<!-- Icon Divider-->
|
| 367 |
-
<!--<div class="divider-custom">
|
| 368 |
-
<div class="divider-custom-line"></div>
|
| 369 |
-
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
|
| 370 |
-
<div class="divider-custom-line"></div>
|
| 371 |
-
</div>-->
|
| 372 |
-
<!-- Portfolio Modal - Image-->
|
| 373 |
-
<!--<img class="img-fluid rounded mb-5" src="assets/img/portfolio/circus.png" alt="..." />-->
|
| 374 |
-
<!-- Portfolio Modal - Text-->
|
| 375 |
-
<!--<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.</p>
|
| 376 |
-
<button class="btn btn-primary" data-bs-dismiss="modal">
|
| 377 |
-
<i class="fas fa-xmark fa-fw"></i>
|
| 378 |
-
Close Window
|
| 379 |
-
</button>
|
| 380 |
-
</div>
|
| 381 |
-
</div>
|
| 382 |
-
</div>
|
| 383 |
-
</div>
|
| 384 |
-
</div>
|
| 385 |
-
</div>
|
| 386 |
-
</div>-->
|
| 387 |
|
| 388 |
<!-- Bootstrap core JS-->
|
| 389 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
| 104 |
<img class="img-fluid" src="{{url_for('static',filename='assets/img/portfolio/document.jpg')}}" alt="..." />
|
| 105 |
</div>
|
| 106 |
</div>
|
| 107 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
</div>
|
| 109 |
</div>
|
| 110 |
</section>
|
|
|
|
| 148 |
<!-- Contact Section Form-->
|
| 149 |
<div class="row justify-content-center">
|
| 150 |
<div class="col-lg-8 col-xl-7">
|
| 151 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
<form id="contactForm" action="mailto:vermav9810@gmail.com">
|
| 153 |
<!-- Name input-->
|
| 154 |
<div class="form-floating mb-3">
|
|
|
|
| 311 |
</div>
|
| 312 |
</div>
|
| 313 |
</div>
|
| 314 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 315 |
|
| 316 |
<!-- Bootstrap core JS-->
|
| 317 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|