-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
142 lines (132 loc) · 4.92 KB
/
github.html
File metadata and controls
142 lines (132 loc) · 4.92 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
<!DOCTYPE html>
<title>Search Github Projects</title>
<html>
<head>
<link rel="shortcut icon" href="img/icon.png">
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.btn-style{
border : solid 1px #0088cc;
border-radius : 6px;
moz-border-radius : 6px;
-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
font-size : 18px;
color : #696869;
padding : 1px 17px;
background : #eeeeee;
background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(49%,#eeeeee), color-stop(72%,#cccccc), color-stop(100%,#eeeeee));
background : -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
background : -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
background : -o-linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
background : -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
background : linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
background-color:lightblue;
}
</style>
<style>
* {
box-sizing: border-box;
}
#myInput {
background-image: url('img/searchicon.png');
background-position: 10px 12px;
background-repeat: no-repeat;
width: 100%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 12px;
}
#myUL {
list-style-type: none;
padding: 0;
margin: 0;
}
#myUL li a {
border: 1px solid #ddd;
margin-top: -1px; /* Prevent double borders */
background-color: #f6f6f6;
padding: 12px;
text-decoration: none;
font-size: 18px;
color: black;
display: block
}
#myUL li a:hover:not(.header) {
background-color: #eee;
}
</style>
<header>
<div class="header">
<h2>
<font color="lightblue">
<center>
<span>ArtGames101</span>
</center>
</font>
</h2>
<center>
<a href='home.html' class='btn-style'>Home</a>
<a href='about.html' class='btn-style'>About</a>
<a href='lobit.html' class='btn-style'>Lobit</a>
<a href='sites.html' class='btn-style'>Sites</a>
<a href='github.html' class='btn-style'>Search</a>
<a href='updates.html' class='btn-style'>Updates</a>
<a href='status/index.html' class='btn-style'>Status</a>
<br></br>
<a href='https://github.com/ArtGames101' class='btn-style'>Github</a>
<a href='https://discord.gg/ThYkXk4' class='btn-style'>Discord</a>
<button type="button" name="dark_light" onclick="toggleDarkLight()" title="Toggle dark/light mode">Dark/Light Mode 🌛</button>
<script src="js/index.js"></script>
</center>
</a>
</div>
</header>
<body id="body" class="dark-mode">
<h2>Github Projects</h2>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Type a project name" title="Type a project name">
<a href='gh/pinned.html' class='btn-style'>Pinned</a>
<br></br>
<ul id="myUL">
<li><a href="https://github.com/ArtGames101">Github</a></li>
<li><a href="https://github.com/ArtGames101/pin">pin</a></li>
<li><a href="https://github.com/ArtGames101/Google-Background-Changer">Google-Background-Changer</a></li>
<li><a href="https://github.com/ArtGames101/Simple-Coding-Discord-Bot">Simple-Coding-Discord-Bot</a></li>
<li><a href="https://github.com/ArtGames101/ArtBlock">ArtBlock</a></li>
<li><a href="https://github.com/ArtGames101/EasyFind-NewTab">EasyFInd-NewTab</a></li>
<li><a href="https://github.com/ArtGames101/Aroba">Aroba</a></li>
<li><a href="https://github.com/ArtGames101/Simple-Python-Quiz">Simple-Python-Quiz</a></li>
<li><a href="https://github.com/ArtGames101/Win-LagBot">Win-LagBot</a></li>
<li><a href="https://github.com/ArtGames101/PiePlayer">PiePlayer</a></li>
<li><a href="https://github.com/ArtGames101/Vortex">Vortex</a></li>
<li><a href="https://github.com/ArtGames101/GunRush">GunRush</a></li>
<li><a href="https://github.com/ArtGames101/VirtualFriend-VF">Virtual-Friend VF</a></li>
<li><a href="https://github.com/ArtGames101/TheFlyingBlock">The-Flying-Block</a></li>
<li><a href="https://github.com/ArtGames101/Heaven-or-Hell">Heaven-or-Hell</a></li>
<li><a href="https://github.com/ArtGames101/BattleSim">BattleSim</a></li>
<li><a href="https://github.com/ArtGames101/snake.io">snake.io</a></li>
</ul>
<script>
function myFunction() {
var input, filter, ul, li, a, i;
input = document.getElementById("myInput");
filter = input.value.toUpperCase();
ul = document.getElementById("myUL");
li = ul.getElementsByTagName("li");
for (i = 0; i < li.length; i++) {
a = li[i].getElementsByTagName("a")[0];
if (a.innerHTML.toUpperCase().indexOf(filter) > -1) {
li[i].style.display = "";
} else {
li[i].style.display = "none";
}
}
}
</script>
</body>
</html>