Skip to content

Worked on its responsiveness #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions assets/baseline-arrow_back_ios-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 1 addition & 12 deletions assets/baseline-search-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 1 addition & 11 deletions assets/outline-arrow_upward-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 1 addition & 12 deletions assets/outline-collections-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 1 addition & 12 deletions assets/outline-link-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 1 addition & 13 deletions assets/outline-my_location-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 1 addition & 12 deletions assets/outline-ondemand_video-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 1 addition & 13 deletions assets/outline-photo_camera-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 1 addition & 15 deletions assets/outline-scroll-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 34 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ html { font-size: 62.5%}
.settings-svg :hover img {
animation: bounce 0.4s linear;
}
/*Removing inline css*/
.settings-svg img{
height :25 ;
width: 25;

}

form {text-align: center;}

Expand All @@ -29,10 +35,10 @@ html { font-size: 62.5%}

}


.right {
margin: 0 94%;
padding: 3rem;
margin: 3rem auto auto 90%;

}

.active {
Expand Down Expand Up @@ -95,6 +101,21 @@ html { font-size: 62.5%}
width: 60%;
height: 6vh;
}
@media only screen and (max-width: 800px) {
input[type=text] {

padding: 15px 32px;
font-size: 15px;
margin: 5px;
width: 80%;
height: 6vh;
}
}
.bounce{
height: 35px;
width: 35px;

}

.lists :hover img {
animation: bounce 0.4s linear;
Expand Down Expand Up @@ -176,9 +197,19 @@ html { font-size: 62.5%}
#footer-align {
margin: 0 auto;
}
@media only screen and (max-width: 400px) {

}


#footer-align h6 {
font-size: 1.3rem;
}
@media only screen and (max-width: 800px) {
#footer-align h6 {
font-size: 1.3rem;
}
}
#footer-align img {
margin-left: 18%;
}
Expand Down
14 changes: 7 additions & 7 deletions css/queries.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/* big tablets to desktops from 1023 px to 1200px ( larger than our row 1140px )*/
@media only screen and (max-width: 1200px) {
.right {
margin: 0 90%;
padding: 3.4rem;
margin: 0 95%;

}
}

Expand All @@ -14,8 +14,8 @@
/*Small tablets to big tablets from 768 px to 1023 px*/
@media only screen and (max-width: 1023px) {
.right {
margin: 0 94%;
padding: 3.4rem;
margin: 0 99%;

}
.box-model {
width: 80%;
Expand All @@ -34,8 +34,8 @@
/*Small Phones to small tablets from 480px to 767 px*/
@media only screen and (max-width: 767px) {
.right {
margin: 0 85%;
padding: 3.4rem;
margin: 0 90%;
padding: 3rem;
}

}
Expand All @@ -46,6 +46,6 @@
@media only screen and (max-width: 480px) {
.right {
margin: 0 90%;
padding: 3.4rem;
padding-top: 3.4rem;
}
}
Binary file modified images/frontend1.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 modified images/frontend2.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 modified images/poster.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
<title>Vison Search</title>
</head>

<body>
<body class="">

<div class="row">
<div class="col-lg-12">
<div class="container">

<div class="settings-svg right">
<a href="settings.html">
<img src="assets/baseline-settings-20px (1).svg" height="25" width="25" alt=""></a>
<img src="assets/baseline-settings-20px (1).svg" alt="settings"></a>
</div>
</div>

</div>
<div class="container">
<div class="row">
<div class="col-lg-12 logo">
<img src="assets/logo.png" alt="">
<img src="assets/logo.png" alt="Logo">
</div>
</div>

Expand All @@ -49,25 +49,25 @@
<div class="box-model">
<div class="bounce">
<a href="link.html">
<span><img src="assets/outline-link-24px.svg" height="30" width="30" alt=""/></span> <br>
<span><img src="assets/outline-link-24px.svg" alt=""/></span> <br>
<label>Link</label>
</a>
</div>
<div class="bounce">
<a href="upload.html">
<span><img src="assets/outline-arrow_upward-24px.svg" height="30" width="30" alt=""/></span> <br>
<span><img src="assets/outline-arrow_upward-24px.svg" alt=""/></span> <br>
<label>Upload</label>
</a>
</div>
<div class="bounce">
<a href="camera.html">
<span><img src="assets/outline-photo_camera-24px.svg" height="30" width="30" alt="" /></span> <br>
<span><img src="assets/outline-photo_camera-24px.svg" alt="" /></span> <br>
<label>Camera</label>
</a>
</div>
<div class="bounce">
<a href="#">
<span><img src="assets/outline-ondemand_video-24px.svg" height="30" width="30" alt="" /></span> <br>
<span><img src="assets/outline-ondemand_video-24px.svg" alt="" /></span> <br>
<label>Video</label>
</a>
</div>
Expand All @@ -90,7 +90,7 @@ <h6 id="location">Getting Location</h6>
</div>
</div>
<br>
<div class="row">
<div class="row ">
<div id="footer-align">
<img src="assets\outline-scroll-24px.svg" height="45" width="200" alt="" />
<h6>Scroll down to see what is trending around the globe.</h6>
Expand Down