mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
Added OG tags and social icons, Fixes #169
This commit is contained in:
parent
43d8289207
commit
decaffbc2d
1 changed files with 25 additions and 2 deletions
|
@ -16,12 +16,19 @@
|
|||
gtag("config", "UA-150751006-2");
|
||||
</script>
|
||||
<meta charset="utf-8" />
|
||||
<title>Responsively App</title>
|
||||
<title>Responsively App | A Web developer's browser</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="A modified dev-friendly browser that aids easy responsively web application development."
|
||||
content="A dev-tool that aids faster and precise responsively web development."
|
||||
/>
|
||||
<meta property="og:title" content="A Web developer's browser - Responsively App" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://responsively.app" />
|
||||
<meta property="og:description" content="A dev-tool that aids faster and precise responsively web development." />
|
||||
<meta property="og:image" content="https://responsively.app/assets/img/screenshot.png" />
|
||||
<meta name="twitter:card" content="summary"></meta>
|
||||
<meta name="twitter:site" content="@ResponsivelyApp"></meta>
|
||||
<link
|
||||
href="assets/css/loaders/loader-typing.css"
|
||||
rel="stylesheet"
|
||||
|
@ -545,6 +552,22 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center mb-2">
|
||||
<div class="col-auto">
|
||||
<ul class="nav">
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/ResponsivelyApp" class="nav-link" target="_blank">
|
||||
<img class="icon undefined" src="assets/img/icons/social/twitter.svg" alt="twitter social icon" data-inject-svg />
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="https://github.com/manojVivek/responsively-app" class="nav-link" target="_blank">
|
||||
<img class="icon undefined" src="assets/img/icons/social/github.svg" alt="github social icon" data-inject-svg />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- Required vendor scripts (Do not remove) -->
|
||||
|
|
Loading…
Reference in a new issue