Skip to content

Commit

Permalink
Merge pull request #19 from Sneha123-zudo/logo
Browse files Browse the repository at this point in the history
Added the logo in every page and changed the title to DROPLING
  • Loading branch information
techmannih authored Jan 20, 2024
2 parents 4f06528 + c6625ee commit ff7be53
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion views/chat.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>DROPLING</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.5.2/socket.io.js" integrity="sha512-VJ6+sp2E5rFQk05caiXXzQd1wBABpjEj1r5kMiLmGAAgwPItw1YpqsCCBtq8Yr1x6C49/mTpRdXtq8O2RcZhlQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="css/chat.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

</head>

Expand Down
2 changes: 2 additions & 0 deletions views/contact.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@
<script src="https://cdn.socket.io/3.1.3/socket.io.min.js" integrity="sha384-cPwlPLvBTa3sKAgddT6krw0cJat7egBga3DJepJyrLl4Q9/5WLra3rrnMcyTyOnh" crossorigin="anonymous"></script>
<!DOCTYPE html><html class=''>
<head>
<title>DROPLING</title>
{{!-- <script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/emilcarlsson/pen/ZOQZaV?limit=all&page=74&q=contact+" /> --}}
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300' rel='stylesheet' type='text/css'>
{{!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.5.2/socket.io.js" integrity="sha512-VJ6+sp2E5rFQk05caiXXzQd1wBABpjEj1r5kMiLmGAAgwPItw1YpqsCCBtq8Yr1x6C49/mTpRdXtq8O2RcZhlQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> --}}
<script src="https://cdn.socket.io/3.1.3/socket.io.min.js" integrity="sha384-cPwlPLvBTa3sKAgddT6krw0cJat7egBga3DJepJyrLl4Q9/5WLra3rrnMcyTyOnh" crossorigin="anonymous"></script>
<script src="https://use.typekit.net/hoy3lrg.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link rel="stylesheet" href="css/contact.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css'><link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.2/css/font-awesome.min.css'>
</head><body>
Expand Down
3 changes: 2 additions & 1 deletion views/demo.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<script src="jquery-3.7.1.min.js"></script>
<script src="./PureSnow.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>Document</title>
<title>DROPLING</title>
<link rel="stylesheet" href="css/demo.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

</head>
<body>
Expand Down
Binary file added views/favicon.ico
Binary file not shown.
6 changes: 4 additions & 2 deletions views/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
<head>
<meta charset="utf-8">
<meta name="google-signin-client_id" content="31628992962-u8rfhl4f69tt6g13q89dojpsj0feqp87.apps.googleusercontent.com">
<title>Transparent Login Form HTML CSS</title>
<title>DROPLING</title>
{{!-- <link rel="stylesheet" href="style.css"> --}}
<link rel="stylesheet" href="css/login.css">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

</head>
<body onload="init()">
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script src="https://accounts.google.com/gsi/client" async></script>
Expand Down
3 changes: 2 additions & 1 deletion views/register.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Transparent Login Form HTML CSS</title>
<title>DROPLING</title>
<link rel="stylesheet" href="css/register.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<meta name="google-signin-client_id" content="31628992962-u8rfhl4f69tt6g13q89dojpsj0feqp87.apps.googleusercontent.com">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">


</head>
Expand Down
4 changes: 2 additions & 2 deletions views/settings.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Mobile Settings</title>
<title>DROPLING</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="css/setting.css">

<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container">
Expand Down

0 comments on commit ff7be53

Please sign in to comment.