Uh oh!
There was an error while loading. Please reload this page.
forked from Web-Dev-Collaborative/lambda-prep
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
186 lines (160 loc) · 7.37 KB
/
Copy pathindex.html
File metadata and controls
186 lines (160 loc) · 7.37 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
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>
<htmllang="en">
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1">
<metaname="Author" content="Bryan Guner">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Meta -->
<metaname="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Meta -->
<metaname="description" content="Resource-sharing-hub">
<metaname="author" content="Bryan Guner">
<!-- Site Icons -->
<!-- Basic -->
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Meta -->
<metaname="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<linkhref="./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:2px6px2px6px;
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:6px6px4px4px;
-webkit-border-radius:6px6px4px4px;
border-radius:6px6px3px3px;
}
</style>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<scriptsrc="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 -->
<scriptsrc="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
varfirebaseConfig={
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 -->
<tablecellpadding=0cellspacing=0border=0>
<tr>
<tdcolspan=2style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;">
<formstyle="margin:0px; margin-top:4px;" action="https://search.freefind.com/find.html" method="get" accept-charset="utf-8" target="_self">
<inputtype="hidden" name="si" value="9602523">
<inputtype="hidden" name="pid" value="r">
<inputtype="hidden" name="n" value="0">
<inputtype="hidden" name="_charset_" value="">
<inputtype="hidden" name="bcd" value="÷">
<inputtype="text" name="query" size="15">
<inputtype="submit" value="search">
</form>
</td>
</tr>
<tr>
<tdstyle="text-align:left; font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; padding-top:4px;">
<astyle="text-decoration:none; color:gray;" href="https://www.freefind.com" rel="nofollow" >site search</a><astyle="text-decoration:none; color:gray;" href="https://www.freefind.com" rel="nofollow" > by
<spanstyle="color: #606060;">freefind</span></a>
</td>
<tdstyle="text-align:right; font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; padding-top:4px;">
<ahref="https://search.freefind.com/find.html?si=9602523&pid=a">advanced</a>
</td>
</tr>
</table>
<!-- end of freefind search box html -->
<br>
<aclass="btn" href="./one-of-every-tag.html" target="_blank" rel="noopener noreferrer">HTML TAG EXAMPLES</a>
<aclass="btn" href="https://github.com/bgoonz/lambda-prep/blob/master/HTML_PATTERNS.html">HTML PATTERN EXAMPLES</a>
<aclass="btn" href="./directory.html">Navigation</a>
<aclass="btn" href="https://code-playground.netlify.app/">Playground</a>
<aclass="btn" href="https://web-dev-interview-prep-quiz-website.netlify.app/">Quiz Me</a>
<aclass="btn" href="https://devtools42.netlify.app/" target="_blank" rel="noopener noreferrer">Text-Tools</a>
<aclass="btn" href="https://githtmlpreview.netlify.app/" target="_blank" rel="noopener noreferrer">Github HTML File
Previewer </a>
<aclass="btn" href="https://bryanguner.medium.com/" target="_blank" rel="noopener noreferrer">My Blog Posts</a>
<aclass="btn" href="./starred.html">Starred Repositories</a>
<br>
<br>
<br>
<br>
<hr>
<br>
<br>
<br>
<br>
<iframesrc="./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>
<iframesrc="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>
<iframesrc="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>
<divid="me">Click me!</div>
<iframesrc="./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>
<iframesrc="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>
<ahref="https://free-hit-counters.net/" target="_blank" rel="noopener noreferrer"> Hit Counters</a>
<scriptsrc="https://www.freevisitorcounters.com/auth.php?id=b0c82255c25d0564f54ab0fff0770b4cb59c89f0"
type="text/javascript"></script>
<scriptsrc="https://www.freevisitorcounters.com/en/home/counter/812524/t/11" type="text/javascript"></script>
<scriptsrc="./script.js" async></script>
</body>
</html>