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 meta information for twitter #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="./resources/js/main.js" type="text/javascript"></script>
<!-- Twitter meta -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@berlindroid">
<meta name="twitter:creator" content="@berlindroid">
<meta name="twitter:title" content="GDG Berlin Android: The berlindroid community for Android developement in Berlin">
<meta name="twitter:description" content="Find out what's new in Android, what the Berlin community is all about, join us for meetups, and engage with the community on twitter, apply for sponsorships, or have a cold beverage with us.">
<meta name="twitter:image" content="https://secure.meetupstatic.com/photos/event/c/2/5/highres_503043109.jpeg">
<meta name="twitter:image:alt" content="A photo of a meeting of the Android community in Berlin">
</head>
<body>

Expand Down