Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding social media summary cards #1095

Merged
merged 11 commits into from
Jan 7, 2021
Merged
Binary file added assets/social_cards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 16 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta Tags-->
<title>BrickHack 7</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="hackathons, hackathon, hack-a-thon, programming, hardware, development, design, rit"/>
<meta name="theme-color" content="#000000"/>

<meta name="twitter:card" content="summary"/>
<meta name="twitter:url" content="https://brickhack.io" >
<!--<meta name="twitter:image" content="">-->
<meta name="twitter:title" content="BrickHack 7">
<meta name="twitter:description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
<meta name="description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
<meta name="og:description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing."/>

<!-- Twitter Cards -->
<meta property="twitter:card" content="summary"/>
<meta property="twitter:title" content="BrickHack 7">
<meta property="twitter:url" content="https://brickhack.io" >
<meta property="twitter:description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
<meta name="twitter:image" content="./assets/social_cards.png">

<!-- Open Graph Cards -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Brickhack 7" />
<meta property="og:site_name" content="BrickHack 7" />
<meta property="og:url" content="https://brickhack.io" />
<meta property="og:description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing."/>
<meta property="og:image" content="./assets/social_cards.png" />

<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="resources/favicon/apple-touch-icon.png">
Expand Down
64 changes: 31 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"dependencies": {
"active-menu-link": "^1.1.8",
"jquery": "^3.5.1",
"parcel-plugin-metaimage": "^1.2.4",
"rellax": "^1.12.1",
"slick-carousel": "^1.8.1"
}
Expand Down