diff --git a/IAmrinderSingh/bbsbecimage.jpg b/IAmrinderSingh/bbsbecimage.jpg
new file mode 100644
index 0000000..c911f01
Binary files /dev/null and b/IAmrinderSingh/bbsbecimage.jpg differ
diff --git a/IAmrinderSingh/index.html b/IAmrinderSingh/index.html
new file mode 100644
index 0000000..30423f0
--- /dev/null
+++ b/IAmrinderSingh/index.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+ BBSBEC
+
+
+
+
+
+
+
+
+
+
+
+
+
+
BBSBEC ALUMNI ASSOCIATION
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/IAmrinderSingh/style.css b/IAmrinderSingh/style.css
new file mode 100644
index 0000000..79e4458
--- /dev/null
+++ b/IAmrinderSingh/style.css
@@ -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;
+}
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..e69de29