Skip to content

Commit

Permalink
first page completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Meghraj Deshmukh authored and Meghraj Deshmukh committed Apr 13, 2020
1 parent 756984f commit 093d7fa
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 16 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added btn2.png
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 buttonImg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 37 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>DonateForCovid</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
Expand All @@ -24,14 +24,16 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Logo</a>
<a class="navbar-brand" href="#">
<img src="./logo.png" style="max-width: 100%; max-height:100%;">
</img>
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Contact</a></li>

</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
Expand All @@ -43,18 +45,43 @@
<div class="container-fluid text-center">
<div class="row content">
<div class="col-sm-2 sidenav">
<!-- <p><a href="#">Link</a></p>
<p><a href="#">Link</a></p>
<p><a href="#">Link</a></p>
<p><a href="#">Link</a></p>
<p><a href="#">Link</a></p> -->
<div class="image">
<img src="./sidenav.png" style="max-width: 100%; height: 100% ;object-fit: fill;">

</div>
</div>
<div class="col-sm-8 text-left">


<i class="fas fa-allergies"></i>

<div class="title">
<text>COVID-19</text>
</div>


<div class="cover">
<img src="cover.jpg" style="max-width: 100%;height: auto;" class="img-fluid" alt="Responsive image">
<img src="cover.jpg" class="img-fluid" alt="Responsive image">
</div>

<p style="font-size: large; font-weight: bold;">
As COVID-19 continues to spread, the future has never felt so
unpredictable.
These are challenging times for us all, and we hope you’re
in good spirits and health!
, our community needs us. And we need you.</p>

<div class="donateButton">
<button type="button" class="btn btn-primary">Donate</button>
<div class="clickbtn">
<button type="button" class="btn btn-primary"> </button>
</div>

<div class="donateclick">
<button type="button" class="btn btn-primary" > Donate</button>
</div>

</div>
</div>

Expand All @@ -71,7 +98,7 @@
</div>

<footer class="container-fluid text-center">
<p>Footer Text</p>
<p>Copyright@MIT</p>
</footer>


Expand Down
Binary file added logo.png
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 sidenav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 39 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
display: none;
}
.cover {
width: 100%;

}
.row.content {height:auto;}
}
Expand All @@ -38,11 +41,41 @@
border: 1px solid red;

}
.cover img{
max-width: 100%;
height: auto;
}

.donateButton button{
.clickbtn button{

width: 30% !important;
height: 70px !important;
background: url('/image/btn.png') no-repeat;
height: 100px !important;
background: url('./btn2.png') no-repeat;
color: rgb(250, 59, 11);
font-size: xx-large;
font-weight: bolder;
background-size: 100% 100%;


}
.donateclick button{

color: black;
width: 30% !important;

margin:10px;
background-color: red;

border-radius:20px !important;


}
}

.title{

font-size: xx-large;
text-align: center;
font-weight: bolder;

}

0 comments on commit 093d7fa

Please sign in to comment.