-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
186 lines (160 loc) · 7.37 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Author" content="Bryan Guner">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Meta -->
<meta name="description" content="Resource-sharing-hub">
<meta name="author" content="Bryan Guner">
<!-- Site Icons -->
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="./style.css" rel="stylesheet">
<style>
body{
background: url(https://i.gifer.com/76YS.gif);
}
div {
height: 128px;
/* Makes the div 128px in height */
width: 128px;
/* Makes the div 128px in width */
background: red;
/* Makes the div's background, red */
}
.btn {
font: bold 11px Arial;
text-decoration: none;
background-color: #0b0362;
color: #ffffff;
padding: 2px 6px 2px 6px;
border-radius: 10px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #18047a;
}
iframe {
background: red;
overflow: scroll;
border: solid 6px steelblue;
-moz-border-radius: 6px 6px 4px 4px;
-webkit-border-radius: 6px 6px 4px 4px;
border-radius: 6px 6px 3px 3px;
}
</style>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.3.2/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/8.3.2/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyDvXFb7DcVrgl30Xk-RlRr9izNcYyafJbo",
authDomain: "lambda-prep.firebaseapp.com",
projectId: "lambda-prep",
storageBucket: "lambda-prep.appspot.com",
messagingSenderId: "766640070050",
appId: "1:766640070050:web:9feff0ce3eb9faf88826fb",
measurementId: "G-391F01VMEM"
};
// Initialize Firebase
firebase.initializeApp( firebaseConfig );
firebase.analytics();
</script>
</head>
<body>
<br>
<!-- start of freefind search box html -->
<table cellpadding=0 cellspacing=0 border=0 >
<tr>
<td colspan=2 style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;">
<form style="margin:0px; margin-top:4px;" action="https://search.freefind.com/find.html" method="get" accept-charset="utf-8" target="_self">
<input type="hidden" name="si" value="9602523">
<input type="hidden" name="pid" value="r">
<input type="hidden" name="n" value="0">
<input type="hidden" name="_charset_" value="">
<input type="hidden" name="bcd" value="÷">
<input type="text" name="query" size="15">
<input type="submit" value="search">
</form>
</td>
</tr>
<tr>
<td style="text-align:left; font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; padding-top:4px;">
<a style="text-decoration:none; color:gray;" href="https://www.freefind.com" rel="nofollow" >site search</a><a style="text-decoration:none; color:gray;" href="https://www.freefind.com" rel="nofollow" > by
<span style="color: #606060;">freefind</span></a>
</td>
<td style="text-align:right; font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; padding-top:4px;">
<a href="https://search.freefind.com/find.html?si=9602523&pid=a">advanced</a>
</td>
</tr>
</table>
<!-- end of freefind search box html -->
<br>
<a class="btn" href="./one-of-every-tag.html" target="_blank" rel="noopener noreferrer">HTML TAG EXAMPLES</a>
<a class="btn" href="https://github.com/bgoonz/lambda-prep/blob/master/HTML_PATTERNS.html">HTML PATTERN EXAMPLES</a>
<a class="btn" href="./directory.html">Navigation</a>
<a class="btn" href="https://code-playground.netlify.app/">Playground</a>
<a class="btn" href="https://web-dev-interview-prep-quiz-website.netlify.app/">Quiz Me</a>
<a class="btn" href="https://devtools42.netlify.app/" target="_blank" rel="noopener noreferrer">Text-Tools</a>
<a class="btn" href="https://githtmlpreview.netlify.app/" target="_blank" rel="noopener noreferrer">Github HTML File
Previewer </a>
<a class="btn" href="https://bryanguner.medium.com/" target="_blank" rel="noopener noreferrer">My Blog Posts</a>
<a class="btn" href="./starred.html">Starred Repositories</a>
<br>
<br>
<br>
<br>
<hr>
<br>
<br>
<br>
<br>
<iframe src="./README.html" height="800px" width="90%" scrolling="yes" frameborder="no" allowtransparency="true"
allowfullscreen="true"
sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
<iframe src="https://replit.com/@bgoonz/lambda-prep?lite=true" height="800px" width="90%" scrolling="yes"
frameborder="no" allowtransparency="true" allowfullscreen="true"
sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
<br>
<br>
<br>
<br>
<hr>
<iframe src="https://calendar.google.com/calendar/embed?src=c_2q0kvam9h9k5i6t40qp5n18dh8%40group.calendar.google.com&ctz=America%2FNew_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
<hr>
<br>
<br>
<br>
<br>
<div id="me">Click me!</div>
<iframe src="./readme/README.html" width="800" height="815" scrolling="yes" frameborder="yes"
allowtransparency="true" allowfullscreen="true" align="center"
sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
<h1>COMMENTS</h1>
<iframe src="https://replit.com/@bgoonz/Comments?lite=true" height="600px" width="90%" scrolling="yes"
frameborder="no" allowtransparency="true" allowfullscreen="true" align="center"
sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
<hr>
<a href="https://free-hit-counters.net/" target="_blank" rel="noopener noreferrer"> Hit Counters</a>
<script src="https://www.freevisitorcounters.com/auth.php?id=b0c82255c25d0564f54ab0fff0770b4cb59c89f0"
type="text/javascript"></script>
<script src="https://www.freevisitorcounters.com/en/home/counter/812524/t/11" type="text/javascript"></script>
<script src="./script.js" async></script>
</body>
</html>