-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·135 lines (133 loc) · 6.9 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<!-- Help browser to understand the version of HTML the document is written in for better interpretability -->
<html lang="en">
<head>
<!-- Specifies the character encoding for the HTML -->
<meta charset="UTF-8" />
<!-- Specifies the name of the web application that page is represents. -->
<meta name="application-name" content="Craccken" />
<!-- Set up website to have an application shortcut icon added to a device homescreen and the app launch in full-screen "app-mode" (android) -->
<meta name="mobile-web-app-capable" content="yes" />
<!-- Set color for status bar and address bar in meta tag (android) -->
<meta name="theme-color" content="#000000" />
<!-- Force IE 8/9/10 to use its latest rendering engine -->
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<!-- The Cache-Control HTTP header field holds directives (instructions) — in both requests and responses — that control caching in browsers and shared caches (e.g. Proxies, CDNs). -->
<meta http-equiv="cache-control" content="public, max-age=31536000, must-revalidate">
<!-- Set up website to have an application shortcut icon added to a device homescreen and the app launch in full-screen "app-mode" (IOS) -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Set color for status bar and address bar in meta tag (IOS) -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000000" />
<!-- Set the author of the page -->
<meta name="author" content="Craccken Team" />
<!-- Set the description of the page -->
<meta name="description" content="Focus on creating futuristic like software." />
<!-- Define open-graph title -->
<meta name="og:title" content="Craccken - Glory to Almighty God" />
<!-- Define the content language -->
<meta name="og:locale" content="en_US" />
<!-- Define name of overall website content -->
<meta name="og:site_name" content="Craccken" />
<!-- Define open-graph description of the content -->
<meta name="og:description" content="Focus on creating futuristic like software." />
<!-- Define the url of the content -->
<meta name="og:url" content="https://craccken.github.io" />
<!-- Define type of object sharing -->
<meta name="og:type" content="Technology" />
<!-- Set keywords for search engines (comma-separated) -->
<meta name="keywords" content="Linux, Arch, Craccken, Technology" />
<!-- Do not offer translations of this page in search results -->
<meta name="robots" content="notranslate" />
<!-- Gives a general age rating based on the document's content -->
<meta name="rating" content="General" />
<!-- Prevent people from saving things from website -->
<meta name="pinterest" content="nopin" description="Sorry, you can't save from my website XD" />
<!-- Controls the viewport (the user's visible area of web page), "width" sets the width to follow the screen-width, "initial-scale" sets the initial zoom level when page is fist loaded-->
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0" />
<!-- Define title of the web page -->
<title>Craccken</title>
<!-- Set favicons of the page -->
<link rel="website icon" type="svg" href="https://raw.githubusercontent.com/Craccken/assets/main/logo/craccken-logo-red.svg">
<!-- CSS -->
<link rel="stylesheet" href="style/style.css" />
<link rel="stylesheet" href="style/cursor.css" />
<link rel="stylesheet" href="style/button.css">
<link rel="stylesheet" href="style/glitch.css">
</head>
<body>
<div class="header">
<!-- <img src="assets/BANNER.png" alt=".." class="banner-jumbotron"> -->
<h1 class="banner-jumbotron">BANNER</h1>
<div class="jumbotron">
<img src="assets/Pembatas-lurus.svg" alt=".." class="horizontal-separator">
<div class="banner">
<img src="https://raw.githubusercontent.com/Craccken/assets/main/logo/craccken-logo-red.svg" width="200px"></img>
</div>
<div class="banner-text">
<div class="wrapper">
<h1 class="glitch">Craccken</h1>
</div>
<h6>Focus on creating futuristic like software.</h6>
</div>
</div>
<img src="assets/garis.svg" alt=".." class="separator">
<img src="assets/Bintik.svg" alt=".." class="bintik">
<img src="assets/Tanda.svg" alt=".." class="tanda">
</div>
<div class="container">
<div class="isi">
<h1 class="features-jumbotron">FEATURES</h1>
<img src="assets/Tanda.svg" alt=".." class="tanda2">
<div class="gambar">
<img src="assets/img1.png" alt=".." style="margin-top: 20px;">
<img src="assets/img2.png" alt="..">
</div>
<div class="features">
<div class="header-features">
<h1>Craccken Linux</h1>
<div class="text">
<span>Is a Linux distribution centered on futuristic themes. With exclusive builtin functions. In order to use this linux distribution you must know basic knowledge of using command line.</span>
</div>
<div class="content">
<div class="automation">
<h2>Automation</h2>
<p>With exclusive builtin functions from zsh, gives you power to automating your task, like dowloading random wallpaper and set it up automatically. <br>
You can create your own functions whatever you want.</p>
</div>
<div class="aesthetic">
<h2>aesthetic</h2>
<p>With futuristic themes and consistency across all UI elements, make Craccken Linux look very aesthetic, clean and elegant-looking</p>
</div>
<div class="open-source">
<h2>open source</h2>
<p>Build with love and open source community.</p>
</div>
<div class="lightweight">
<h2>lightweight</h2>
<p>Craccken Linux can run under 600Mb of memory. It only uses lightweight applications and window managers.</p>
</div>
</div>
<div class="quotes">
<p>glory to almighty god</p>
<span class="underline"></span>
</div>
</div>
</div>
</div>
<center>
<a href="https://github.com/Craccken/craccken-linux/releases"><button class="btn">Download</button></a>
</center>
<img src="assets/Pembatas2.svg" alt=".." class="separator2">
</div>
<footer>
<div class="icons">
<a href="https://github.com/Craccken"><img src="assets/github.svg" alt=".."></a>
<a href="mailto:[email protected]"><img src="assets/mail.svg" alt=".."></a>
<a href="https://github.com/Craccken/craccken-linux"><img src="assets/linux.svg" alt=".." class="linuk"></a>
<img src="assets/Flag_of_Indonesia.svg" alt=".." style="border-radius: 50%;">
</div>
</footer>
<div class="inner-cursor" id="inner-cursor"></div>
</body>
<script src="js/cursor.js"></script>
</html>