Skip to content

Commit

Permalink
logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
chinu21 committed May 9, 2021
1 parent f1ad953 commit 2fbb66d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
Binary file modified public/companiesbg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ footer{
#pic{
position: relative;
width: 650px;
height: 550px;
height: 555px;
object-fit: none;
}
}

/* #pic{
position: absolute;
top: 10px;
left: 50%;
width: 50%;
height: 250px;
background-image: url('companiesbg.jpg');
background-position: 0 0;
background-repeat:no-repeat;
background-size: cover;
} */
4 changes: 2 additions & 2 deletions views/home.ejs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<%- include('partials/header'); -%>
<div class="container">
<div class="row">
<div class="col col-sm-6">
<div class="col col-md-6">
<h1 class="display-1 font-weight-bold">Pro Grepper</h1>
<h2 class="h1 text-primary font-weight-bold">Pushing the dreams to reality!</h1>
<br>
<p class="lead">
We help you grep the companies that might ask the problem and you nailing it!
</p>
</div>
<div class="col col-sm-6">
<div class="col col-md-6">
<img src="/companiesbg.jpg" id="pic" alt="">
</div>
</div>
Expand Down
7 changes: 3 additions & 4 deletions views/partials/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

<link rel="stylesheet" href="/styles.css">
<link rel="icon" href="/logo.svg">
<link rel="icon" href="/logo.png">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
Expand All @@ -27,9 +27,8 @@
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">

<a class="navbar-brand mb-0 h1" href="/">
<img src="/logo.svg" width="40" height="40" class="d-inline-block align-top" alt="">
Pro Grepper
<a class="navbar-brand" href="/">
<img src="/logo.png" width="70" height="60" alt="">
</a>

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"
Expand Down

0 comments on commit 2fbb66d

Please sign in to comment.