-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (62 loc) · 3.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Raleway:wght@300&display=swap" rel="stylesheet">
<link href="me.css" rel="stylesheet" type="text/css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amek</title>
<div class="header">
<div class="txtheader">
<h1>AMEK</h1>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$(fadein).ready(function(){
$(".bundaran").fadeIn(1500);
$(".nama").fadeIn(1600);
$(".bio").fadeIn(1400);
});
});
</script>
</head>
<body class="bg">
<img src="memoris with her amek.png" alt="foto" class="rounded-circle bundaran" style="display: none; margin-top: 12px;">
<div class="nama dan bio">
<h1 class="nama" style="display: none;">Khumaedi</h1>
<p class="bio" style="display: none;"> i make website and memes make me go YES
</p>
<p class="bio" style="display: none;"> get in touch with me !
</p>
</div>
<div class="d-grid gap-2 col-6 mx-auto ">
<button class="btn btn-primary" type="button" onclick="window.location.href='https://github.com/Ameeeek';">Github</button>
<button class="btn btn-primary" type="button" onclick="window.location.href='https://www.facebook.com/gxbut.wkwk/';">facebook</button>
<button class="btn btn-primary" type="button" onclick="window.location.href='https://www.instagram.com/ameeek.code/';">instagram</button>
<button class="btn btn-primary" type="button" onclick="window.location.href='https://twitter.com/Ameeeekk';">twitter</button>
<button class="btn btn-primary" type="button" onclick="window.location.href='https://wa.me/085231312535';">whatsapp</button>
<button class="btn btn-primary" type="button" onclick="window.location.href='https://www.fiverr.com/ameeeek';">Fiverr</button>
</div>
<div id="fadein">
<button style="display: none;"></button>
</div>
</body>
</html>