project done before
This commit is contained in:
164
www/desain_complete.html
Normal file
164
www/desain_complete.html
Normal file
@ -0,0 +1,164 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
|
||||
<title>Irwan T-Shirt Design</title>
|
||||
<meta content="" name="descriptison">
|
||||
<meta content="" name="keywords">
|
||||
|
||||
<!-- Favicons -->
|
||||
<link href="assets/img/favicon.png" rel="icon">
|
||||
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Metal+Mania&family=Pacifico&display=swap" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Vendor CSS Files -->
|
||||
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
|
||||
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
|
||||
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
|
||||
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
|
||||
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
|
||||
|
||||
<!-- Template Main CSS File -->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
|
||||
<script type="text/javascript" src="assets/js/html2canvas.js"></script>
|
||||
<style type="text/css">
|
||||
.swal-modal .swal-text{
|
||||
text-align: center
|
||||
}
|
||||
</style>
|
||||
<style type="text/css">
|
||||
.pacific{
|
||||
font-family: Pacifico
|
||||
}
|
||||
.metal{
|
||||
font-family: Metal Mania
|
||||
}
|
||||
</style>
|
||||
<script src="assets/sweet-alert/sweetalert.js"></script>
|
||||
|
||||
<!-- =======================================================
|
||||
* Template Name: Kelly - v2.0.0
|
||||
* Template URL: https://bootstrapmade.com/kelly-free-bootstrap-cv-resume-html-template/
|
||||
* Author: BootstrapMade.com
|
||||
* License: https://bootstrapmade.com/license/
|
||||
======================================================== -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ======= Header ======= -->
|
||||
<header id="header" class="fixed-top">
|
||||
<div class="container-fluid d-flex justify-content-between align-items-center">
|
||||
|
||||
<h1 class="logo"><a href="index.html" style="font-family: Metal Mania">Irwan T-Shirt</a></h1>
|
||||
<!-- Uncomment below if you prefer to use an image logo -->
|
||||
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
|
||||
|
||||
<nav class="nav-menu d-none d-lg-block">
|
||||
<ul class="metal">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="list.html">Design List</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</nav><!-- .nav-menu -->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</header><!-- End Header -->
|
||||
|
||||
<main id="main">
|
||||
|
||||
<!-- ======= Contact Section ======= -->
|
||||
<section id="contact" class="contact">
|
||||
<div class="container" data-aos="fade-up">
|
||||
|
||||
<div class="section-title">
|
||||
<h2 class="metal">Desain Selesai</h2>
|
||||
<p style="text-align: center; font-family: Pacifico">Tekan Tombol Share Jika Ingin Berkongsi Ke Media Sosial</p>
|
||||
</div>
|
||||
<div id="output" style="display: none"></div>
|
||||
|
||||
<div class="row">
|
||||
<div id="sini_tampung_image" style="display: none"></div>
|
||||
<div class="col-lg-12 mt-lg-0" id="sini_dianya">
|
||||
<div class="form-group">
|
||||
<center>
|
||||
<button onclick="takeshot()" class="btn btn-info" style=" font-family: Metal Mania">Share</button>  
|
||||
<div style="display: none"><button id="ini_untuk_share" class="btn btn-info">base64 image only</button>   </div>
|
||||
<!-- <button onclick="takeshot()" class="btn btn-primary" style="font-weight: bold;">Edit Desain</button> -->
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<div style="background-image: url(assets/img/white.png); height: 350px; width: 100%;background-size: 100% 100%;" id="sini_div_baju_color">
|
||||
<div style="height: 20%; width: 100%;background-size: 100% 100%;"></div>
|
||||
<div id="sini_div_canvas" style="height: 68%; width: 45%;background-size: 100% 100%; position: center; margin: auto;">
|
||||
<div class="form-group fabric-canvas-wrapper" style="height: 100%">
|
||||
<canvas id="c" style="pointer-events:none;"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<center><button onclick="hapus_desain()" class="btn btn-danger" style=" font-family: Metal Mania">Hapus Desain</button>   <a href="index.html"><button class="btn btn-success" style=" font-family: Metal Mania">Kembali</button></a></center>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section><!-- End Contact Section -->
|
||||
|
||||
</main><!-- End #main -->
|
||||
|
||||
<!-- ======= Footer ======= -->
|
||||
<footer id="footer">
|
||||
<div class="container">
|
||||
<div class="copyright" style="font-family: Pacifico">
|
||||
© Copyright <strong><span>Irwan</span></strong>. All Rights Reserved
|
||||
</div>
|
||||
<div class="credits" style="font-family: Metal Mania">
|
||||
<!-- All the links in the footer should remain intact. -->
|
||||
<!-- You can delete the links only if you purchased the pro version. -->
|
||||
<!-- Licensing information: https://bootstrapmade.com/license/ -->
|
||||
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/kelly-free-bootstrap-cv-resume-html-template/ -->
|
||||
Designed by Irwan
|
||||
</div>
|
||||
</div>
|
||||
</footer><!-- End Footer -->
|
||||
|
||||
<div id="preloader"></div>
|
||||
<a href="#" id="back_to_top" class="back-to-top"><i class="bx bx-up-arrow-alt"></i></a>
|
||||
|
||||
<!-- Vendor JS Files -->
|
||||
<script src="assets/vendor/jquery/jquery.min.js"></script>
|
||||
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
|
||||
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
|
||||
<script src="assets/vendor/counterup/counterup.min.js"></script>
|
||||
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
|
||||
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
|
||||
<script src="assets/vendor/venobox/venobox.min.js"></script>
|
||||
<script src="assets/vendor/aos/aos.js"></script>
|
||||
<script src="assets/toastr/toastr.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="assets/toastr/toastr.min.css">
|
||||
|
||||
<!-- Template Main JS File -->
|
||||
<script src="cordova.js"></script>
|
||||
|
||||
<script src="assets/fabric.min.js"></script>
|
||||
<script src="assets/js/desain_3.js"></script>
|
||||
<!-- <script src="https://cdn.jsdelivr.net/npm/html2canvas@1.0.0-rc.5/dist/html2canvas.min.js"></script> -->
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user