forked from itspikachugaming/itspikachugaming.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (122 loc) · 4.2 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<title>Minirobinbin's webpage of stuff</title>
<link rel="icon" href="Navbar.png" type="image/x-icon">
</head>
<body>
<header>
<a class="logo" href="https://itspikachugaming.github.io">
<img class="logo-pic"alt="Navbar image" src="Navbar.png"
</a>
<div class="navbar">
<a href="https://www.roblox.com" target="_blank">Roblox <i class="fas fa-gamepad"></i></a>
<a href="https://youtube.com" target="_blank">Youtube <i class="fab fa-youtube"></i></a>
<a href="https://apple.com/au/" target="_blank">Apple <i class="fab fa-apple"></i></a>
<a href="https://google.com" target="_blank">Google <i class="fab fa-google"></i></a>
<div class="dropdown">
<button class="dropbtn">School tasks
<i class="fas fa-angle-down"></i>
</button>
<div class="dropdown-content">
<table>
<tbody>
<tr>
<td style="width: 25%; color: white;"><h2>2022</h2></td>
<td style="width: 25%; color: white;"><h2>2023</h2></td>
</tr>
<tr>
<td style="width: 25%;">
<a href="https://itspikachugaming.github.io/school-tasks/2022/launch/launch-water-project" target="_blank">Launch-water project</a>
<a href="https://itspikachugaming.github.io/school-tasks/2022/health/ad" target="_blank">Health-AD</a>
</td>
<td style="width: 25%;">
<a href="https://itspikachugaming.github.io/school-tasks/2023/health/cocaine-wikipedia" target="_blank">Health-cocoaine wikipedia</a>
<a href="https://itspikachugaming.github.io/school-tasks/2023/media/Photography-series-task" target="_blank">Media-Photography series task</a>
<a href="https://itspikachugaming.github.io/school-tasks/2023/humanities/Biome-research-project" target="_blank">Humanities-Biomes research project</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</header>
</body>
<body>
<br>
<br>
<br>
<br>
<br>
<br>
<h1 style="padding-left: 3%; color: aliceblue;">hello <i class="fas fa-smile-beam fa-spin"></i></h1>
<br>
<br>
<h1 style="text-align: center; color: aliceblue;">Content will be coming :) <i class="fas fa-cog fa-spin"></i></h1>
<br>
<br>
<br>
<iframe src="https://discord.com/widget?id=1015604491254505572&theme=dark" width="300" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts" style="padding-left: 83%;"></iframe>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
<footer>
<div class="socials">
<a href="https://www.reddit.com/u/Itspikachucraft" target="_blank"><i class="fab fa-reddit" style="color: #686868;"></i></a>
<a href="https://twitter.com/robinxiong13" target="_blank"><i class="fab fa-twitter" style="color: #686868;"></i></a>
<a href="https://youtube.com/@minirobinbin" target="_blank"><i class="fab fa-youtube" style="color: #686868;"></i></a>
</div>
<br>
<div class="copy">
<p>© ByRobin | Made with Youtube and Bing | Made with a Macbook Pro M1<i class="fab fa-apple fa-sm"></i></p>
</div>
</footer>
</html>