|  | @@ -0,0 +1,47 @@
 | 
	
		
			
				|  |  | +<!DOCTYPE html>
 | 
	
		
			
				|  |  | +<html lang="en">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +<head>
 | 
	
		
			
				|  |  | +    <meta charset="UTF-8">
 | 
	
		
			
				|  |  | +    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
	
		
			
				|  |  | +    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
	
		
			
				|  |  | +    <title>glass-property</title>
 | 
	
		
			
				|  |  | +    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
 | 
	
		
			
				|  |  | +        integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
 | 
	
		
			
				|  |  | +    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 | 
	
		
			
				|  |  | +      crossorigin="anonymous">
 | 
	
		
			
				|  |  | +    <link rel="stylesheet" href="./style.css">
 | 
	
		
			
				|  |  | +</head>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +<body>
 | 
	
		
			
				|  |  | +    <section class="sec-usecase">
 | 
	
		
			
				|  |  | +      <div class="container">
 | 
	
		
			
				|  |  | +          <div class="row my-5">
 | 
	
		
			
				|  |  | +              <div class="col-12 col-md-6 m-4">
 | 
	
		
			
				|  |  | +                <a href="./make_video.html">
 | 
	
		
			
				|  |  | +                  <h3 class="usecase-sub"><i class="fas fa-circle"></i> 手動製作影片</h3>
 | 
	
		
			
				|  |  | +                </a>
 | 
	
		
			
				|  |  | +              </div>
 | 
	
		
			
				|  |  | +              <div class="col-12 col-md-6 m-4">
 | 
	
		
			
				|  |  | +                <a href="#">
 | 
	
		
			
				|  |  | +                  <h3 class="usecase-sub"><i class="fas fa-circle"></i> 自動影片製作</h3>
 | 
	
		
			
				|  |  | +                </a>
 | 
	
		
			
				|  |  | +              </div>
 | 
	
		
			
				|  |  | +          </div>
 | 
	
		
			
				|  |  | +      </div>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    </section>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js"
 | 
	
		
			
				|  |  | +        integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN"
 | 
	
		
			
				|  |  | +        crossorigin="anonymous"></script>
 | 
	
		
			
				|  |  | +    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.min.js"
 | 
	
		
			
				|  |  | +        integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/"
 | 
	
		
			
				|  |  | +        crossorigin="anonymous"></script>
 | 
	
		
			
				|  |  | +    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
 | 
	
		
			
				|  |  | +    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
 | 
	
		
			
				|  |  | +</body>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +</html>
 |