-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
83 lines (61 loc) · 2.53 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!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">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
<title>About</title>
</head>
<body>
<header class="header">
<div id="menu-btn" class="fas fa-bars"></div>
<a href="#" class="logo"> <span>Enzzo </span>Showroom </a>
<nav class="navbar">
<div id = "check"></div>
<a href="index.html#beranda">beranda</a>
<a href="index.html#kontak">kontak</a>
</nav>
<div id="login-btn">
<div id = "log_info"></div>
<i class="far fa-user"></i>
</div>
</header>
<div class="login-form-container">
<span id="close-login-form" class="fas fa-times"></span>
<form method="POST" action="Login.php">
<div id = "log"></div>
</form>
</div>
<section class="beranda" id="beranda">
</section>
<section class="kendaraan" id="kendaraan">
<br><br><br>
<h1 class="heading" >        Kelompok <span> 1</span> TIK2032F</h1>
<div class="batas">
<div class = 'content'>
<p class="heading2">
<span class="#">Grasio Sandi Carel : 20021106119</span>
<br>
<span class="#">Patrick Gustavo Waluyan : 20021106121</span>
<br>
<span class="#">Calvin Wowiling : 20021106106</span>
<br>
<span class="#">Jrenski Wilar : 18021106053</span>
<br>
<p>Note : hanya jrenski wilar yg tidak ada kontribusi</p>
<br>
<a href="https://drive.google.com/drive/folders/18NsWWbu-swaNpIh4CMkn_AY_5rsoEFbT?usp=sharing">Link Video</a>
</p>
</div>
</div>
</section>
<section class="unggulan" id="unggulan">
</section>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="js/script.js"></script>
</body>