Skip to content

Commit

Permalink
Update 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VedantKhairnar committed Aug 6, 2020
1 parent 61423f5 commit a54ff8a
Show file tree
Hide file tree
Showing 7 changed files with 337 additions and 255 deletions.
82 changes: 52 additions & 30 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 70 additions & 67 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,27 @@
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a:not(:first-child) {
display: none;
}

.topnav a.icon {
float: right;
display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive {
position: relative;
}

.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}

.topnav.responsive a {
float: none;
display: block;
Expand All @@ -63,92 +70,88 @@
}


.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: auto;
text-align: center;
font-family: arial;
}

.title {
color: grey;
font-size: 18px;
}

button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}

a {

text-decoration: none;
font-size: 22px;
color: black;
}

.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: auto;
text-align: center;
font-family: arial;
}

.title {
color: grey;
font-size: 18px;
}

button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}

a {

text-decoration: none;
font-size: 22px;
color: black;
}



button:hover, a:hover {
opacity: 0.7;
}

button:hover, a:hover {
opacity: 0.7;
}
</style>
</head>
<body>


<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<!-- <a href="#news">News</a>-->
<a href="#contact">Contact</a>
<a href="#">About</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<h2 style="text-align:center">The Founders</h2>
<a href="#contact">Contact</a>
<a href="#">About</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<h2 style="text-align:center">The Founders</h2>
<ul style="display: flex;">
<div class="card">
<img src="./images/users-vector-icon-png_260862.jpg" alt="John" style="width:100%">
<h2>Aakash Bhardwaj</h2>
<p class="title">Founder, NeoVantium,OceanServices</p>
<p>Indraprastha university</p>
<div style="margin: 24px 0;">
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
<a style="color: white;" href="#"> <p style="background-color: black; ">more</p></a>
</div>
<a style="color: white;" href="#"><p style="background-color: black; ">more</p></a>
</div>



<div class="card">
<img src="/images/users-vector-icon-png_260862.jpg" alt="John" style="width:100%">
<h1>Vedant Khairnair</h1>
<p class="title">Founder, NeoVantium</p>
<p>Harvard University</p>
<img src="./images/42309779.jpg" alt="Vedant" style="width:100%">
<h1>Vedant Khairnar</h1>
<p class="title">Founder-NeoVantium| Co-Founder-DevScript| MSFT Student Learn Ambassador </p>
<p>Shri Ramdeobaba College of Engineering and Management</p>
<div style="margin: 24px 0;">
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
<a style="color: white;" href="./vedant.html"> <p style="background-color: black; ">more</p></a>
</div>
<a style="color: white;" href="https://vedantkhairnar.ml/"><p style="background-color: black; ">more</p></a>
</div>
</ul>



</body>
Expand Down
Loading

0 comments on commit a54ff8a

Please sign in to comment.