-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (94 loc) · 3.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wishrohitv-portfolio</title>
<script src="index.js"></script>
<link rel="icon" type="image/x-icon" href="icons/icon.jpg">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap" rel="stylesheet">
</head>
<body style="background-color: rgb(169, 229, 135); display: flex;
justify-content: center; align-items: center; flex-direction: column;" id="bck">
<div style="position: relative;">
<h1 id="greetings" style="font-family: 'Rubik Glitch', system-ui; word-spacing: 8px ;padding: auto; width: auto; font-size: 45px;">Hello, well i'm not great designer </h1>
<button onclick="called()" id="greetme" style="border-radius: 8px; height: 60px; background-color: rgb(43, 226, 134); font-family: 'Rubik Glitch', system-ui; font-size: 22px;">Greet YourSelf😀</button>
<button onclick="changColor()" id="changColor" style="border-radius: 8px; height: 60px; background-color: rgb(186, 129, 239); font-family: 'Rubik Glitch', system-ui;">Change Color🤗</button>
<button onclick="changBackgroundColor()" id="changbackColor" style="border-radius: 8px; height: 60px; background-color: rgb(239, 135, 143); font-family: 'Rubik Glitch', system-ui;">Change Background Color🙄</button>
<hr>
<br>
<h2 style="font-family: 'Rubik Glitch', system-ui;">My Daily Routine</h2>
<table border="2" align="left" id="table" style="border-radius: 8px; height: 75px;">
<tr align="center">
<th>
Sunday
</th>
<th>
Monday
</th>
<th>
Tuesday
</th>
<th>
Wednesday
</th>
<th>
Thursday
</th>
<th>
Friday
</th>
<th>
Suturday
</th>
</tr>
<tr align="center">
<td>
No Data
</td>
<td>
No Please
</td>
<td>
No Please
</td>
<td>
No Please
</td>
<td>
No 😇
</td>
<td>
No Please
</td>
<td>
No Please
</td>
</tr>
</table>
<br>
<br>
<br>
<br>
<h1 style="font-family: 'Rubik Glitch', system-ui;">about me</h1>
<p style="font-family: 'Rubik Glitch', system-ui; font-size: large;"><h1 id="about">>I'm Disaster in managing things😤</h1></p>
<br>
<br>
<div style="flex-direction: row; display: flex; justify-content: center; align-items: center; padding: 10px;">
<a href="https://github.com/wishrohitv" target="_blank">
<img src="icons/github.png" alt="github" height="70px" style="margin-right: 40px;">
</a>
<a href="https://instagram.com/wishrohitv" target="_blank">
<img src="icons/instagram.png" alt="instagram" height="70px" style="margin-left: 40px; margin-right: 40px;">
</a>
</div>
<div class="visiter" style="opacity: 0;"><script type="text/javascript" src="https://www.counters-free.net/count/dlk6"></script><br>
<a href='https://www.acadoo.de/'>Ghostwriting</a> <script type='text/javascript' src='https://www.whomania.com/ctr?id=481a5ee27072d9b40db69ab326f1715558d42c81'></script>
</div>
<h1>Thanks for Visiting....</h1>
</div>
</body>
</html>