-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
171 lines (160 loc) · 7.76 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<html lang="en" class="mdui-theme-dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GhostWeb</title>
<link rel="stylesheet" href="https://unpkg.com/mdui@2/mdui.css">
<script src="https://unpkg.com/mdui@2/mdui.global.js">
</script><!-- Filled -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><!-- Outlined -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet"><!-- Rounded -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"><!-- Sharp -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Sharp" rel="stylesheet"><!-- Two Tone -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Two+Tone" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/space-grotesk" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/dt-getai-grotesk-display" rel="stylesheet">
<style>
html{
font-family: 'Space Grotesk', sans-serif;
}
html:root{
--mdui-color-primary: 219 198 111;
--mdui-color-surface-tint: 219 198 111;
--mdui-color-on-primary: 57 48 0;
--mdui-color-primary-container: 83 70 0;
--mdui-color-on-primary-container: 248 226 135;
--mdui-color-secondary: 209 198 161;
--mdui-color-on-secondary: 54 48 22;
--mdui-color-secondary-container: 78 71 42;
--mdui-color-on-secondary-container: 238 226 188;
--mdui-color-tertiary: 169 208 179;
--mdui-color-on-tertiary: 20 55 35;
--mdui-color-tertiary-container: 43 78 56;
--mdui-color-on-tertiary-container: 197 236 206;
--mdui-color-error: 255 180 171;
--mdui-color-on-error: 105 0 5;
--mdui-color-error-container: 147 0 10;
--mdui-color-on-error-container: 255 218 214;
--mdui-color-background: 21 19 11;
--mdui-color-on-background: 232 226 212;
--mdui-color-surface: 21 19 11;
--mdui-color-on-surface: 232 226 212;
--mdui-color-surface-variant: 75 71 57;
--mdui-color-on-surface-variant: 205 198 180;
--mdui-color-outline: 150 144 128;
--mdui-color-outline-variant: 75 71 57;
--mdui-color-shadow: 0 0 0;
--mdui-color-scrim: 0 0 0;
--mdui-color-inverse-surface: 232 226 212;
--mdui-color-inverse-on-surface: 51 48 39;
--mdui-color-inverse-primary: 109 94 15;
--mdui-color-primary-fixed: 248 226 135;
--mdui-color-on-primary-fixed: 33 27 0;
--mdui-color-primary-fixed-dim: 219 198 111;
--mdui-color-on-primary-fixed-variant: 83 70 0;
--mdui-color-secondary-fixed: 238 226 188;
--mdui-color-on-secondary-fixed: 33 27 4;
--mdui-color-secondary-fixed-dim: 209 198 161;
--mdui-color-on-secondary-fixed-variant: 78 71 42;
--mdui-color-tertiary-fixed: 197 236 206;
--mdui-color-on-tertiary-fixed: 0 33 16;
--mdui-color-tertiary-fixed-dim: 169 208 179;
--mdui-color-on-tertiary-fixed-variant: 43 78 56;
--mdui-color-surface-dim: 21 19 11;
--mdui-color-surface-bright: 60 57 48;
--mdui-color-surface-container-lowest: 16 14 7;
--mdui-color-surface-container-low: 30 27 19;
--mdui-color-surface-container: 34 32 23;
--mdui-color-surface-container-high: 45 42 33;
--mdui-color-surface-container-highest: 56 53 43;
}
.Content{
padding : 20px ;
}
</style>
</head>
<body>
<header>
<mdui-top-app-bar style="position: relative; ">
<img src="ghosticon.png" width="40px" height="40px">
<div style="flex-grow: 1"></div>
<mdui-dropdown>
<mdui-button-icon slot="trigger" icon="more_vert"></mdui-button-icon>
<mdui-menu>
<mdui-menu-item onclick="window.open('https://github.com/HanzoDev1375/Ghostide')">Github Repository</mdui-menu-item>
<mdui-menu-item onclick="window.open('https://t.me/Ghostwebide')">Telegram Channel</mdui-menu-item>
</mdui-menu>
</mdui-dropdown>
</mdui-top-app-bar>
</header>
<div class="Content">
<div id="headertext" style="text-align :center ">
<h1 style="text-align :center; ">Ghost IDE the everythings app</h1>
<p style="text-align :center ;">Ghost IDE (Aka: Ghost Web IDE) is everything ide it has multiple support of programming languages and a lot of fun</p><mdui-button icon="download" onclick="window.open('https://github.com/HanzoDev1375/Ghostide/releases')">
Download
</mdui-button>
</div>
<div id="imgmock" style="text-align :center; ">
<img src="screen1.png" height="458px" width="251px" style=" object-fit :scale-down; ">
</div>
<h1 style="text-align :center ">Features</h1>
<hr width="120px" style=" margin-bottom :20px; ">
<div style="text-align :center ">
<img src="oss.png" width="102px" height="102px">
<h1 style="margin-top :-1px;" >Open Source</h1>
<p style="margin-top : -1px; ">This app is completely Open Source You can visit the source code up on the website</p>
</div>
<div style="text-align :center ">
<img src="secure.png" width="102px" height="102px">
<h1 style="margin-top :-1px;" >Secure</h1>
<p style="margin-top : -1px; ">This app is completely Free and secure it encrypted to make any user happy and safe</p>
</div>
<div style="text-align :center ">
<img src="speed.png" width="102px" height="102px">
<h1 style="margin-top :-1px;" >Performance</h1>
<p style="margin-top : -1px; ">The App is smooth and Speedy to any android arm8 device to make user expirence more powerful</p>
</div>
<div style="text-align :center ">
<img src="power.png" width="102px" height="102px">
<h1 style="margin-top :-1px;" >Powerful</h1>
<p style="margin-top : -1px; ">The app has a lot of programming language support such as kotlin java sql etc... You can see full list of languages down below</p>
</div>
<img src="shot1.png" width="320.5px" height="350.5px">
<h1 style="text-align :center ">What's special</h1>
<hr width="120px" style=" margin-bottom :20px; ">
<div style=" text-align :center; ">
<mdui-card variant="outlined" style="width: 250px;height: 170px; padding :20px; margin :10px; margin-top :65px; margin-bottom :65px; rotate : 7deg;"><h2 style="font-family: 'DT Getai Grotesk Display', sans-serif;">Convert json to java and json to Kotlin</h2></mdui-card>
<mdui-card variant="outlined" style="width: 250px;height: 160px; padding :20px; margin :10px; margin-bottom :65px; rotate : -7deg;"><h3 style="font-family: 'DT Getai Grotesk Display', sans-serif;">Python executor,
php executor,
java executor,
Sass and Scss executor</h4></mdui-card>
<mdui-card variant="outlined" style="width: 250px;height: 140px; padding :20px; margin :10px; margin-bottom :65px; rotate : 7deg;"><h2 style="font-family: 'DT Getai Grotesk Display', sans-serif;">A Terminal from termux</h2></mdui-card>
<img src="shot2.png" width="320.5px" height="350.5px">
<h1 style="text-align :center ">Supported Languages</h1>
<hr width="120px" style=" margin-bottom :20px; ">
<div style="display :flex; flex :grid; justify-content :space-between; ">
<mdui-fab extended>Java</mdui-fab>
<mdui-fab extended>Kotlin</mdui-fab>
<mdui-fab extended>Python</mdui-fab>
<mdui-fab extended>Web</mdui-fab>
</div>
<div style="display :flex; flex :grid; justify-content :space-between; margin-top :15px; ">
<mdui-fab extended>Ruby</mdui-fab>
<mdui-fab extended>Shell</mdui-fab>
<mdui-fab extended>C++</mdui-fab>
<mdui-fab extended>C</mdui-fab>
</div>
<div style="display :flex; flex :grid; justify-content :space-between; margin-top :15px; ">
<mdui-fab extended>C#</mdui-fab>
<mdui-fab extended>Sass</mdui-fab>
<mdui-fab extended>Scss</mdui-fab>
<mdui-fab extended>SQL</mdui-fab>
</div>
</div>
</div>
</body>
<footer style="margin :30px; ">
This Website is Made by skinvent
for Github repository Of Hanzodev
</footer>
</html>