-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
209 lines (196 loc) · 10.4 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3LCDGTP1E2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3LCDGTP1E2');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Windows 11 Preview</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1F66PP9BMD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1F66PP9BMD');
</script>
</head>
<body>
<div class="hero">
<div class="taskbar">
<div class="center">
<a href="#" title="Windows11"><i class="fa fa-windows win" aria-hidden="true"></i></a>
<a href="#" title="Search"><i class="fa fa-search" aria-hidden="true"></i></a>
<a href="https://www.bing.com/" target="blank" title="Microsoft Edge"><img src="./img/edgeicon.png"
alt=""></a>
<a href="https://www.microsoft.com/en-in/store/apps/windows" target="blank" title="Microsoft Store"><img
src="./img/msstore.png" alt=""></a>
<a href="https://code.visualstudio.com/" target="_blank" title="Visual Studio Code"><img
src="./img/vscode.png" alt=""></a>
<a href="https://www.google.com/chrome/" target="_blank" class="dum" title="Google Chrome"><img
src="./img/chromeicon.png" alt="" style="width: 3rem;"></a>
<a href="https://www.metasploit.com/" target="_blank" class="mud" title="Metasploit"><img
src="./img/metasploit.png" alt=""></a>
</div>
<div class="right">
<img src="./img/taskbarright.PNG" alt="" style="height: 100%;">
</div>
</div>
<div class="startmenu">
<div class="box">
<div class="under">
<div class="sec1">
<h3>Pinned</h3>
<div class="btn">
<a href="#" class="topbtn" onclick="notw()">All Apps</a>
</div>
</div>
<div class="sec2">
<div class="cont" title="Microsoft Edge">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/edgeicon.png" alt="">
<p>Microsoft Edge</p>
</a>
</div>
<div class="cont" title="Google Chrome">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/chromeicon.png" style="width: 60%;" alt="">
<p>Google Chrome</p>
</a>
</div>
<div class="cont" title="VsCode">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/vscode.png" alt="">
<p>Visual Studio</p>
</a>
</div>
<div class="cont" title="Blender">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/blender.png" alt="">
<p>Blender</p>
</a>
</div>
<div class="cont" title="Terminal">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/terminal.png" alt="">
<p>Terminal</p>
</a>
</div>
<div class="cont" title="Mozilla FireFox">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/firefox.png" alt="">
<p>Mozilla FireFox</p>
</a>
</div>
<div class="cont" title="Nmap">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/nmap.png" alt="">
<p>Nmap</p>
</a>
</div>
<div class="cont" title="Metasploit">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/metasploit.png" alt="">
<p>Metasploit</p>
</a>
</div>
<div class="cont" title="File">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/file.png" alt="">
<p>File</p>
</a>
</div>
<div class="cont" title="Microsoft Store">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/msstore.png" alt="">
<p>Microsoft Store</p>
</a>
</div>
<div class="cont" title="Steam">
<a href="#" style="color:white; text-decoration:none;">
<img src="./img/steam.png" alt="">
<p>Steam</p>
</a>
</div>
</div>
<div class="sec3">
<h3>About Developer && Other Projects.</h3>
<div class="btn">
<a href="#" class="topbtn" onclick="notw()">More</a>
</div>
</div>
<div class="sec4">
<div class="res" title="Aman Kushwaha ~ Instagram">
<a target="_blank" href="https://instagram.com/amankushwaha_28" style="color:white; text-decoration:none;">
<img src="./img/instagram.png" alt="" class="one">
<h4>Aman Kushwaha</h4>
</a>
</div>
<div class="res" title="Aman Kushwaha ~ PlayStyle_Fashion">
<a target="_blank" href="https://www.linkedin.com/in/amank-root" target="_blank" style="color:white; text-decoration:none;">
<img src="./img/project-scheme.png" class="one" alt="">
<h4>Linkedin</h4>
</a>
</div>
<div class="res" title="Aman Kushwaha ~ GitHub">
<a target="_blank" href="https://github.com/Amank-root/" style="color:white; text-decoration:none;">
<img src="./img/github.png" alt="" style="padding:0 3%">
<h4 style="padding: 0 2%;">Aman Kushwaha</h4>
</a>
</div>
<div class="res" title="Aman Kushwaha ~ Fantasy Expert">
<a target="_blank" href="https://fantasy-expert.netlify.app/" style="color:white; text-decoration:none;">
<img src="./img/project-scheme.png" class="one" alt="">
<h4>Fantasy Expert</h4>
</a>
</div>
<div class="res" title="Aman Kushwaha ~ Platforms">
<a href="#" style="color:white; text-decoration:none;" onclick="plat()">
<img src="./img/computing.png" class="one" alt="">
<h4>More ...</h4>
</a>
</div>
<div class="res" title="Aman Kushwaha ~ GitHub Repo">
<a target="_blank" href="https://twitter.com/AmanKushwaha_28" style="color:white; text-decoration:none;">
<img src="./img/project-scheme.png" class="one" alt="">
<h4>Twitter</h4>
</a>
</div>
</div>
<div class="sec5">
<div class="lef">
<a target="_blank" href="" title="Aman Kushwaha" id="sooo"><i
class="fa fa-user"></i></a>
<h3 style="display: flex;"><a href=""
class="social" style="font-size: 1.17rem; width: 100%; text-decoration: none;" id="namee">Aman Kushwaha</a></h3>
</div>
<div class="off" style="font-size: 1.5rem;">
<a href="#LogOut" style="color: white;" title="Power Off" onclick="powerr()"><i class="fa fa-power-off"></i></a>
</div>
</div>
</div>
</div>
<!-- <img src="startmenu.PNG" alt=""> -->
</div>
<video autoplay muted id="vid">
<source src="./img/video.webm" type="video/webm">
</video>
</div>
<div class="load">
</div>
<div class="smally">
<h1>This Web Page Is Not Yet Supported On Small Scale Devices.</h1>
</div>
</body>
<script src="./script.js"></script>
</html>