-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (89 loc) · 2.14 KB
/
index.html
File metadata and controls
91 lines (89 loc) · 2.14 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<head>
<title>
Komunitas GodotID | Game Developer Nusantara Indonesia
</title>
<meta name="description" content="Media kolaborasi sebentang nusantara tentang Game Development di game engine Godot"> </meta>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> </meta>
<link href="css/general.css" rel="stylesheet"></link>
<link href="css/index.css" rel="stylesheet"></link>
<script defer="" src="js/global.js"></script>
<script defer="" src="js/index.js"></script>
</head>
<body>
<hero>
<nav>
<img id="logo" src="imgs/logo.svg"></img>
<hr></hr>
<div>
<a href="/fundraising">
Fundraising
</a>
<a href="/galeri">
Galeri
</a>
<a href="#karya">
Karya
</a>
</div>
</nav>
<content>
<left>
<h1 class="white">
Komunitas Nomor 1 Godot Developer Indonesia
</h1>
<p class="white">
Join kuy
</p>
<flex class="row gap">
<a href="#model-komunitas" class="cta-pr">
Lihat-Lihat
</a>
<a href="/galeri" class="cta-pr-gh">
Galeri
</a>
</flex>
</left>
<right>
<img src="/imgs/heroimage.png" class="hidden"></img>
</right>
</content>
</hero>
<section id="model-komunitas">
<left>
<h2>
Model Komunitas Kami
</h2>
<p>
Komunitas kami menerapkan sistem open source untuk seluruh produk yang telah kami buat. Berbagai kegiatan juga dapat diselenggarakan di komunitas oleh para anggota. Laporan keuangan kami dapat dilihat melalui budget.godot.id secara langsung dan transparan.
</p>
</left>
<right></right>
</section>
<section id="karya">
<h3>
Karya Anggota
<div id="karya-viewer">
</div>
</h3>
</section>
<section id="ctajoin">
<div>
<h3>
Ayo Bergabung
</h3>
<p class="white">
Kami sangat menunggu kehadiranmu!
</p>
</div>
<a href="https://t.me/godot_indonesia" class="cta">
Gabung Sekarang
</a>
</section>
<footer>
<p>
We are independent and in no way affiliated with the <a href="https://godotengine.org">Official Godot Team</a>
</p>
</footer>
</body>
</html>