mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
add meta and twitter
This commit is contained in:
BIN
images/logo-wide.png
Normal file
BIN
images/logo-wide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 241 KiB |
BIN
images/logo.jpeg
BIN
images/logo.jpeg
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
22
index.html
22
index.html
@@ -10,7 +10,7 @@
|
|||||||
<title>SimpleWebConf 2021 - Make Web Development Simple</title>
|
<title>SimpleWebConf 2021 - Make Web Development Simple</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="SimpleWebConf website" />
|
<meta name="description" content="SimpleWebConf website" />
|
||||||
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
|
<meta name="keywords" content="snowpack, lit-html, html imports, conference celebrating web development made simple, from side project to enterprise!" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
//////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////
|
||||||
@@ -27,15 +27,15 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Facebook and Twitter integration -->
|
<!-- Facebook and Twitter integration -->
|
||||||
<meta property="og:title" content=""/>
|
<meta property="og:title" content="SimpleWebConf 2021"/>
|
||||||
<meta property="og:image" content=""/>
|
<meta property="og:image" content="http://simplewebconf.com/images/logo-wide.png"/>
|
||||||
<meta property="og:url" content=""/>
|
<meta property="og:url" content="http://simplewebconf.com/"/>
|
||||||
<meta property="og:site_name" content=""/>
|
<meta property="og:site_name" content="SimpleWebConf 2021"/>
|
||||||
<meta property="og:description" content=""/>
|
<meta property="og:description" content="A conference celebrating web development made simple, from side project to enterprise!"/>
|
||||||
<meta name="twitter:title" content="" />
|
<meta name="twitter:title" content="SimpleWebConf 2021" />
|
||||||
<meta name="twitter:image" content="" />
|
<meta name="twitter:image" content="http://simplewebconf.com/images/logo-wide.png" />
|
||||||
<meta name="twitter:url" content="" />
|
<meta name="twitter:url" content="http://simplewebconf.com/" />
|
||||||
<meta name="twitter:card" content="" />
|
<meta name="twitter:card" content="A conference celebrating web development made simple, from side project to enterprise!" />
|
||||||
|
|
||||||
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
|
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
|
||||||
<li><a href="#" data-nav-section="cfp"><span>Submit CFP</span></a></li>
|
<li><a href="#" data-nav-section="cfp"><span>Submit CFP</span></a></li>
|
||||||
<li><a href="#" data-nav-section="tickets"><span>Tickets </span></a></li>
|
<li><a href="#" data-nav-section="tickets"><span>Tickets </span></a></li>
|
||||||
<li><a href="#"><i class="icon-twitter"></i></a></li>
|
<li><a href="https://twitter.com/simplewebconf" target="_blank"><i class="icon-twitter"></i></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user