-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (159 loc) · 4.45 KB
/
Copy pathindex.html
File metadata and controls
167 lines (159 loc) · 4.45 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Biar bisa lebih responsif -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Desain CSS -->
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="responsive.css">
<!-- Linknya Font Awesome -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Link ke Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<!-- Judulnya -->
<title>Team_A32</title>
</head>
<body id="beranda" class="scrollspy">
<!-- Bagian headernya -->
<header>
<div class="container">
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<span class="fa fa-bars menu-icon"></span>
</label>
<label><img class="kirilogo" src="logo_A32.png"></label>
<div class="navigasi">
<ul>
<li><a href="#layanan">Service</a></li>
<li><a href="#profil">Profile</a></li>
<li><a href="#beranda">Home</a></li>
</ul>
</div>
</div>
<section></section>
</header>
<!-- Bagian slidernya -->
<div class="slider">
<figure>
<img src="banner1.png" />
<img src="banner2.png" />
<img src="banner3.png" />
<img src="banner1.png" />
<img src="banner2.png" />
</figure>
</div>
<!-- Bagian Profil -->
<div class="profil" id="profil">
<div class="myprofil">
<h2>Our Team</h2>
</div>
<div class="profils">
<div class="profil-list">
<div class="profil-item">
<img src="default.png">
</div>
<div class="bio">
<p>Khaerul Latif</p>
<p>149173029100-292</p>
</div>
</div>
<div class="profil-list">
<div class="profil-item">
<img src="default.png">
</div>
<div class="bio">
<p>Kezia Anindita K.</p>
<p>149173029100-598</p>
</div>
</div>
<div class="profil-list">
<div class="profil-item">
<img src="default.png">
</div>
<div class="bio">
<p>Khahlil Gibran Hadi</p>
<p>149173029100-678</p>
</div>
</div>
<div class="profil-list">
<div class="profil-item">
<img src="default.png">
</div>
<div class="bio">
<p>Miftakhur Rohman</p>
<p>149173029100-1256</p>
</div>
</div>
<div class="profil-list">
<div class="profil-item">
<img src="default.png">
</div>
<div class="bio">
<p>Moch Karya Nugraha</p>
<p>149173029100-258</p>
</div>
</div>
</div>
</div>
<!-- Bagian Layanan -->
<div class="layanan" id="layanan">
<div class="container">
<div class="judulnya">
<h2>Our Services</h2>
</div>
<div class="unggulans">
<div class="unggulan">
<div class="unggulan-logo">
<img src="gocar.png">
<h4>Traveling</h4>
</div>
</div>
<div class="unggulan">
<div class="unggulan-logo">
<img src="gofood.png">
<h4>Food</h4>
</div>
</div>
<div class="unggulan">
<div class="unggulan-logo">
<img src="gotik.png">
<h4>Entertainment</h4>
</div>
</div>
<div class="unggulan">
<div class="unggulan-logo">
<img src="gobiz.png">
<h4>Business</h4>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<!-- Bagian footer -->
<div class="footer">
<marquee>Terima kasih telah mengunjungi website Team A32</marquee>
<div class="container">
<div class="footer-logo">
<p>Copyright @2022 Team A32 Project Progate</p>
<p>Digital Talent Scholarship</p>
</div>
<div class="footer-list">
<p>Follow Us and Get Inspired By Team A32</p>
<table>
<tr>
<td><a href="#"><img src="facebook.png" width="30" height="30" title="Facebook"></a></td>
<td><a href="#"><img src="instagram.png" width="40" height="40" title="Instagram"></a></td>
<td><a href="#"><img src="twitter.png" width="30" height="30" title="Twitter"></a></td>
<td><a href="#"><img src="pinterest.png" width="30" height="30" title="Pinterest"></a></td>
<td><a href="#"><img src="youtube.png" width="35" height="35" title="Youtube"></a></td>
<td><a href="#"><img src="telegram.png" width="30" height="30" title="Telegram"></a></td>
<td><a href="#"><img src="whatsapp.png" width="30" height="30" title="WhatsApp"></a></td>
</tr>
<table>
</div>
</div>
</div>
</body>
</html>