diff --git a/pages/landing.html b/pages/landing.html index 9dce47d..6aa07fc 100644 --- a/pages/landing.html +++ b/pages/landing.html @@ -828,7 +828,8 @@

Platinum Sponsors
- +
@@ -838,7 +839,8 @@

Platinum Sponsors
- +
@@ -953,12 +955,14 @@

Gold Sponsors

-
- + @@ -993,30 +997,39 @@

Gold Sponsors

Community Partner

-
+

IOSC

-
+

GDSC-ABESEC

-
+

ALGOCS

-
+

GDSC-ABESIT

-
- -

LOOP-GCET

+
+ +

LOOP-GCET

-
+

GDSC-GCET

+
+ +

OS community

+
+
+ +

GDSC-GL BAJAJ

+
+
diff --git a/pages/login.html b/pages/login.html index 6e64432..c5e1cea 100644 --- a/pages/login.html +++ b/pages/login.html @@ -49,8 +49,8 @@ -

-

+ +

+ <% + const description = project[i].description; + const words = description.split(' '); + const newWord = words.slice(0, 15).join(' '); + + const dots = words.length > 15; + + %> + <%= newWord %><%= dots ? '...' : '' %> 

+
<% for(var j=0; j < project[i].language.length; j++) { %>