|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | + <head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <meta name="Author" content="Bryan Guner"> |
| 9 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 10 | + <!-- Mobile Meta --> |
| 11 | + <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
| 12 | + <!-- Site Meta --> |
| 13 | + <meta name="description" content="Resource-sharing-hub"> |
| 14 | + <meta name="author" content="Bryan Guner"> |
| 15 | + <!-- Site Icons --> |
| 16 | + <!-- Basic --> |
| 17 | + <meta charset="utf-8"> |
| 18 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 19 | + <!-- Mobile Meta --> |
| 20 | + <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
| 21 | + <meta charset="UTF-8"> |
| 22 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 23 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 24 | + <title>Document</title> |
| 25 | + <link href="./style.css" rel="stylesheet"> |
| 26 | + <style> |
| 27 | + div { |
| 28 | + height: 128px; |
| 29 | + /* Makes the div 128px in height */ |
| 30 | + width: 128px; |
| 31 | + /* Makes the div 128px in width */ |
| 32 | + background: red; |
| 33 | + /* Makes the div's background, red */ |
| 34 | + } |
| 35 | + |
| 36 | + .btn { |
| 37 | + font: bold 11px Arial; |
| 38 | + text-decoration: none; |
| 39 | + background-color: #0b0362; |
| 40 | + color: #ffffff; |
| 41 | + padding: 2px 6px 2px 6px; |
| 42 | + border-radius: 10px; |
| 43 | + border-top: 1px solid #CCCCCC; |
| 44 | + border-right: 1px solid #333333; |
| 45 | + border-bottom: 1px solid #333333; |
| 46 | + border-left: 1px solid #18047a; |
| 47 | + } |
| 48 | + |
| 49 | + iframe { |
| 50 | + background: red; |
| 51 | + overflow: scroll; |
| 52 | + border: solid 6px steelblue; |
| 53 | + -moz-border-radius: 6px 6px 4px 4px; |
| 54 | + -webkit-border-radius: 6px 6px 4px 4px; |
| 55 | + border-radius: 6px 6px 3px 3px; |
| 56 | + } |
| 57 | + </style> |
| 58 | + <!-- The core Firebase JS SDK is always required and must be listed first --> |
| 59 | + <script src="https://www.gstatic.com/firebasejs/8.3.2/firebase-app.js"></script> |
| 60 | + |
| 61 | + <!-- TODO: Add SDKs for Firebase products that you want to use |
| 62 | + https://firebase.google.com/docs/web/setup#available-libraries --> |
| 63 | + <script src="https://www.gstatic.com/firebasejs/8.3.2/firebase-analytics.js"></script> |
| 64 | + |
| 65 | + <script> |
| 66 | + // Your web app's Firebase configuration |
| 67 | + // For Firebase JS SDK v7.20.0 and later, measurementId is optional |
| 68 | + var firebaseConfig = { |
| 69 | + apiKey: "AIzaSyDvXFb7DcVrgl30Xk-RlRr9izNcYyafJbo", |
| 70 | + authDomain: "lambda-prep.firebaseapp.com", |
| 71 | + projectId: "lambda-prep", |
| 72 | + storageBucket: "lambda-prep.appspot.com", |
| 73 | + messagingSenderId: "766640070050", |
| 74 | + appId: "1:766640070050:web:9feff0ce3eb9faf88826fb", |
| 75 | + measurementId: "G-391F01VMEM" |
| 76 | + }; |
| 77 | + // Initialize Firebase |
| 78 | + firebase.initializeApp( firebaseConfig ); |
| 79 | + firebase.analytics(); |
| 80 | + </script> |
| 81 | + </head> |
| 82 | + |
| 83 | + <body> |
| 84 | + <br> |
| 85 | + <br> |
| 86 | + |
| 87 | + <a class="btn" href="./one-of-every-tag.html" target="_blank" rel="noopener noreferrer">HTML TAG EXAMPLES</a> |
| 88 | + <a class="btn" href="./directory.html" target="_blank" rel="noopener noreferrer">Navigation</a> |
| 89 | + <a class="btn" href="https://code-playground.netlify.app/" target="_blank" rel="noopener noreferrer">Playground</a> |
| 90 | + <a class="btn" href="https://web-dev-interview-prep-quiz-website.netlify.app/" target="_blank" |
| 91 | + rel="noopener noreferrer">Quiz Me</a> |
| 92 | + <a class="btn" href="https://devtools42.netlify.app/" target="_blank" rel="noopener noreferrer">Text-Tools</a> |
| 93 | + <a class="btn" href="https://githtmlpreview.netlify.app/" target="_blank" rel="noopener noreferrer">Github HTML File |
| 94 | + Previewer </a> |
| 95 | + <br> |
| 96 | + <br> |
| 97 | + <a class="btn" href="./_Resources\simple-side-bar\directory.html" target="_blank" |
| 98 | + rel="noopener noreferrer">simple-sidebar-template </a> |
| 99 | + <a class="btn" href="https://bryanguner.medium.com/" target="_blank" rel="noopener noreferrer">My Blog Posts</a> |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + <br> |
| 105 | + <br> |
| 106 | + <br> |
| 107 | + <br> |
| 108 | + <hr> |
| 109 | + <br> |
| 110 | + <br> |
| 111 | + <br> |
| 112 | + <br> |
| 113 | + |
| 114 | + <iframe src="./README.html" height="800px" width="90%" scrolling="yes" frameborder="no" allowtransparency="true" |
| 115 | + allowfullscreen="true" |
| 116 | + sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe> |
| 117 | + |
| 118 | + |
| 119 | + <iframe src="https://replit.com/@bgoonz/lambda-prep?lite=true" height="800px" width="90%" scrolling="yes" |
| 120 | + frameborder="no" allowtransparency="true" allowfullscreen="true" |
| 121 | + sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe> |
| 122 | + |
| 123 | + <br> |
| 124 | + <br> |
| 125 | + <br> |
| 126 | + <br> |
| 127 | + <hr> |
| 128 | + <br> |
| 129 | + <br> |
| 130 | + <br> |
| 131 | + <br> |
| 132 | + |
| 133 | + <div id="me">Click me!</div> |
| 134 | + <iframe src="./readme/README.html" width="800" height="815" scrolling="yes" frameborder="yes" |
| 135 | + allowtransparency="true" allowfullscreen="true" align="center" |
| 136 | + sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe> |
| 137 | + |
| 138 | + <h1>COMMENTS</h1> |
| 139 | + <iframe src="https://replit.com/@bgoonz/Comments?lite=true" height="600px" width="90%" scrolling="yes" |
| 140 | + frameborder="no" allowtransparency="true" allowfullscreen="true" align="center" |
| 141 | + sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe> |
| 142 | + <hr> |
| 143 | + <a href="https://free-hit-counters.net/" target="_blank" rel="noopener noreferrer"> Hit Counters</a> |
| 144 | + <script src="https://www.freevisitorcounters.com/auth.php?id=b0c82255c25d0564f54ab0fff0770b4cb59c89f0" |
| 145 | + type="text/javascript"></script> |
| 146 | + <script src="https://www.freevisitorcounters.com/en/home/counter/812524/t/11" type="text/javascript"></script> |
| 147 | + <script src="./script.js" async></script> |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + </body> |
| 152 | + |
| 153 | +</html> |
0 commit comments