-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73d8791
commit 7fc4045
Showing
4 changed files
with
290 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 111 additions & 0 deletions
111
school-tasks/2024/psychology/internet-gaming-disorder/Style.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
.navbar { | ||
background-color: #272626; | ||
overflow: hidden; | ||
text-align: center; | ||
font-family: Arial, Helvetica, sans-serif; | ||
} | ||
|
||
.navbar a { | ||
float: right; | ||
color: #FFFFFF; | ||
text-align: center; | ||
padding: 14px 16px; | ||
text-decoration: none; | ||
font-size: 17px; | ||
} | ||
|
||
.logo, .logo-pic { | ||
position: absolute; | ||
border-radius: 20%; | ||
} | ||
|
||
.navbar .dropdown { | ||
float: right; | ||
overflow: hidden; | ||
} | ||
|
||
.navbar .dropdown .dropbtn { | ||
font-size: 17px; | ||
border: none; | ||
outline: none; | ||
color: #FFFFFF; | ||
padding: 14px 16px; | ||
background-color: inherit; | ||
font-family: inherit; | ||
margin: 0; | ||
} | ||
|
||
.navbar a:hover, .dropdown:hover .dropbtn { | ||
background-color: #686868; | ||
transition: ease 200ms; | ||
} | ||
|
||
.navbar a:hover { | ||
border-radius: 10%; | ||
} | ||
|
||
.dropdown-content { | ||
display: none; | ||
position: absolute; | ||
background-color: #525252; | ||
border-radius: 5%; | ||
max-width: 450px; | ||
/* Add a transition effect */ | ||
-webkit-transition: height 10.5s ease-out; | ||
-moz-transition: height 10.5s ease-out; | ||
-o-transition: height 10.5s ease-out; | ||
transition: height 10.5s ease-in-out; | ||
transition: ease-in 2s; | ||
|
||
} | ||
|
||
.dropdown-content a { | ||
float: none; | ||
color: #FFFFFF; | ||
padding: 12px 16px; | ||
text-decoration: none; | ||
display: block; | ||
text-align: left; | ||
} | ||
|
||
.dropdown:hover .dropdown-content { | ||
display: block; | ||
} | ||
|
||
body { | ||
background-color: #272626; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
iframe { | ||
position: absolute; | ||
padding: auto; | ||
} | ||
|
||
img { | ||
vertical-align: middle; | ||
margin-right: 30px; | ||
margin-left: 50px; | ||
} | ||
|
||
.copy, footer, .site-map, .socials { | ||
background-color: #343a40; | ||
border: #343a40; | ||
color: #686868; | ||
position: static; | ||
text-decoration: none; | ||
padding-top: 10px; | ||
} | ||
|
||
.copy, .site-map { | ||
text-align: center; | ||
font-size: 130%; | ||
} | ||
|
||
.socials { | ||
right: 10px; | ||
float: right; | ||
font-size: 250%; | ||
padding-right: 2%; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
179 changes: 179 additions & 0 deletions
179
school-tasks/2024/psychology/internet-gaming-disorder/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
<!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> | ||
<table style="padding-left: 45%;"> | ||
<tr> | ||
<td> | ||
<h1 style="text-align: center; background-color: grey;"><a style="color: aliceblue; text-decoration: none;" href="https://itspikachugaming.github.io/blackhole.pkg" target="_blank"> blackhole download </a><i class="fas fa-file-archive" style="color: #ffffff;"></i> </h1> | ||
</td> | ||
</tr> | ||
</table> | ||
<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> | ||
<!-- start sw-rss-feed code --> | ||
<script type="text/javascript"> | ||
<!-- | ||
rssfeed_url = new Array(); | ||
rssfeed_url[0]="https://www.theage.com.au/rss/feed.xml"; | ||
rssfeed_frame_width="230"; | ||
rssfeed_frame_height="260"; | ||
rssfeed_scroll="on"; | ||
rssfeed_scroll_step="6"; | ||
rssfeed_scroll_bar="off"; | ||
rssfeed_target="_blank"; | ||
rssfeed_font_size="12"; | ||
rssfeed_font_face=""; | ||
rssfeed_border="on"; | ||
rssfeed_css_url="https://feed.surfing-waves.com/css/style3a.css"; | ||
rssfeed_title="on"; | ||
rssfeed_title_name=""; | ||
rssfeed_title_bgcolor="#3366ff"; | ||
rssfeed_title_color="#fff"; | ||
rssfeed_title_bgimage=""; | ||
rssfeed_footer="on"; | ||
rssfeed_footer_name="rss feed"; | ||
rssfeed_footer_bgcolor="#fff"; | ||
rssfeed_footer_color="#333"; | ||
rssfeed_footer_bgimage=""; | ||
rssfeed_item_title_length="50"; | ||
rssfeed_item_title_color="#666"; | ||
rssfeed_item_bgcolor="#fff"; | ||
rssfeed_item_bgimage=""; | ||
rssfeed_item_border_bottom="on"; | ||
rssfeed_item_source_icon="off"; | ||
rssfeed_item_date="off"; | ||
rssfeed_item_description="on"; | ||
rssfeed_item_description_length="120"; | ||
rssfeed_item_description_color="#666"; | ||
rssfeed_item_description_link_color="#333"; | ||
rssfeed_item_description_tag="off"; | ||
rssfeed_no_items="0"; | ||
rssfeed_cache = "0a9cd8243476f6486f8e1e2bd4aaffb2"; | ||
//--> | ||
</script> | ||
<script type="text/javascript" src="//feed.surfing-waves.com/js/rss-feed.js"></script> | ||
<!-- The link below helps keep this service FREE, and helps other people find the SW widget. Please be cool and keep it! Thanks. --> | ||
<div style="color:#ccc;font-size:10px; text-align:right; width:230px;">powered by <a href="https://surfing-waves.com" rel="noopener" target="_blank" style="color:#ccc;">Surfing Waves</a></div> | ||
<!-- end sw-rss-feed code --> | ||
<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> |