diff --git a/CODEOWNERS b/CODEOWNERS index 2214701..bda191e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,2 @@ * @ion05 +*@yuvraajnarula \ No newline at end of file diff --git a/app.js b/app.js index cdeae33..385f690 100644 --- a/app.js +++ b/app.js @@ -35,4 +35,4 @@ function city(e, city) { } document.getElementById(city).style.display = 'block'; e.currentTarget.classList.add('active'); -} \ No newline at end of file +} diff --git a/index.html b/index.html index 1becb3b..75762c6 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@
@@ -31,9 +31,33 @@
+
+

+
+ About Us +
+

+
+
+ lifesync logo +
+

+ LifeSync has been made with a single aim: working to provide the best services + to the people to make their lives much easier. Our main motive is to utilize + the power of technology in way that the users love it. We love to develop + software as it gives us a feeling of contributing to the society. +
+
+ All of the LifeSync team knew each other since middle school and we hope to + help more people the same way. +

+
+
+ +
-

Our Bots

+

Our Bots

Need a bot ? We have got it !

@@ -73,8 +97,15 @@

Explosure Bot

+
+ + diff --git a/main.css b/main.css index e0100f1..3d9cc82 100644 --- a/main.css +++ b/main.css @@ -3,6 +3,7 @@ margin: 0; padding: 0; box-sizing: border-box; + scroll-behavior: smooth; } body { @@ -14,7 +15,7 @@ } .hamburger { - position: absolute; + position: fixed; top: 25px; right: 50px; cursor: pointer; @@ -141,12 +142,16 @@ background: black; width: 100%; } - .bots h1{ + .about h1,.bots h1{ font-weight: 700; letter-spacing: 3px; color: #eee; margin-top: 1.5rem; } + .about img{ + width: 455px; + height: 100px; + } ::-webkit-scrollbar{ width: 5px; background: black; @@ -266,3 +271,20 @@ display: block; } } +.made{ + margin-top: 1rem; + margin-bottom: 1rem; + color: #eee; +} +.link { + transition: background-size 0.4s ease; + background: linear-gradient(to bottom, transparent 62%, #fff87e 0) center center/0% 75% no-repeat; + color: rgb(255, 255, 255); + text-decoration: none; +} +.link:hover { + background-size: 100% 100%; +} +.link:active { + background-size: 80% 100%; +} \ No newline at end of file