-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (174 loc) · 7.64 KB
/
index.html
File metadata and controls
199 lines (174 loc) · 7.64 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin-Dashboard</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="grid-container">
<div class="navbar grid-item">
<div class="searchbox">
<img src="svg/search.svg" width="30" alt=" searchLogo">
<input type="search" id="search" placeholder="Search ..." autofocus>
</div>
<div class="profile">
<img src="svg/notification.svg" width="25" alt="">
<img src="svg/call-3616158_1280.png" width="50" alt="">
<span>Codamee</span>
</div>
<div class="profile2">
<img src="svg/call-3616158_1280.png" alt="profilepic" width="60">
<div>
<span>Hi there,</span>
<span>Naveen Goud (@Codamee)</span>
</div>
</div>
<div class="buttons">
<button>New</button>
<button>Upload</button>
<button>Share</button>
</div>
</div>
<div class="sidebar grid-item">
<div class="dashboard">
<img src="svg/dashlogo.svg" width="60" alt="">
<span>Dashboard</span>
</div>
<div class="options">
<div>
<img src="svg/profile.svg" alt="" width="30">
<p>Home</p>
</div>
<div>
<img src="svg/card.svg" alt="" width="30">
<p>Profile</p>
</div>
<div>
<img src="svg/messages.svg" alt="" width="30">
<p>Messages</p>
</div>
<div>
<img src="svg/history.svg" alt="" width="30">
<p>History</p>
</div>
<div>
<img src="svg/task.svg" alt="" width="30">
<p>Tasks</p>
</div>
<div>
<img src="svg/communities.svg" alt="" width="30">
<p>Communities</p>
</div>
<div>
<img src="svg/settings.svg" alt="" width="30">
<p>Settings</p>
</div>
<div>
<img src="svg/support.svg" alt="" width="30">
<p>Support</p>
</div>
<div>
<img src="svg/sec.svg" alt="" width="30">
<p>Privacy</p>
</div>
</div>
</div>
<div class="project-container grid-item">
<p class="heading">Projects</p>
<div class="projects">
<div class="project-item">
<span>Etch A Sketch</span>
<p>A Minimal Sketchboard built using Html,css & Javascript.Features like
colors,resetting and changing the pixels of board are included.</p>
<div class="icons">
<img src="svg/like.svg" alt="" width="20">
<a href="https://codamee.github.io/Etch-A-Sketch/" target="_blank"><img src="svg/eye.svg" alt=""
width="20"></a>
<a href="https://github.com/codamee/Etch-A-Sketch" target="_blank" target="_blank"><img
src="svg/link.svg" alt="" width="20"></a>
</div>
</div>
<div class="project-item">
<span> Mini Calculater</span>
<p>A basic calculator built with HTML, CSS, and JavaScript. The calculator features a light-themed
interface.</p>
<div class="icons">
<img src="svg/like.svg" alt="" width="20">
<a href="https://codamee.github.io/Calculator-Mini/" target="_blank"><img src="svg/eye.svg"
alt="" width="20"></a>
<a href="https://github.com/codamee/Calculator-Mini" target="_blank"><img src="svg/link.svg"
alt="" width="20"></a>
</div>
</div>
<div class="project-item">
<span>Form Design</span>
<p>A modern HTML form project focused entirely on
using clean, modern HTML and CSS for advanced form styling.</p>
<div class="icons">
<img src="svg/like.svg" alt="" width="20">
<a href="https://codamee.github.io/Form_Design/" target=" _blank"><img src="svg/eye.svg" alt=""
width="20"></a>
<a href="https://github.com/codamee/Form_Design" target="_blank"><img src="svg/link.svg" alt=""
width="20"></a>
</div>
</div>
<div class="project-item">
<span>Digital Clock</span>
<p>A simple, responsive Digital Clock displays the current time (hours,
minutes, and seconds) in 24 hours format.</p>
<div class="icons">
<img src="svg/like.svg" alt="" width="20">
<a href="https://codamee.github.io/Digital_Clock/" target="_blank"><img src="svg/eye.svg" alt=""
width="20"></a>
<a href="https://github.com/codamee/Digital_Clock"><img src="svg/link.svg" alt=""
width="20"></a>
</div>
</div>
</div>
</div>
<div class="section grid-item">
<p class="heading">Check out</p>
<div>
<a href="https://github.com/codamee/Planets-Tabular-Data" target="_blank">
<div class="others">
<img src="svg/table.svg" width="30" alt="">
<div>
<span>Tabular-Data</span>
<span>Data about planets.</span>
</div>
</div>
</a>
<a href="https://github.com/codamee/Rock-Paper-scissors" target="_blank">
<div class="others">
<img src="svg/scissor.svg" width="30" alt="">
<div>
<span>Rock-Paper-scissors</span>
<span>5 rounds Game.</span>
</div>
</div>
</a>
<a href="https://github.com/codamee/LandingPage" target="_blank">
<div class="others">
<img src="svg/landingpage.svg" width="30" alt="">
<div>
<span>LandingPage</span>
<span>A simple Demo</span>
</div>
</div>
</a>
<a href="https://github.com/codamee/odin-recipes" target="_blank">
<div class="others">
<img src="svg/food.svg" width="30" alt="">
<div>
<span>Odin-recipes</span>
<span>Just ignore this.</span>
</div>
</div>
</a>
</div>
</div>
</div>
</body>
</html>