-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLucky.html
More file actions
26 lines (24 loc) · 1.1 KB
/
Lucky.html
File metadata and controls
26 lines (24 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/lucky.css">
</head>
<body>
<br>
<div class="card">
<img src="assets/Lucky.jpeg" alt="John" style="width:100%">
<h1>Lucky Benedict</h1>
<p class="title">Cuman mau coba-coba aja :D</p>
<p>Universitas Multimedia Nusantara</p>
<div style="margin: 24px 0;">
<a href="https://github.com/BLucky8"><i class="fa fa-github"></i></a>
<a href="https://www.instagram.com/lucky.benedict/?hl=id"><i class="fa fa-instagram"></i></a>
<a href="https://api.whatsapp.com/send?phone=6281212722979&text=Hallo %0A%0A"><i class="fa fa-whatsapp"></i></a>
<a href="https://www.facebook.com/LuckyBenedict8"><i class="fa fa-facebook"></i></a>
</div>
<p><a href="index.html"><button>Back</button></a></p>
</div>
</body>
</html>