-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55c217b
commit ab206f1
Showing
6 changed files
with
174 additions
and
174 deletions.
There are no files selected for viewing
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<meta name="author" content="IAmrinderSingh"> | ||
<meta name="keywords" content="HTML,CSS"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" | ||
integrity="sha512-PgQMlq+nqFLV4ylk1gwUOgm6CtIIXkKwaIHp/PAIWHzig/lKZSEGKEysh0TCVbHJXCLN7WetD8TFecIky75ZfQ==" | ||
crossorigin="anonymous" /> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="shortcut icon" href="https://media-exp1.licdn.com/dms/image/C4E0BAQH9YN8bvsaayw/company-logo_200_200/0/1519872890453?e=2159024400&v=beta&t=79cdJ2KyoHv3-i4DKo84j0z7nLfcexrRyKEb0K_dnrI"/> | ||
<title>BBSBEC</title> | ||
</head> | ||
<body> | ||
<!-- contect section --> | ||
<div class="contact"> | ||
<ul class='a'> | ||
<li><h2>Contact us</h2></li> | ||
<li><a href="tel:987867564"><i class="fas fa-phone-alt">987867564</i></a></li> | ||
<li><a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]"><i class="far fa-envelope">[email protected]</i></a></li> | ||
<li><a href="https://www.facebook.com/theofficialBBSBEC/"><i class="fab fa-facebook"></i></a></li> | ||
<li><a href="https://in.linkedin.com/school/baba-banda-singh-bahadur-engineering-college/"><i class="fab fa-linkedin"></i></a></li> | ||
<li id="signuplogin"><h4>Sign up/Login</h4></li> | ||
</ul> | ||
</div> | ||
<!-- navigation section --> | ||
<div class="navbar"> | ||
<div class="container"> | ||
<img src="https://media-exp1.licdn.com/dms/image/C4E0BAQH9YN8bvsaayw/company-logo_200_200/0/1519872890453?e=2159024400&v=beta&t=79cdJ2KyoHv3-i4DKo84j0z7nLfcexrRyKEb0K_dnrI" alt="bbsbec_logo"> | ||
</div> | ||
<div class="menu"> | ||
<ul> | ||
<li><a href="">Home </a></li> | ||
<li><a href="">About us <i class="fas fa-chevron-down"></i></a></li> | ||
<li><a href="">Resources <i class="fas fa-chevron-down"></i></a></li> | ||
<li><a href="">Reunion and events <i class="fas fa-chevron-down"></i></a></li> | ||
<li><a href="">Initiatives <i class="fas fa-chevron-down"></i></a></li> | ||
<li><a href=""><i class="fas fa-search"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<!-- heading section --> | ||
<div class="heading"> | ||
<h1>BBSBEC ALUMNI ASSOCIATION</h1> | ||
</div> | ||
<!-- image of bbsbec --> | ||
<div class="bbsbecimage"> | ||
<img src="bbsbecimage.jpg" alt="bbsbecimage"> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
*,::after,::before{ | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
body{ | ||
font-family: Arial, sans-serif,; | ||
font-size: 24px; | ||
background-color: white; | ||
} | ||
|
||
|
||
|
||
/* contact section */ | ||
|
||
.contact{ | ||
background-color:#1b3131; | ||
color: white; | ||
} | ||
.a{ | ||
display:inline-block; | ||
margin-left: 45px; | ||
} | ||
.a li a{ | ||
color:#999999; | ||
} | ||
.a li a:hover{ | ||
color: #f2f2f2; | ||
} | ||
|
||
#signuplogin{ | ||
display: inline-block; | ||
text-align: center; | ||
border-radius: 5px; | ||
-webkit-border-radius: 5px; | ||
-moz-border-radius: 5px; | ||
-ms-border-radius: 5px; | ||
-o-border-radius: 5px; | ||
background-color:#00994d ; | ||
margin-top: 8px; | ||
margin-right: 5px; | ||
position: absolute; | ||
right: 0; | ||
} | ||
#signuplogin:hover{ | ||
cursor: pointer; | ||
background-color: #008040; | ||
} | ||
li{ | ||
display: inline-block; | ||
margin-right: 6px; | ||
} | ||
@media (max-width:875px) { | ||
li{ | ||
display: block; | ||
} | ||
#signuplogin{ | ||
display: inline-block; | ||
position: relative; | ||
right: 0; | ||
margin-bottom: 10px; | ||
} | ||
.fa-facebook:after{ | ||
content: " Facebook"; | ||
} | ||
.fa-linkedin:after{ | ||
content: " Linkedin"; | ||
} | ||
.cantainer{ | ||
float: left; | ||
} | ||
} | ||
|
||
|
||
|
||
|
||
|
||
/* navigation section */ | ||
div.nav{ | ||
font-size: 40%; | ||
} | ||
div.container img{ | ||
width: 80px; | ||
margin-left: 35px; | ||
} | ||
div.container{ | ||
margin: 10px; | ||
float: left; | ||
|
||
} | ||
div.menu{ | ||
float: right; | ||
margin-top: 10px; | ||
font-size: 80%; | ||
} | ||
|
||
div.menu a{ | ||
text-decoration: none; | ||
color: #999999; | ||
} | ||
div.menu a:hover{ | ||
color: #262626; | ||
} | ||
|
||
|
||
|
||
|
||
|
||
/* heading */ | ||
.heading{ | ||
text-align: center; | ||
font-size: 70%; | ||
margin-top: 150px; | ||
} | ||
div.bbsbecimage{ | ||
text-align: center; | ||
} | ||
div.bbsbecimage img{ | ||
width: 90%; | ||
margin-top: 20px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +0,0 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<meta name="author" content="IAmrinderSingh"> | ||
<meta name="keywords" content="HTML,CSS"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" | ||
integrity="sha512-PgQMlq+nqFLV4ylk1gwUOgm6CtIIXkKwaIHp/PAIWHzig/lKZSEGKEysh0TCVbHJXCLN7WetD8TFecIky75ZfQ==" | ||
crossorigin="anonymous" /> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="shortcut icon" href="https://media-exp1.licdn.com/dms/image/C4E0BAQH9YN8bvsaayw/company-logo_200_200/0/1519872890453?e=2159024400&v=beta&t=79cdJ2KyoHv3-i4DKo84j0z7nLfcexrRyKEb0K_dnrI"/> | ||
<title>BBSBEC</title> | ||
</head> | ||
<body> | ||
<!-- contect section --> | ||
<div class="contact"> | ||
<ul class='a'> | ||
<li><h2>Contact us</h2></li> | ||
<li><a href="tel:987867564"><i class="fas fa-phone-alt">987867564</i></a></li> | ||
<li><a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]"><i class="far fa-envelope">[email protected]</i></a></li> | ||
<li><a href="https://www.facebook.com/theofficialBBSBEC/"><i class="fab fa-facebook"></i></a></li> | ||
<li><a href="https://in.linkedin.com/school/baba-banda-singh-bahadur-engineering-college/"><i class="fab fa-linkedin"></i></a></li> | ||
<li id="signuplogin"><h4>Sign up/Login</h4></li> | ||
</ul> | ||
</div> | ||
<!-- navigation section --> | ||
<div class="navbar"> | ||
<div class="container"> | ||
<img src="https://media-exp1.licdn.com/dms/image/C4E0BAQH9YN8bvsaayw/company-logo_200_200/0/1519872890453?e=2159024400&v=beta&t=79cdJ2KyoHv3-i4DKo84j0z7nLfcexrRyKEb0K_dnrI" alt="bbsbec_logo"> | ||
</div> | ||
<div class="menu"> | ||
<ul> | ||
<li><a href="">Home </a></li> | ||
<li><a href="">About us <i class="fas fa-chevron-down"></i></a></li> | ||
<li><a href="">Resources <i class="fas fa-chevron-down"></i></a></li> | ||
<li><a href="">Reunion and events <i class="fas fa-chevron-down"></i></a></li> | ||
<li><a href="">Initiatives <i class="fas fa-chevron-down"></i></a></li> | ||
<li><a href=""><i class="fas fa-search"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<!-- heading section --> | ||
<div class="heading"> | ||
<h1>BBSBEC ALUMNI ASSOCIATION</h1> | ||
</div> | ||
<!-- image of bbsbec --> | ||
<div class="bbsbecimage"> | ||
<img src="bbsbecimage.jpg" alt="bbsbecimage"> | ||
</div> | ||
</body> | ||
|
||
</html> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,120 +0,0 @@ | ||
*,::after,::before{ | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
body{ | ||
font-family: Arial, sans-serif,; | ||
font-size: 24px; | ||
background-color: white; | ||
} | ||
|
||
|
||
|
||
/* contact section */ | ||
|
||
.contact{ | ||
background-color:#1b3131; | ||
color: white; | ||
} | ||
.a{ | ||
display:inline-block; | ||
margin-left: 45px; | ||
} | ||
.a li a{ | ||
color:#999999; | ||
} | ||
.a li a:hover{ | ||
color: #f2f2f2; | ||
} | ||
|
||
#signuplogin{ | ||
display: inline-block; | ||
text-align: center; | ||
border-radius: 5px; | ||
-webkit-border-radius: 5px; | ||
-moz-border-radius: 5px; | ||
-ms-border-radius: 5px; | ||
-o-border-radius: 5px; | ||
background-color:#00994d ; | ||
margin-top: 8px; | ||
margin-right: 5px; | ||
position: absolute; | ||
right: 0; | ||
} | ||
#signuplogin:hover{ | ||
cursor: pointer; | ||
background-color: #008040; | ||
} | ||
li{ | ||
display: inline-block; | ||
margin-right: 6px; | ||
} | ||
@media (max-width:875px) { | ||
li{ | ||
display: block; | ||
} | ||
#signuplogin{ | ||
display: inline-block; | ||
position: relative; | ||
right: 0; | ||
margin-bottom: 10px; | ||
} | ||
.fa-facebook:after{ | ||
content: " Facebook"; | ||
} | ||
.fa-linkedin:after{ | ||
content: " Linkedin"; | ||
} | ||
.cantainer{ | ||
float: left; | ||
} | ||
} | ||
|
||
|
||
|
||
|
||
|
||
/* navigation section */ | ||
div.nav{ | ||
font-size: 40%; | ||
} | ||
div.container img{ | ||
width: 80px; | ||
margin-left: 35px; | ||
} | ||
div.container{ | ||
margin: 10px; | ||
float: left; | ||
|
||
} | ||
div.menu{ | ||
float: right; | ||
margin-top: 10px; | ||
font-size: 80%; | ||
} | ||
|
||
div.menu a{ | ||
text-decoration: none; | ||
color: #999999; | ||
} | ||
div.menu a:hover{ | ||
color: #262626; | ||
} | ||
|
||
|
||
|
||
|
||
|
||
/* heading */ | ||
.heading{ | ||
text-align: center; | ||
font-size: 70%; | ||
margin-top: 150px; | ||
} | ||
div.bbsbecimage{ | ||
text-align: center; | ||
} | ||
div.bbsbecimage img{ | ||
width: 90%; | ||
margin-top: 20px; | ||
} | ||