UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ccf5053c authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'linkedin' into 'master'

Linkedin

See merge request platform-one/private/bullhorn/platform1-site!33
parents 1738f4cf 85da70ff
No related branches found
Tags v0.2.13
No related merge requests found
<html>
<head>
<meta content="no-cache">
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
}
</style>
</head>
<body>
<script src="https://platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script>
<script type="IN/FollowCompany" data-id="64676130" data-counter="right"></script>
</body>
</html>
\ No newline at end of file
<template>
<footer class="footer container-fluid py-4">
PLATFORM ONE
<div class="d-flex flex-column align-items-center">
<p class="mb-2">PLATFORM ONE</p>
<div class="embed-responsive li-embed ">
<iframe class="embed-responsive-item" src="./static/li.html" />
</div>
</div>
</footer>
</template>
<script>
export default {};
</script>
<style lang="scss" scoped>
.footer {
position: relative;
background-color: $primary-bg-color;
border-top: 1px solid #c6c6c6;
font-family: "Anton", sans-serif !important;
letter-spacing: 0.06rem;
font-size: 1.5rem;
color: #000000;
p {
font-family: "Anton", sans-serif !important;
letter-spacing: 0.06rem;
font-size: 1.5rem;
}
.li-embed {
height: 40px;
}
}
</style>
......@@ -121,30 +121,6 @@ export default {
.navbar-title {
line-height: 1;
}
@media only screen and (max-width: 768px) {
img {
width: 50px;
}
.navbar-title {
font-size: 2rem;
}
}
@media only screen and (max-width: 768px) {
img {
width: 50px;
}
.navbar-title {
font-size: 2rem;
}
}
@media only screen and (max-width: 768px) {
.navbar-title {
font-size: 1.5rem;
}
}
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment