Skip to content

Commit b8fdfd1

Browse files
committed
GDoc Embed
Cleanup
1 parent fe4e38b commit b8fdfd1

12 files changed

+19
-10
lines changed

.DS_Store

0 Bytes
Binary file not shown.

img/.DS_Store

0 Bytes
Binary file not shown.

img/Edgemont Robotics Logo fixed.png

-15.7 KB
Binary file not shown.

img/Edgemont Robotics Logo.png

-10.8 KB
Binary file not shown.

img/IMG_1671.HEIC

-2.07 MB
Binary file not shown.

img/IMG_1673.JPG

-3.81 MB
Binary file not shown.

img/Website-Cropped-01.jpg

-292 KB
Binary file not shown.

img/Website-Cropped-12.jpg

-1.9 MB
Binary file not shown.

img/ig logo.png

-2.62 KB
Binary file not shown.

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Mission Statement:</h2>
7979
As a culture, we celebrate Gracious Professionalism, and ensure that our environment is always incredibly
8080
open to positivity and curiosity. </p>
8181
</div>
82+
<div class="portfolio">
83+
<h2 style="font-size: 30pt;">Engineering Portfolio</h2>
84+
<div class="gdoc">
85+
<iframe width="800" height="800" src="https://docs.google.com/document/d/1K2HBo31_Uack4QTbKGU6tca6Uu0lDzW8jU99CqqPp2U/preview?usp=embed_googleplus"></iframe>
86+
</div>
8287
</body>
8388

8489
</html>

script.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

style.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
text-align: center;
33
padding: 20em 0;
44
color: #fff;
5-
filter: brightness(100%);
65
}
76

87
.home-header {
@@ -166,4 +165,17 @@ h1 {
166165
transform: translate(-50%, -50%);
167166
font-size: 64pt;
168167
font-weight: 500
169-
}
168+
}
169+
170+
.gdoc {
171+
display: flex;
172+
justify-content: center;
173+
padding-top: 1rem;
174+
}
175+
176+
.portfolio {
177+
text-align: center;
178+
padding: 5% 0;
179+
padding-left: 10rem;
180+
padding-right: 10rem;
181+
}

0 commit comments

Comments
 (0)