-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (185 loc) · 9.42 KB
/
index.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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/fontawesome.css">
<link rel="stylesheet" href="style.css">
<title>Website</title>
</head>
<body>
<div class="menu">
<nav>
<div class="logo">
<h1>Rekayasaperangkatlunak</h1>
</div>
<div class="icon" id="icon" >
<i class="fa-solid fa-bars" ></i>
</div>
<ul id="list-nav" class="hidden">
<li>
<a href="#Kegiatan">Kegiatan</a>
</li>
<li>
<a href="#Guru">Guru</a>
</li>
<li>
<a href="#Fasilitas">Fasilitas</a>
</li>
<li>
<a href="#kontak">Kontak</a>
</li>
</ul>
</nav>
</div>
<!-- HERO SECTION -->
<div class="hero-section ">
<h1>SELAMAT DATANG</h1>
<h2>DI WEBSITE JURUSAN REKAYASA PERANGKAT LUNAK</h2>
<div class="hero-sectionlogo">
<img src="foto/RplLogo-removebg-preview.png" alt="">
</div>
</div>
<!-- END HERO SECTION -->
<!-- SECTION KEGIATAN -->
<div class="section-kegiatan">
<section id="Kegiatan">
<div class="kegiatan-title">
<h1>KEGIATAN</h1>
</div>
<div class="main-wrap">
<img src="foto/SEPORTO.jpg" alt="">
<div class="img-desc">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
<div class="main-wrap">
<img src="foto/segem.jpg" alt="">
<div class="img-desc">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
<div class="main-wrap">
<img src="foto/seleg.jpg" alt="">
<div class="img-desc">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</section>
</div>
<!-- SECTION GURU -->
<div class="section-guru">
<section id="Guru">
<div class="guru-title">
<h1> GURU </h1>
</div>
<div class="card-wrap">
<div class="itemsone">
<img src="foto/orang1.png" alt="">
<h1>Simon Guetre</h1>
<h2>Kepala jurusan</h2>
</div>
<div class="itemsone">
<img src="foto/orang2.png" alt="">
<h1>David Thompson</h1>
<h2>Kepala bengkel</h2>
</div>
<div class="itemsone">
<img src="foto/orang3.png" alt="">
<h1>Leamont Manny</h1>
<h2>Guru</h2>
</div>
<div class="itemsone">
<img src="foto/orang4.png" alt="">
<h1>Mario Maddison</h1>
<h2>Guru </h2>
</div>
<div class="itemsone">
<img src="foto/orang5.png" alt="">
<h1>Kevin Harris</h1>
<h2>Guru</h2>
</div>
<div class="itemsone">
<img src="foto/orang6.png" alt="">
<h1>Ahmed Qaseem</h1>
<h2>Teknisi</h2>
</div>
</div>
</section>
</div>
<!-- SECTION GURU -->
<!-- SECTION FASILITAS -->
<div class="section-fasilitas">
<section id="Fasilitas">
<div class="fasilitas-title">
<h1> Fasilitas </h1>
</div>
<div class="card-wrap-fasilitas">
<div class="itemstwo">
<img src="foto/f1.jpg" alt="">
<h1>PC dan Monitor</h1>
</div>
<div class="itemstwo">
<img src="foto/f2.jpg" alt="">
<h1>Rak Al-Qur'An</h1>
</div>
<div class="itemstwo">
<img src="foto/f3.jpg" alt="">
<h1>Kipas angin</h1>
</div>
<div class="itemstwo">
<img src="foto/f4.jpg" alt="">
<h1>Layar proyektor</h1>
</div>
<div class="itemstwo">
<img src="foto/f5.jpg" alt="">
<h1>Pengondisi udara</h1>
</div>
<div class="itemstwo">
<img src="foto/f6.jpg" alt="">
<h1>Meja makan</h1>
</div>
</div>
</section>
</div>
<!-- SECTION FASILITAS -->
<!-- SECTION KONTAK -->
<div class="section-kontak">
<section id="kontak">
<div class="kontak-title">
<h1> Kontak Kami</h1>
</div>
<div class="main-kontak">
<div class="wrap-kontak">
<div class="left-kontak">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3960.8923427728214!2d107.53569366123972!3d-6.9034761141389325!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e68e5a529094097%3A0x5d638aee4fd75b1d!2sSMKN%201%20Cimahi!5e0!3m2!1sid!2sid!4v1730612026968!5m2!1sid!2sid" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="right-kontak">
<form action="https://formspree.io/f/xanyelrp" method="POST">
<label for="">
<input type="text" name="nama" placeholder="Masukkan nama anda ">
</label>
<label>
<input type="email" name="email" placeholder="Masukkan email anda">
</label>
<label>
<textarea name="message" placeholder="Masukkan kesan dan pesan kamu"></textarea>
</label>
<!-- your other form fields go here -->
<button type="submit">kirim</button>
</form>
</div>
</div>
</div>
</section>
</div>
<!-- SECTION KONTAK -->
<!-- FOOTER -->
<footer class="down">
<p>© 2024 Last man standings All Rights Reserved</p>
</footer>
<!-- FOOTER -->
<script src="script.js"></script>
</body>
</html>