Skip to content

Commit 60e1edb

Browse files
committed
Added files to cad subtab
1 parent a362ad0 commit 60e1edb

3 files changed

Lines changed: 40 additions & 6 deletions

File tree

css/main.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,18 @@ html, body {
106106

107107
h1{
108108
margin:0;
109+
}
110+
111+
.row{
112+
display: flex;
113+
flex-direction: row;
114+
align-items: center;
115+
justify-content: center;
116+
}
117+
118+
.column{
119+
display: flex;
120+
flex-direction: column;
121+
align-items: center;
122+
justify-content: center;
109123
}

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ <h1>THE NERD HERD</h1>
7979
</header>
8080
<div class="body">
8181
<div id="impact-video-div">
82-
<div style="position: relative; width: 100%; height: 0; padding-top: 66.6667%;
83-
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 0.5em; margin-bottom: 0.5em; overflow: hidden;
82+
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
83+
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
8484
border-radius: 8px; will-change: transform;">
8585
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
86-
src="https://www.canva.com/design/DAG_8KEVX0Q/e25JEM_hMQCnLP3e9DS9KA/watch?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
86+
src="https://www.canva.com/design/DAHB-4XpkQw/03zBvOqkmuZ1hk_QZsMsig/watch?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
8787
</iframe>
8888
</div>
8989
</div>

teams/cad.html

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,29 @@
7171
</div>
7272
</header>
7373
<div class="body">
74-
75-
76-
74+
<div class="row">
75+
<div style="position: relative; width: 30%; height: 10px; padding-top: 40%;
76+
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
77+
border-radius: 8px; will-change: transform; margin:2px">
78+
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
79+
src="https://www.canva.com/design/DAG4ul-pqvQ/chR298NRZbBCn08hftR03w/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
80+
</iframe>
81+
</div>
82+
<div style="position: relative; width: 30%; height: 10px; padding-top: 40%;
83+
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
84+
border-radius: 8px; will-change: transform; margin:2px">
85+
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
86+
src="https://www.canva.com/design/DAGgud-nt5E/qRUxOtr0Ptd8tcJ7GeV_lQ/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
87+
</iframe>
88+
</div>
89+
<div style="position: relative; width: 30%; height: 10px; padding-top: 40%;
90+
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
91+
border-radius: 8px; will-change: transform; margin:2px">
92+
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
93+
src="https://www.canva.com/design/DAGhq_kCOYA/_b1xcJxEMHb7KNm9G4m_0A/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
94+
</iframe>
95+
</div>
96+
</div>
7797

7898

7999
</div>

0 commit comments

Comments
 (0)