Skip to content

Commit

Permalink
Added missing socials.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Straughan committed Nov 29, 2023
1 parent e72a217 commit 8f82842
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
20 changes: 20 additions & 0 deletions static/css/styled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,26 @@ body {
grid-template-columns: 1fr 1fr !important;
}
}

.socials {
a {
display: block;
background-color: #f5f5f5;
padding: 1rem;
border-radius: 6px;
margin-bottom: 1rem;

img {
max-width: 25px;
vertical-align: middle;
margin-right: .5rem;
}
}

a:hover {
background-color: #fff;
}
}
}

/**
Expand Down
2 changes: 2 additions & 0 deletions static/images/socials/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 16 additions & 3 deletions updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,25 @@ <h2>{{update.content | strip_html | truncatewords:50}}</h2>

{%- include _includes/paginator.html -%}
</div>
<div>
<div class="socials">
<h1>
<span class="material-icons">public</span>Socials
</h1>
<div id="twitter">
<p>Coming Soon!</p>
<div>
<a id="twitter"
href="https://twitter.com/syclopseu"
target="_blank"
rel="noopener">
<img src="/static/images/socials/twitter.svg" alt="Twitter Icon" />
Twitter/X
</a>
<a id="linkedin"
href="https://www.linkedin.com/company/syclops-project/?viewAsMember=true"
target="_blank"
rel="noopener">
<img src="/static/images/socials/linkedin.svg" alt="LinkedIn Icon" />
LinkedIn
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8f82842

Please sign in to comment.