Skip to content

Commit

Permalink
Ram | Update. meta image for website
Browse files Browse the repository at this point in the history
  • Loading branch information
rRamC committed Aug 22, 2024
1 parent deedf60 commit c500160
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Geek Night Chennai - Aug 2024</title>
<meta name="description" content="" />
<meta property="og:image" content="img/intro-banner.png"/>
<meta property="og:image:width" content="3125" />
<meta property="og:image:height" content="1042"/>

<script type="text/javascript" src="js/vendor/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<link rel="shortcut icon" href="/geeknight/favicon.ico" type="image/x-icon" />

<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/app.css" />

Expand Down Expand Up @@ -12937,4 +12940,5 @@ <h3>ThoughtWorks Technologies Pvt Ltd</h3>
<!-- End Google Analytics -->
</body>
</html>

<script>window.targetDate = new Date(1724929200 * 1000)</script>
7 changes: 5 additions & 2 deletions layouts/_layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Geek Night Chennai - <%= title %></title>
<meta name="description" content="" />
<meta property="og:image" content="img/intro-banner.png"/>
<meta property="og:image:width" content="3125" />
<meta property="og:image:height" content="1042"/>

<script type="text/javascript" src="js/vendor/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<link rel="shortcut icon" href="/geeknight/favicon.ico" type="image/x-icon" />

<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/app.css" />

Expand Down Expand Up @@ -40,4 +43,4 @@
</script>
<!-- End Google Analytics -->
</body>
</html>
</html>

0 comments on commit c500160

Please sign in to comment.