Skip to content

Commit

Permalink
Meta update
Browse files Browse the repository at this point in the history
  • Loading branch information
tameeshB committed Dec 31, 2017
1 parent 666a622 commit c021539
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
10 changes: 9 additions & 1 deletion public/css/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,15 @@ body{
}
.mymsg{
background-color: #22543e87 !important;

width: 90%;
margin-left:10%;
}
.is-primary{
width: 90%;
margin-right:10%;
}
.dynamicTimeStamp{
float: right;
}
#message-feed{
/* padding-bottom: 100px; */
Expand Down
28 changes: 28 additions & 0 deletions views/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A VERY reliable way to communicate on the internet. An end-to-end encrypted decentralised cross-platform chat application."
/>
<META NAME="Keywords" CONTENT="chat,sockets,e2e,crypto,p2p">

<meta itemprop="name" content="SockChat">
<meta itemprop="description" content="A VERY reliable way to communicate on the internet. An end-to-end encrypted decentralised cross-platform chat application.">
<meta itemprop="image" content="http://chat.tameesh.in/images/logo/icon144.png">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@tameeshb">
<meta name="twitter:title" content="SockChat">
<meta name="twitter:description" content="A VERY reliable way to communicate on the internet. An end-to-end encrypted decentralised cross-platform chat application.">
<meta name="twitter:creator" content="@tameeshb">

<meta name="twitter:image:src" content="http://chat.tameesh.in/images/logo/icon144.png">

<meta property="og:title" content="SockChat" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://chat.tameesh.in" />
<meta property="og:image" content="http://chat.tameesh.in/images/logo/icon144.png" />
<meta property="og:description" content="A VERY reliable way to communicate on the internet. An end-to-end encrypted decentralised cross-platform chat application."
/>
<meta property="og:site_name" content="SockChat" />
<meta property="article:published_time" content="2017-10-11T05:59:00+01:00" />
<meta property="article:modified_time" content="2017-10-12T19:08:47+01:00" />
<meta property="article:section" content="A VERY reliable way to communicate on the internet. An end-to-end encrypted decentralised cross-platform chat application."
/>
<meta property="article:tag" content="SockChat" />
<meta name="theme-color" content="#1b273a">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
Expand Down

0 comments on commit c021539

Please sign in to comment.