project done before
This commit is contained in:
124
www/index.html
Normal file
124
www/index.html
Normal file
@ -0,0 +1,124 @@
|
||||
<!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">
|
||||
<style type="text/css">
|
||||
.pacific{
|
||||
font-family: Pacifico
|
||||
}
|
||||
.metal{
|
||||
font-family: Metal Mania
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- =======================================================
|
||||
* 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 class="active"><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 class="header-social-links">
|
||||
<a href="#" class="twitter"><i class="icofont-twitter"></i></a>
|
||||
<a href="#" class="facebook"><i class="icofont-facebook"></i></a>
|
||||
<a href="#" class="instagram"><i class="icofont-instagram"></i></a>
|
||||
<a href="#" class="linkedin"><i class="icofont-linkedin"></i></i></a>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
|
||||
</header><!-- End Header -->
|
||||
|
||||
<!-- ======= Hero Section ======= -->
|
||||
<section id="hero" class="d-flex align-items-center">
|
||||
<div class="container d-flex flex-column align-items-center" data-aos="zoom-in" data-aos-delay="100">
|
||||
<h1 style="font-family: Metal Mania">Irwan T-Shirt</h1>
|
||||
<h2 style="font-family: Pacifico">Aplikasi T-Shirt Design by Irwan</h2>
|
||||
<a href="desain_1.html" class="btn-about" style="font-family: Pacifico">Mulai Mendesain</a>
|
||||
</div>
|
||||
</section><!-- End Hero -->
|
||||
|
||||
<!-- ======= 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="#" 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/php-email-form/validate.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>
|
||||
|
||||
<!-- Template Main JS File -->
|
||||
<script src="cordova.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user