Skip to content

Commit 6fc2fa5

Browse files
committed
git rm cache submodule
1 parent 698bc17 commit 6fc2fa5

File tree

2 files changed

+95
-57
lines changed

2 files changed

+95
-57
lines changed

css/main-style.css

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,50 @@
1+
nav ul {
2+
display: flex;
3+
}
14

2-
nav ul {
3-
display: flex;
4-
}
5-
6-
nav li {
7-
flex: 1;
8-
}
5+
nav li {
6+
flex: 1;
97
}
108

9+
1110
#footer {
1211
height: 950px;
1312
width: 100%;
1413
zoom: 0.8;
1514

1615
}
17-
#fire{
18-
width: 100%;
19-
zoom: 0.8;
16+
17+
#fire {
18+
width: 100%;
19+
zoom: 0.8;
2020
}
21+
2122
#out {
2223
display: flex;
2324
flex-direction: column;
2425
align-items: center;
2526
}
26-
#content{
27-
height:880px;
28-
}
29-
30-
h2{
31-
position: relative;
32-
font-family: 'Montserrat',
33-
Arial,
34-
sans-serif;
35-
font-size: calc(20px + 5vw);
36-
font-weight: 700;
37-
color: #fff;
38-
letter-spacing: 0.02em;
39-
text-transform: uppercase;
40-
text-shadow: 0 0 0.15em #1da9cc;
41-
user-select: none;
42-
white-space: nowrap;
43-
filter: blur(0.007em);
44-
animation: shake 2.5s linear forwards;
45-
}
27+
28+
#content {
29+
height: 880px;
30+
}
31+
32+
h2 {
33+
position: relative;
34+
font-family: 'Montserrat',
35+
Arial,
36+
sans-serif;
37+
font-size: calc(20px + 5vw);
38+
font-weight: 700;
39+
color: #fff;
40+
letter-spacing: 0.02em;
41+
text-transform: uppercase;
42+
text-shadow: 0 0 0.15em #1da9cc;
43+
user-select: none;
44+
white-space: nowrap;
45+
filter: blur(0.007em);
46+
animation: shake 2.5s linear forwards;
47+
}
4648

4749
*:before,
4850
*:after {
@@ -63,11 +65,7 @@ h2::after {
6365
left: 0;
6466
}
6567

66-
*,
67-
*:before,
68-
*:after {
69-
box-sizing: inherit;
70-
}
68+
7169

7270
.embed {
7371
padding-top: 30px;
@@ -90,6 +88,7 @@ h2::after {
9088
-webkit-border-radius: 6px 6px 4px 4px;
9189
border-radius: 6px 6px 6px 6px;
9290
}
91+
9392
.embed1 {
9493
padding-top: 30px;
9594
padding-bottom: 30px;
@@ -210,7 +209,7 @@ a:active {
210209
body {
211210
justify-content: center;
212211
align-items: center;
213-
zoom:1.1;
212+
zoom: 1.1;
214213
}
215214

216215
ul {
@@ -219,11 +218,11 @@ ul {
219218
box-align: center;
220219
column-count: 2;
221220
margin: auto;
222-
padding: 8;
223-
border-radius: 8;
224-
border-color: '#33CC99';
225-
border-width: 2;
226-
box-shadow: 2.22;
221+
padding: 8;
222+
border-radius: 8;
223+
border-color: '#33CC99';
224+
border-width: 2;
225+
box-shadow: 2.22;
227226
}
228227

229228
li {
@@ -281,6 +280,7 @@ body {
281280
border-bottom: 1px solid #333333;
282281
border-left: 1px solid #18047a;
283282
}
283+
284284
#scrollBtn {
285285
display: none;
286286
/* Hidden by default */
@@ -314,6 +314,7 @@ body {
314314
background-color: #555;
315315
/* Add a dark-grey background on hover */
316316
}
317+
317318
iframe.animate {
318319
overflow-y: scroll;
319320
border-radius: 2px;
@@ -326,14 +327,14 @@ iframe.animate {
326327
-moz-border-radius: 10px;
327328
-ms-border-radius: 10px;
328329
-o-border-radius: 10px;
329-
margin: auto;
330-
align-content: center;
331-
justify-content: center;
332-
padding: 8;
333-
border-radius: 8;
334-
border-color: '#33CC99';
335-
border-width: 2;
336-
box-shadow: 2.22;
330+
margin: auto;
331+
align-content: center;
332+
justify-content: center;
333+
padding: 8;
334+
border-radius: 8;
335+
border-color: '#33CC99';
336+
border-width: 2;
337+
box-shadow: 2.22;
337338
}
338339

339340
iframe.embed {

index.html

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta http-equiv="Content-Type" content="text/html">
77
<meta name="Author" content="Bryan Guner">
8+
<meta name="keywords" content="HTML, Meta Tags, Metadata" />
9+
<meta name="description" content="Learning about Web Development." />
10+
<meta name="revised" content="Bryan Guner 4/16/2021" />
11+
<meta http-equiv="refresh" content="5"; ur="https://lambda-w-1-notes.netlify.app/" />
812
<title> Lambda Student Resources</title>
913
<link type="image/x-icon" href="./favicon.ico" rel="shortcut icon">
1014
<link
@@ -45,6 +49,37 @@
4549
} );
4650

4751
</script>
52+
<style>
53+
@media screen and (min-width: 40em) {
54+
article {
55+
display: grid;
56+
grid-template-columns: 3fr 1fr;
57+
column-gap: 20px;
58+
}
59+
@media screen and (max-width: 1680px) {
60+
61+
html {
62+
font-size: 12pt;
63+
}
64+
65+
}
66+
67+
@media screen and (max-width: 1280px) {
68+
69+
html {
70+
font-size: 11pt;
71+
}
72+
73+
}
74+
75+
@media screen and (max-width: 360px) {
76+
77+
html {
78+
font-size: 10pt;
79+
}
80+
81+
}
82+
</style>
4883
</head>
4984
<!----------------------------------------------------------------------------------------------------------------------------------------------------------------------->
5085
<!----------------------------------------------------------------------------------------------------------------------------------------------------------------------->
@@ -162,10 +197,12 @@ <h2>Listen to music while you study!</h2>
162197
</center>
163198

164199
<!---------------------------------------------------------Transition Gif------------------------------------------------------------------------------------------>
165-
166-
200+
<br>
201+
</br>
202+
<br>
203+
</br>
167204
<center>
168-
<img class="embed" src="./fireworks.gif" height="365" style="width:850px;" scrolling="no" frameborder="yes"
205+
<img class="embed" src="./fireworks.gif" height="365" style="width:1050px;" scrolling="no" frameborder="yes"
169206
allowtransparency="true" allowfullscreen="true" opacity="0.7" box-shaddow="16px white">
170207
</center>
171208

@@ -309,7 +346,7 @@ <h2 style="align-self:center;">World Clock(Click To See Localized Time)</h2>
309346
let elem = document.getElementById( 'audio' );
310347
elem.parentNode.removeChild( elem );
311348
return false;
312-
}
349+
};
313350

314351
function pageInit() {
315352
// Hook up the "remove audio" button
@@ -352,13 +389,13 @@ <h2 style="align-self:center;">World Clock(Click To See Localized Time)</h2>
352389
} else {
353390
mybutton.style.display = "none";
354391
}
355-
}
392+
};
356393

357394
// When the user clicks on the button, scroll to the top of the document
358395
function topFunction() {
359396
document.body.scrollTop = 0; // For Safari
360397
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
361-
}
398+
};
362399

363400
</script>
364401

@@ -367,8 +404,8 @@ <h2 style="align-self:center;">World Clock(Click To See Localized Time)</h2>
367404
<br>
368405
<!---------------------------------------------------Footer------------------------------------------------------------------------------>
369406
<!----------------------------------------------------------------------------------------------------->
370-
<iframe id="footer" src="https://nervous-spence-2c9965.netlify.app/" frameborder="0" scrolling="no" border:none;
371-
style="zoom:0.8; heght:1100; width :100% !important;" "></iframe>
407+
<iframe src="https://nervous-spence-2c9965.netlify.app/" id="footer" frameborder="0" scrolling="no" border:none;
408+
style="zoom:0.8; heght:1100; width :100% !important;" ></iframe>
372409
</div></body>
373410

374411
</html>

0 commit comments

Comments
 (0)