-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (57 loc) · 2.22 KB
/
index.html
File metadata and controls
75 lines (57 loc) · 2.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JVMDeveloperID</title>
<meta name="description" content="Komunitas pengguna dan developer JVM Indonesia">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="language" content="en-EN" />
<meta name="author" content="JVMDeveloperID" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.1/css/bulma.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="dist/main.css">
</head>
<body class="JVMDeveloperID">
<section class="hero is-primary is-medium">
<div class="hero-body">
<div class="container has-text-centered">
<figure class="image is-128x128" style="margin:auto;">
<img src="images/jvmdeveloperid.jpg">
</figure>
<h1 class="title">
JVMDeveloperID
</h1>
<h2 class="subtitle">
Komunitas pengguna dan developer JVM Indonesia
</h2>
<a class="button is-primary is-inverted is-outlined" href="https://github.com/JVMDeveloperID/">
<i class="fa fa-github-alt"></i> Github
</a>
<a class="button is-primary is-inverted is-outlined" href="https://t.me/JVMUserGroup">
<i class="fa fa-telegram"></i> Telegram
</a>
<a class="button is-primary is-inverted is-outlined" href="https://github.com/JVMDeveloperID/">
<i class="fa fa-facebook-official"></i> Facebook
</a>
</div>
</div>
</section>
<div class="container is-fluid" style="margin-top: 20px;">
<div class="columns is-centered">
<div class="column is-8">
</div>
</div>
</div>
<footer class="columns has-text-centered">
<div class="column">
<a href="https://bulma.io" target="_blank">
<img src="https://bulma.io/images/made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
</a>
<br>
<small>Copyright © 2017 by
<a href="https://github.com/JVMDeveloperID/" target="_blank">JVMDeveloperID</a>
</small>
</div>
</footer>
</body>
</html>