Skip to content
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

Revert 4 priyen1912 patch 4 #38

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
32 changes: 31 additions & 1 deletion Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,36 @@ <h3>Dewansh Rawat</h3>
</ul>
</center>
</div>
<div class="col-md-4">
<center>
<img height="250" width="250" src="./assets/members/contributer/776.jpg" class="img-responsive img-circle">
<br><br>
<h3>Priyen Gami</h3>
<br>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://facebook.com/Priyen Gami" target="_blank">
<i class="fa fa-facebook contact-line-icon"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/Priyen Gami/" target="_blank">
<i class="fa fa-twitter contact-line-icon"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://instagram.com/priyengami_1912/" target="_blank">
<i class="fa fa-instagram contact-line-icon"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://linkedin.com/in/Priyen Gami" target="_blank">
<i class="fa fa-linkedin contact-line-icon"></i>
</a>
</li>
</ul>
</center>
</div>
</div>
</div>
</div>
Expand All @@ -332,4 +362,4 @@ <h3>Dewansh Rawat</h3>
</div>
</div>
</body>
</html>
</html>
16 changes: 8 additions & 8 deletions Website/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@

.home-title{
padding: 20px 48px;
font-size: 42px;
font-size: 43px;
background: rgba(0, 0, 0, 0.75);
color: #fff;
}

.home-tagline{
padding: 20px 48px;
font-size: 24px;
font-size: 25px;
color: #fff;
}

.arrow{
width: 3.75em;
height: 3.75em;
border-left: 6px solid #fff;
border-bottom: 6px solid #fff;
width: 3.78em;
height: 3.78em;
border-left: 7px solid #fff;
border-bottom: 5px solid #fff;
cursor: pointer;
transform: rotate(-45deg);
}
Expand Down Expand Up @@ -58,7 +58,7 @@
}

.team-line{
border: 0;
border: 1;
outline: none;
border: 1px solid #15171c;
}
Expand Down Expand Up @@ -100,4 +100,4 @@
.mail-link, .mail-link:active, .mail-link:hover, .mail-link:active{
text-decoration: underline;
color: #15171c;
}
}