-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (55 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Charles</title>
</head>
<body>
<!-- <div id="myHeading">
<div id="myLogo">Charles.</div>
<div id="myAbout">
<a class="classHeading">Home</a>
<a class="classHeading">About</a>
<a class="classHeading">Blog</a>
<a class="classHeading">Portfolio</a>
</div>
</div> -->
<div id="body1">
<div id="backgroundBody">
<img id="foto" src="src/crop.jpg">
<div id="nama">Charles</div>
<div id="nrp">NRP : 5025211082</div>
<div id="nohp">HP : 082275889102</div>
<div id="alamat">Perumdos ITS Blok X No. 26</div>
<iframe id="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3989.3143562305577!2d104.4550865748184!3d0.9106792628303878!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31d97392e6a044a1%3A0x383dd24f504f6224!2sSMA%20Swasta%20Maitreyawira%20Tanjungpinang!5e0!3m2!1sen!2sid!4v1693806949330!5m2!1sen!2sid" width="240" height="180" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div id="body2">
<div id="pemrograman">
PEMROGRAMAN
</div>
<div id="web">
WEB
</div>
<div id="text1">Harapan Mengikuti PWEB : Mampu memahami dan mengimplementasikan pemrograman web dengan baik </div>
<div id="container">
<div id="youtube">
<img id="logoYoutube" src="src/youtube.png">
<div id="deskripsiYoutube">TIGA <br> LINK <br> YOUTUBE</div>
<a href="youtube.html">
<img id="arrowOne" src="src/arrow-right.png">
</a>
</div>
<div id="website">
<img id="logoWebsite" src="src/world-wide-web.png">
<div id="deskripsiWebsite">SEPULUH <br> LINK <br> WEBSITE</div>
<a href="website.html">
<img id="arrowTwo" src="src/arrow-right.png">
</a>
</div>
</div>
</div>
</div>
</body>
</html>