Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-kulkarni-25 committed Jul 5, 2021
1 parent bc28562 commit ecc5f0e
Show file tree
Hide file tree
Showing 9 changed files with 220 additions and 1,266 deletions.
Binary file added assets/images/github.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 assets/images/logo2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
312 changes: 90 additions & 222 deletions css/projectdetails.css
Original file line number Diff line number Diff line change
@@ -1,259 +1,127 @@
.topnav {
overflow: hidden;
background-color: white;
border: 1px solid;
padding: 10px;
box-shadow: 5px 2px #dfdfdf;
border-radius: 2vmin;
body {
margin: auto;
background-color: #08283d;
}

.topnav a {
float: left;
display: block;
p {
margin-top: 0%;
margin-bottom: 0%;
}
a {
color: black;
text-align: center;
padding: 2vmin;
margin-left: 1vmin;
text-decoration: none;
font-size: 17px;
cursor: pointer;
}

.topnav a:hover {
background-color: rgb(251, 255, 0);
color: black;
border-radius: 2vmin;
.details {
/* width: 95%; */
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.topnav a.active {
background-color: #ffae00;
color: white;
border-radius: 2vmin;
.project {
background-color: #99d3fa;
width: 25%;
/* height: max-content; */
margin: 2vmin;
padding: 1vmin;
border-radius: 12px;
border: 1px solid black;
box-shadow: 8px 6px #ffffffd7;
}

.topnav .icon {
display: none;
.projectbox {
margin: 0 auto;
text-align: center;
font-size: 2em;
padding: 0%;
border: 2px solid black;
border-top: 0ch;
border-left: 0ch;
border-right: 0ch;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
.github {
width: 2em;
}

@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.pabox {
margin: 0 auto;
text-align: center;
font-size: 1.5em;
padding: 0%;
border: 2px solid black;
border-top: 0ch;
border-left: 0ch;
border-right: 0ch;
}

.logo {
width: 97vw;
height: 50vh;
padding: 2vmin;
border-radius: 5vmin;
}
.infobox {
background-color: #ffae00;
padding: 2vmin;
border-radius: 2vmin;
width: 96vw;
/* height: 90vh; */
.mentorbox {
margin: 0 auto;
text-align: center;
margin-bottom: 1vmin;
margin-top: 1vmin;
font-size: 1.5em;
padding: 0%;
border: 2px solid black;
border-top: 0ch;
border-left: 0ch;
border-right: 0ch;
}

.infobox a {
.ANNOUNCE {
background-color: whitesmoke;
padding: 1vmin;
font-size: 1.5em;
margin-bottom: 2em;
text-align: center;
padding-left: 5vmin;
padding-right: 5vmin;
/* border-style: solid; */
padding: 2vmin;
font-size: 4vmin;
margin-top: 2vmin;
border-radius: 3vmin;
border-color: black;
color: black;
text-decoration: none;
}

.btns {
font-weight: 900;
word-spacing: 2vmin;
margin-top: 2vmin;
/* height: 5em; */
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 7vh;
}

.btns a:hover {
cursor: pointer;
}

.footer {
/* position: fixed; */
left: 0;
bottom: 0;
width: 98%;
background-color: black;
color: white;
text-align: center;
button {
font-size: 3vmin;
margin: 2vmin;
padding: 1vmin;
border-radius: 2vmin;
border-radius: 12px;
border: 2px solid black;
box-shadow: 5px 5px rgb(0, 0, 0);
}

.btns h3 {
button:hover {
cursor: pointer;
font-size: 3vmin;
text-align: center;
}

table,
th,
td {
border: 1px solid black;
margin: 2vmin;
padding: 1vmin;
}

table {
width: 100%;
}

.btns img {
width: 30vmin;
}

.btns h1 {
font-size: 8vmin;
}

.btns h2 {
font-size: 4vmin;
}

@media screen and (max-width: 600px) {
.topnav {
overflow: hidden;
background-color: white;
border: 1px solid;
padding: 10px;
box-shadow: 5px 2px #dfdfdf;
border-radius: 2vmin;

width: 142%;
}

.topnav a {
float: left;
display: block;
color: black;
text-align: center;
padding: 2vmin;
margin-left: 1vmin;
text-decoration: none;
font-size: 17px;
}

.topnav a:hover {
background-color: rgb(251, 255, 0);
color: black;
border-radius: 2vmin;
}

.topnav a.active {
background-color: #ffae00;
color: white;
border-radius: 2vmin;
}

.topnav .icon {
display: none;
}

.logo {
width: 97vw;
height: 50vh;
padding: 2vmin;
border-radius: 5vmin;
}
.infobox {
background-color: #ffae00;
padding: 2vmin;
border-radius: 2vmin;
width: 140vw;
/* height: 90vh; */
text-align: center;
margin-bottom: 1vmin;
margin-top: 1vmin;
}

.infobox a {
text-align: center;
padding-left: 5vmin;
padding-right: 5vmin;
/* border-style: solid; */
padding: 2vmin;
font-size: 4vmin;
margin-top: 2vmin;
border-radius: 3vmin;
border-color: black;
color: black;
text-decoration: none;
}

.btns {
border-radius: 12px;
border: 2px solid black;
box-shadow: 2px 2px 10px 10px #0099ff;
}

@media only screen and (max-width: 600px) {
.details {
/* width: 95%; */
margin: 0 auto;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
margin-top: 7vh;
align-content: center;
}

.btns a:hover {
cursor: pointer;
}

.footer {
/* position: fixed; */
left: 0;
bottom: 0;
width: 143%;
background-color: black;
color: white;
text-align: center;
.project {
background-color: #99d3fa;
width: 85%;
height: fit-content;
margin: 2vmin;
padding: 1vmin;
border-radius: 2vmin;
}

.btns h3 {
font-size: 3vmin;
text-align: center;
}

table,
th,
td {
border-radius: 12px;
border: 1px solid black;
padding: 1vmin;
}

.btns img {
width: 30vmin;
}

.btns h1 {
font-size: 8vmin;
}

.btns h2 {
font-size: 4vmin;
box-shadow: 8px 6px #ffffffd7;
}
}
24 changes: 0 additions & 24 deletions css/projects.css

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="btns">
<a href="pages/issuemeaning.html">Issue-Label & Their Meanings</a>
<a href="pages/issuepoints.html">Issue-Label & Points</a>
<a href="pages/projects.html">Project-Mentor-PA List</a>
<a href="pages/projectdetails.html">Project-Mentor-PA</a>
</div>
</div>
</section>
Expand Down
Loading

0 comments on commit ecc5f0e

Please sign in to comment.