Skip to content

Commit 11c7dc3

Browse files
committed
Added Instagram feed
1 parent 7416a61 commit 11c7dc3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<noscript>
1414
<strong>We're sorry but kabbagepatch.github.io doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1515
</noscript>
16+
<script src="https://elfsightcdn.com/platform.js" async></script>
1617
<div id="app"></div>
1718
<!-- built files will be auto injected -->
1819
</body>

src/pages/Home.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
</div>
1515
</div>
1616
</div>
17+
<div class="socials">
18+
<h1>Instagram: Mostly Bread and Cats</h1>
19+
<div class="elfsight-app-0eabe48e-4875-4306-ab13-e31ac1235450 instagram-feed" data-elfsight-app-lazy></div>
20+
</div>
1721
</div>
1822
</template>
1923

@@ -88,6 +92,15 @@ export default {
8892
margin-left: 350px;
8993
}
9094
95+
.socials {
96+
margin-top: 50px;
97+
padding: 20px 0;
98+
width: 100%;
99+
display: flex;
100+
justify-content: center;
101+
flex-direction: column;
102+
}
103+
91104
@media screen and (max-width: 1200px) {
92105
.about-container {
93106
padding-left: 5%;

0 commit comments

Comments
 (0)