-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRESOURCES.html
More file actions
136 lines (98 loc) · 5.79 KB
/
RESOURCES.html
File metadata and controls
136 lines (98 loc) · 5.79 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
<!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.0">
<title>Document</title>
<!-- <script async src="./embed-quizlet.js"></script> -->
<style>
body {
align-items: center;
}
iframe {
align-items: center;
}
#container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<div id="container">
<center>
<h1>Resources</h1>
</center>
<!---------------------------------------------------------------------------------------------------------------------------------->
<h2>Flexbox-Playground</h2>
<iframe height="800" style="width: 75%;" scrolling="yes" title="Flexbox playground"
src="https://codepen.io/bgoonz/embed/ExZwpzY?height=265&theme-id=light&default-tab=html,result" frameborder="no"
loading="lazy" allowtransparency="true" allowfullscreen="true">
</iframe>
<h2>Learn Git Branching</h2>
<iframe height="800px" width="75%" src="http://pcottle.github.com/learnGitBranching/?demo" scrolling="yes"
frameborder="no" allowtransparency="true" allowfullscreen="true"
sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
<!-------------------------------------------------------------------------------------------------------------------------------------->
<h1>Links</h1>
<!---------------------------------------------------------------------------------------------------------------------------------->
<!-- <h2>Quizlett</h2>
<iframe src="https://quizlet.com/536195509/match/embed?x=1jj1" height="800" width="75%"
style="border:0"></iframe> -->
<iframe class="embed" height="800" style="width: 75%;" scrolling="yes" title="descendant selectors"
src=" https://liveweave.com/cssgen/index.html" frameborder="no" loading="lazy" allowtransparency="true"
allowfullscreen="true">
</iframe>
<h1>REPL.it</h1>
<iframe height="800px" width="75%" src="https://replit.com/@bgoonz/BLANK?lite=true" scrolling="yes"
frameborder="no" allowtransparency="true" allowfullscreen="true"
sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
<!---------------------------------------------------------------------------------------------------------------------------------->
<h1>LIVE PLAYGROUND</h1>>
<iframe width="75%" height="800px" src="https://liveweave.com/aquFJf/" allowfullscreen="allowfullscreen"
allowpaymentrequest frameborder="0"></iframe>
<!---------------------------------------------------------------------------------------------------------------------------------->
<iframe class="embed" src="https://codepen.io/bgoonz/embed/gOgRqrO?height=265&theme-id=light&default-tab=html,result"
title="descendant selectors" height="565" style="width: 75%;" scrolling="yes" frameborder="no" loading="lazy"
allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/bgoonz/pen/gOgRqrO">descendant selectors</a> by Bryan C Guner
(<a href="https://codepen.io/bgoonz">@bgoonz</a>) on <a href="https://codepen.io">CodePen</a>.
</iframe>
<br>
<br>
<br>
<h2>More-Demo's & Animations</h2>
<iframe class="embed" src="https://codepen.io/bgoonz/embed/NWdgZpM?height=265&theme-id=light&default-tab=html,result"
title="Practicing class selectors" height="565" style="width: 75%;" scrolling="yes" frameborder="no" loading="lazy"
allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/bgoonz/pen/NWdgZpM">Practicing class selectors</a> by Bryan C Guner
(<a href="https://codepen.io/bgoonz">@bgoonz</a>) on <a href="https://codepen.io">CodePen</a>.
</iframe>
<!---------------------------------------------------------------------------------------------------------------------------------->
<h2>Spek.io</h2>
<iframe id="editor" src="https://embed.spck.io/?files=1&preview=1"
allow="geolocation; microphone; camera; midi; vr; encrypted-media"
style="height: 800px; width: 75%; border: 0;"></iframe>
<!--Load library-->
<!---------------------------------------------------------------------------------------------------------------------------------->
<h2>Decendant Selectors</h2>
<iframe class="embed" height="800" style="width: 75%;" scrolling="yes" title="descendant selectors"
src=" https://liveweave.com/colors/index.html" frameborder="no" loading="lazy" allowtransparency="true"
allowfullscreen="true">
</iframe>
<iframe class="embed" height="800" style="width: 75%;" scrolling="yes" title="descendant selectors"
src=" https://liveweave.com/designer/index.html" frameborder="no" loading="lazy" allowtransparency="true"
allowfullscreen="true">
</iframe>
<iframe class="embed" height="800" style="width: 75%;" scrolling="yes" title="descendant selectors"
src="https://stackblitz.com/edit/js-cpyeyo?devtoolsheight=33&embed=1&file=index.js&theme=dark" frameborder="no"
loading="lazy" allowtransparency="true" allowfullscreen="true"></iframe>
</div>
<a href="https://lambda-w-1-notes.netlify.app/">🏠HOME!</a>
<script src="https://embed.spck.io/embed/spck-embed.min.js"></script>
<script src="https://gist.github.com/bgoonz/54bec70212405f90a741f513d5233de2.js"></script>
</body>
</html>