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 @@
IOSC
GDSC-ABESEC
ALGOCS
GDSC-ABESIT
LOOP-GCET
+LOOP-GCET
GDSC-GCET
OS community
+GDSC-GL BAJAJ
++ +
+ <% + const description = project[i].description; + const words = description.split(' '); + const newWord = words.slice(0, 15).join(' '); + + const dots = words.length > 15; + + %> + <%= newWord %><%= dots ? '...' : '' %>
+