forked from Rajaniraiyn/windows11
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
177 lines (173 loc) · 7.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
<title>Windows 11 by Rajaniraiyn</title>
<meta name="description" content="A simple Windows 11 experience within browser.">
<link rel="shortcut icon" href="src/icons/favicon.png" sizes="152x152">
<meta name="author" content="Rajaniraiyn">
<meta name="robots" content="index, follow">
<meta name="rating" content="safe for kids">
<meta property="og:type" content="website">
<meta property="og:title" content="Windows 11 by Rajaniraiyn">
<meta property="og:url" content="/">
<meta property="og:image" content="/">
<meta property="og:description" content="A simple Windows 11 experience within browser.">
<link rel="stylesheet" href="src/style.css">
</head>
<body>
<div class="desktop">
<div class="desktopIcons">
<figure>
<img src="src/icons/Computer.png" alt="Windows 11 This PC icon">
<figcaption>This PC</figcaption>
</figure>
</div>
</div>
<div class="start">
<div class="search">
<label>
<input type="text" placeholder="Type here to search">
</label>
</div>
<div class="pinned">
<div class="start-top-elements">
<span>Pinned</span>
<button>All apps</button>
</div>
<div class="start-icons">
<figure>
<img src="src/icons/edge.svg" alt="Windows 11 Edge icon">
<figcaption>Edge</figcaption>
</figure>
<figure>
<img src="src/icons/word.svg" alt="MS Word icon">
<figcaption>Word</figcaption>
</figure>
<figure>
<img src="src/icons/excel.svg" alt="MS Excel icon">
<figcaption>Excel</figcaption>
</figure>
<figure>
<img src="src/icons/powerPoint.svg" alt="PowerPoint icon">
<figcaption>PowerPoint</figcaption>
</figure>
<figure>
<img src="src/icons/mail.png" alt="Windows Mail icon">
<figcaption>Mail</figcaption>
</figure>
<figure>
<img src="src/icons/calender.png" alt="Windows Calender icon">
<figcaption>Calender</figcaption>
</figure>
<figure>
<img src="src/icons/store.png" alt="Windows 11 Microsoft Store icon">
<figcaption>MS Store</figcaption>
</figure>
<figure>
<img src="src/icons/photos.svg" alt="Windows Photos icon">
<figcaption>Photos</figcaption>
</figure>
<figure>
<img src="src/icons/oneNote.svg" alt="OneNote icon">
<figcaption>OneNote</figcaption>
</figure>
<figure>
<img src="src/icons/yourPhone.png" alt="Windows Your Phone icon">
<figcaption>Your Phone</figcaption>
</figure>
<figure>
<img src="src/icons/toDo.svg" alt="Microsoft To DO icon">
<figcaption>To Do</figcaption>
</figure>
<figure>
<img src="src/icons/linkedIn.svg" alt="LinkedIn icon">
<figcaption>LinkedIn</figcaption>
</figure>
<figure>
<img src="src/icons/settings.svg" alt="Windows 11 Settings icon">
<figcaption>Settings</figcaption>
</figure>
<figure>
<img src="src/icons/calculator.png" alt="Windows Calculator icon">
<figcaption>Calculator</figcaption>
</figure>
<figure>
<img src="src/icons/whiteboard.png" alt="Windows Whiteboard icon">
<figcaption>Whiteboard</figcaption>
</figure>
<figure>
<img src="src/icons/snipSketch.png" alt="Windows Snipping Tool icon">
<figcaption>Snipping Tool</figcaption>
</figure>
<figure>
<img src="src/icons/movies.png" alt="Windows Movies & TV icon">
<figcaption>Movies & TV</figcaption>
</figure>
<figure>
<img src="src/icons/clock.png" alt="Windows Clock icon">
<figcaption>Clock</figcaption>
</figure>
</div>
</div>
<div class="recommended">
<div class="start-top-elements">
<span>Recommended</span>
<button>More</button>
</div>
</div>
<div class="others">
<div class="user">
<img src="src/icons/user.png" alt="Windows 11 User icon">
<span>Rajaniraiyn</span>
</div>
<img src="src/icons/shutdown.png" alt="Windows 11 Shutdown icon" id="shutdown">
</div>
</div>
<div class="taskbar">
<div class="center">
<img src="src/icons/startButton.png" alt="Windows 11 start icon">
<img src="src/icons/search.svg" alt="Windows 11 Search icon">
<img src="src/icons/taskView.svg" alt="Windows 11 Task View icon">
<img src="src/icons/widgets.svg" alt="Windows 11 widgets">
<img src="src/icons/teams.svg" alt="Microsoft Teams icon">
<img src="src/icons/fileExplorer.png" alt="Windows 11 File Explorer icon">
<img src="src/icons/edge.svg" alt="Windows 11 Edge icon">
<img src="src/icons/store.png" alt="Windows 11 Store icon">
</div>
<div class="right">
<img src="src/icons/up.svg" alt="Up arrow">
<div class="action-center-button">
<img src="src/icons/wifi.svg" alt="WiFi">
<img src="src/icons/speaker.svg" alt="Speaker">
<img src="src/icons/battery.svg" alt="Battery Full">
</div>
<div class="time-date">
<span></span>
<span></span>
</div>
</div>
</div>
<div id="context-menu">
<div class="item"><img src="src/icons/view.svg" alt="View"> View <img src="src/icons/right.svg"
alt="Right arrow"></div>
<div class="item"><img src="src/icons/sort.svg" alt="Sort"> Sort by <img src="src/icons/right.svg"
alt="Right arrow"></div>
<hr>
<div class="item">Paste Shortcut</div>
<div class="item"><img src="src/icons/new.svg" alt="New"> New item <img src="src/icons/right.svg"
alt="Right arrow"></div>
<hr>
<div class="item"><img src="src/icons/display.svg" alt="Display"> Display settings</div>
<div class="item"><img src="src/icons/personalize.png" alt="Personalize"> Personalize</div>
<hr>
<div class="item"><img src="src/icons/terminal.png" alt="Terminal"> Open in Windows Terminal</div>
<hr>
<div class="item"><img src="src/icons/more.svg" alt="More"> Show more options <img src="src/icons/right.svg"
alt="Right arrow"></div>
</div>
<script src="src/start.js"></script>
<script src="src/contextMenu.js"></script>
</body>
</html>