Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into newsletter#2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfox36 committed Jan 17, 2019
2 parents 7f045a5 + e8e764d commit 4e2f19c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion public/index.html
Expand Up @@ -7,6 +7,22 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#EB6E80">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">

<!-- Search Engine -->
<meta name="description" content="Dedicated to monitoring the top 5 job demands in the 4 categories: Web, Mobile, Programming Languages, Backen">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Full Stack Trends">
<meta itemprop="description" content="Dedicated to monitoring the top 5 job demands in the 4 categories: Web, Mobile, Programming Languages, Backen">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Full Stack Trends">
<meta name="twitter:description" content="Dedicated to monitoring the top 5 job demands in the 4 categories: Web, Mobile, Programming Languages, Backen">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Full Stack Trends">
<meta name="og:description" content="Dedicated to monitoring the top 5 job demands in the 4 categories: Web, Mobile, Programming Languages, Backen">
<meta name="og:url" content="https://www.fullstacktrends.com">
<meta name="og:site_name" content="Full Stack Trends">
<meta name="og:type" content="website">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
Expand All @@ -16,7 +32,6 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.min.css">

<title>Full Stack Trends</title>

</head>

<body>
Expand All @@ -31,6 +46,7 @@
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>

<!-- MailerLite Universal -->
<script>
(function (m, a, i, l, e, r) {
Expand Down

0 comments on commit 4e2f19c

Please sign in to comment.