itsluckysharma01 commited on
Commit
71e8484
·
1 Parent(s): 3ebfa1f

remove our teams section

Browse files
webapp/static/css/dark-theme.css CHANGED
@@ -521,6 +521,174 @@ h1, h2, h3, h4, .nav-brand, .app-title, .hero-title, .section-title {
521
  border-color: var(--line) !important;
522
  }
523
  .rt-stat-val { color: var(--cyan) !important; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  .rt-stat-lbl { color: var(--muted) !important; }
525
  #live-alerts-feed {
526
  background: rgba(5,13,26,0.5) !important;
 
521
  border-color: var(--line) !important;
522
  }
523
  .rt-stat-val { color: var(--cyan) !important; }
524
+
525
+ /* Contributors Section Dark Theme */
526
+ .contributors-section {
527
+ background: linear-gradient(180deg, rgba(5,13,26,0.8), rgba(9,21,38,0.8)) !important;
528
+ }
529
+
530
+ .contributors-section h2 {
531
+ color: var(--cyan) !important;
532
+ }
533
+
534
+ .contributors-section > p {
535
+ color: var(--muted) !important;
536
+ }
537
+
538
+ .contributor-card {
539
+ background: var(--card) !important;
540
+ border-color: var(--line) !important;
541
+ }
542
+
543
+ .contributor-card:hover {
544
+ border-color: var(--cyan) !important;
545
+ box-shadow: 0 0 30px var(--glow), 0 8px 32px rgba(0,0,0,0.3) !important;
546
+ }
547
+
548
+ .contributor-image img {
549
+ border-color: rgba(0,212,255,0.2) !important;
550
+ }
551
+
552
+ .contributor-name {
553
+ color: var(--cyan) !important;
554
+ }
555
+
556
+ .contributor-org {
557
+ color: rgba(0,212,255,0.7) !important;
558
+ }
559
+
560
+ .contributor-email {
561
+ color: var(--muted) !important;
562
+ }
563
+
564
+ .social-btn {
565
+ background: linear-gradient(130deg, rgba(0,212,255,0.2), rgba(14,165,233,0.25)) !important;
566
+ color: var(--cyan) !important;
567
+ border: 1px solid rgba(0,212,255,0.3) !important;
568
+ box-shadow: 0 0 15px rgba(0,212,255,0.15) !important;
569
+ }
570
+
571
+ .social-btn:hover {
572
+ background: rgba(0,212,255,0.3) !important;
573
+ box-shadow: 0 0 25px var(--glow) !important;
574
+ }
575
+
576
+ .social-btn.website {
577
+ background: linear-gradient(130deg, rgba(245,158,11,0.2), rgba(251,191,36,0.25)) !important;
578
+ color: var(--orange-600) !important;
579
+ border: 1px solid rgba(245,158,11,0.3) !important;
580
+ box-shadow: 0 0 15px rgba(245,158,11,0.15) !important;
581
+ }
582
+
583
+ .social-btn.website:hover {
584
+ box-shadow: 0 0 25px rgba(245,158,11,0.3) !important;
585
+ }
586
+
587
+ /* Team Section Dark Theme */
588
+ .team-section {
589
+ background: linear-gradient(180deg, rgba(5,13,26,0.8), rgba(9,21,38,0.8)) !important;
590
+ }
591
+
592
+ .team-section .section-header .section-title {
593
+ color: var(--cyan) !important;
594
+ }
595
+
596
+ .team-section .section-header .section-desc {
597
+ color: var(--muted) !important;
598
+ }
599
+
600
+ .team-section .section-tag {
601
+ color: var(--cyan) !important;
602
+ }
603
+
604
+ .team-card {
605
+ background: var(--card) !important;
606
+ border-color: var(--line) !important;
607
+ }
608
+
609
+ .team-card:hover {
610
+ border-color: var(--cyan) !important;
611
+ box-shadow: 0 0 30px var(--glow), 0 8px 32px rgba(0,0,0,0.3) !important;
612
+ }
613
+
614
+ .team-header {
615
+ background: rgba(0,212,255,0.05) !important;
616
+ border-color: rgba(0,212,255,0.15) !important;
617
+ }
618
+
619
+ .team-avatar img {
620
+ border-color: rgba(0,212,255,0.2) !important;
621
+ }
622
+
623
+ .team-name {
624
+ color: var(--cyan) !important;
625
+ }
626
+
627
+ .team-role {
628
+ color: rgba(0,212,255,0.7) !important;
629
+ }
630
+
631
+ .team-bio {
632
+ color: var(--muted) !important;
633
+ }
634
+
635
+ .team-details {
636
+ border-color: var(--line) !important;
637
+ }
638
+
639
+ .detail-label {
640
+ color: rgba(0,212,255,0.8) !important;
641
+ }
642
+
643
+ .detail-value {
644
+ color: var(--muted) !important;
645
+ }
646
+
647
+ .team-socials {
648
+ border-color: var(--line) !important;
649
+ }
650
+
651
+ .social-link {
652
+ background: linear-gradient(130deg, rgba(0,212,255,0.2), rgba(14,165,233,0.25)) !important;
653
+ border: 1px solid rgba(0,212,255,0.3) !important;
654
+ box-shadow: 0 0 15px rgba(0,212,255,0.15) !important;
655
+ }
656
+
657
+ .social-link:hover {
658
+ box-shadow: 0 0 25px var(--glow) !important;
659
+ }
660
+
661
+ .social-link.linkedin {
662
+ background: linear-gradient(130deg, rgba(10,102,194,0.3), rgba(0,92,230,0.3)) !important;
663
+ }
664
+
665
+ .social-link.linkedin:hover {
666
+ box-shadow: 0 0 25px rgba(10,102,194,0.3) !important;
667
+ }
668
+
669
+ .social-link.github {
670
+ background: linear-gradient(130deg, rgba(51,51,51,0.4), rgba(36,41,46,0.4)) !important;
671
+ }
672
+
673
+ .social-link.github:hover {
674
+ box-shadow: 0 0 25px rgba(51,51,51,0.3) !important;
675
+ }
676
+
677
+ .social-link.website {
678
+ background: linear-gradient(130deg, rgba(245,158,11,0.2), rgba(251,191,36,0.25)) !important;
679
+ }
680
+
681
+ .social-link.website:hover {
682
+ box-shadow: 0 0 25px rgba(245,158,11,0.3) !important;
683
+ }
684
+
685
+ .social-link.email {
686
+ background: linear-gradient(130deg, rgba(234,67,53,0.2), rgba(211,52,37,0.25)) !important;
687
+ }
688
+
689
+ .social-link.email:hover {
690
+ box-shadow: 0 0 25px rgba(234,67,53,0.3) !important;
691
+ }
692
  .rt-stat-lbl { color: var(--muted) !important; }
693
  #live-alerts-feed {
694
  background: rgba(5,13,26,0.5) !important;
webapp/static/css/style.css CHANGED
@@ -1935,6 +1935,494 @@ h4,
1935
  color: #b42318;
1936
  }
1937
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1938
  /* Modal */
1939
  .modal {
1940
  position: fixed;
 
1935
  color: #b42318;
1936
  }
1937
 
1938
+ /* Contributors Section */
1939
+ .contributors-section {
1940
+ padding: 2rem 1rem;
1941
+ text-align: center;
1942
+ background: linear-gradient(180deg, #f2f7ff, #eaf2ff);
1943
+ }
1944
+
1945
+ .contributors-section h2 {
1946
+ color: var(--blue-900);
1947
+ font-size: clamp(1.8rem, 4vw, 2.4rem);
1948
+ margin-bottom: 0.6rem;
1949
+ }
1950
+
1951
+ .contributors-section > p {
1952
+ color: var(--slate-700);
1953
+ margin-bottom: 1.5rem;
1954
+ font-size: 0.95rem;
1955
+ }
1956
+
1957
+ .contributors-container {
1958
+ display: flex;
1959
+ justify-content: center;
1960
+ width: 100%;
1961
+ padding: 0 0.5rem;
1962
+ }
1963
+
1964
+ .contributors-grid {
1965
+ display: grid;
1966
+ grid-template-columns: repeat(auto-fit, minmax(160px, 180px));
1967
+ gap: 1rem;
1968
+ max-width: 450px;
1969
+ margin: 0 auto;
1970
+ justify-content: center;
1971
+ }
1972
+
1973
+ .contributor-card {
1974
+ background: var(--white);
1975
+ border: 1px solid rgba(255, 255, 255, 0.76);
1976
+ border-radius: 16px;
1977
+ backdrop-filter: blur(8px);
1978
+ box-shadow: var(--shadow-md);
1979
+ padding: 0.9rem;
1980
+ text-align: center;
1981
+ transition: transform 0.25s ease, box-shadow 0.25s ease;
1982
+ }
1983
+
1984
+ .contributor-card:hover {
1985
+ transform: translateY(-3px);
1986
+ box-shadow: var(--shadow-lg);
1987
+ }
1988
+
1989
+ .contributor-image {
1990
+ width: 100%;
1991
+ margin-bottom: 0.6rem;
1992
+ display: flex;
1993
+ justify-content: center;
1994
+ }
1995
+
1996
+ .contributor-image img {
1997
+ width: 70px;
1998
+ height: 70px;
1999
+ border-radius: 50%;
2000
+ object-fit: cover;
2001
+ border: 2px solid var(--blue-100);
2002
+ box-shadow: 0 4px 12px rgba(11, 59, 138, 0.15);
2003
+ }
2004
+
2005
+ .contributor-name {
2006
+ font-weight: 700;
2007
+ font-size: 0.9rem;
2008
+ color: var(--blue-900);
2009
+ margin-bottom: 0.2rem;
2010
+ line-height: 1.2;
2011
+ }
2012
+
2013
+ .contributor-org {
2014
+ font-size: 0.75rem;
2015
+ color: var(--blue-600);
2016
+ margin-bottom: 0.3rem;
2017
+ font-weight: 600;
2018
+ }
2019
+
2020
+ .contributor-email {
2021
+ font-size: 0.7rem;
2022
+ color: var(--slate-700);
2023
+ margin-bottom: 0.6rem;
2024
+ word-break: break-word;
2025
+ }
2026
+
2027
+ .contributor-links {
2028
+ display: flex;
2029
+ justify-content: center;
2030
+ gap: 0.4rem;
2031
+ flex-wrap: wrap;
2032
+ }
2033
+
2034
+ .social-btn {
2035
+ display: inline-flex;
2036
+ align-items: center;
2037
+ justify-content: center;
2038
+ width: 28px;
2039
+ height: 28px;
2040
+ border-radius: 50%;
2041
+ background: linear-gradient(130deg, var(--blue-700), var(--blue-600));
2042
+ color: var(--white);
2043
+ text-decoration: none;
2044
+ font-size: 0.75rem;
2045
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
2046
+ box-shadow: 0 2px 8px rgba(28, 110, 242, 0.2);
2047
+ }
2048
+
2049
+ .social-btn:hover {
2050
+ transform: translateY(-2px);
2051
+ box-shadow: 0 4px 12px rgba(28, 110, 242, 0.3);
2052
+ }
2053
+
2054
+ .social-btn.website {
2055
+ background: linear-gradient(130deg, var(--orange-600), var(--orange-500));
2056
+ box-shadow: 0 2px 8px rgba(255, 122, 0, 0.2);
2057
+ }
2058
+
2059
+ .social-btn.website:hover {
2060
+ box-shadow: 0 4px 12px rgba(255, 122, 0, 0.3);
2061
+ }
2062
+
2063
+ /* Team Section */
2064
+ .team-section {
2065
+ padding: 4rem 1rem;
2066
+ background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
2067
+ display: block;
2068
+ width: 100%;
2069
+ }
2070
+
2071
+ .team-section .section-header {
2072
+ margin-bottom: 3rem;
2073
+ display: block;
2074
+ opacity: 1;
2075
+ transform: translateY(0);
2076
+ }
2077
+
2078
+ .team-grid {
2079
+ display: grid;
2080
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
2081
+ gap: 2rem;
2082
+ max-width: 1000px;
2083
+ margin: 0 auto;
2084
+ width: 100%;
2085
+ }
2086
+
2087
+ .team-card {
2088
+ background: var(--white);
2089
+ border: 1px solid rgba(255, 255, 255, 0.76);
2090
+ border-radius: var(--radius-lg);
2091
+ backdrop-filter: blur(8px);
2092
+ box-shadow: var(--shadow-md);
2093
+ overflow: hidden;
2094
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
2095
+ display: flex;
2096
+ flex-direction: column;
2097
+ opacity: 1;
2098
+ transform: translateY(0);
2099
+ }
2100
+
2101
+ .team-card:hover {
2102
+ transform: translateY(-8px);
2103
+ box-shadow: var(--shadow-lg);
2104
+ border-color: rgba(28, 110, 242, 0.3);
2105
+ }
2106
+
2107
+ .team-header {
2108
+ padding: 1.5rem;
2109
+ text-align: center;
2110
+ background: linear-gradient(135deg, rgba(28, 110, 242, 0.05), rgba(255, 122, 0, 0.03));
2111
+ border-bottom: 1px solid rgba(28, 110, 242, 0.1);
2112
+ }
2113
+
2114
+ .team-avatar {
2115
+ margin-bottom: 1rem;
2116
+ display: flex;
2117
+ justify-content: center;
2118
+ }
2119
+
2120
+ .team-avatar img {
2121
+ width: 90px;
2122
+ height: 90px;
2123
+ border-radius: 50%;
2124
+ object-fit: cover;
2125
+ border: 4px solid var(--blue-100);
2126
+ box-shadow: 0 6px 16px rgba(28, 110, 242, 0.15);
2127
+ }
2128
+
2129
+ .team-name {
2130
+ font-size: 1.35rem;
2131
+ font-weight: 800;
2132
+ color: var(--blue-900);
2133
+ margin-bottom: 0.25rem;
2134
+ }
2135
+
2136
+ .team-role {
2137
+ font-size: 0.95rem;
2138
+ color: var(--blue-600);
2139
+ font-weight: 600;
2140
+ }
2141
+
2142
+ .team-body {
2143
+ padding: 1.5rem;
2144
+ flex: 1;
2145
+ display: flex;
2146
+ flex-direction: column;
2147
+ }
2148
+
2149
+ .team-bio {
2150
+ color: var(--slate-700);
2151
+ line-height: 1.6;
2152
+ margin-bottom: 1.2rem;
2153
+ font-size: 0.95rem;
2154
+ }
2155
+
2156
+ .team-details {
2157
+ display: flex;
2158
+ flex-direction: column;
2159
+ gap: 0.8rem;
2160
+ padding-top: 1.2rem;
2161
+ border-top: 1px solid var(--line);
2162
+ }
2163
+
2164
+ .team-detail-item {
2165
+ display: flex;
2166
+ justify-content: space-between;
2167
+ align-items: center;
2168
+ gap: 1rem;
2169
+ }
2170
+
2171
+ .detail-label {
2172
+ font-weight: 600;
2173
+ color: var(--blue-700);
2174
+ font-size: 0.9rem;
2175
+ }
2176
+
2177
+ .detail-value {
2178
+ color: var(--slate-700);
2179
+ font-size: 0.9rem;
2180
+ text-align: right;
2181
+ }
2182
+
2183
+ .team-socials {
2184
+ display: flex;
2185
+ justify-content: center;
2186
+ gap: 0.75rem;
2187
+ padding: 1.2rem 1.5rem;
2188
+ border-top: 1px solid var(--line);
2189
+ flex-wrap: wrap;
2190
+ }
2191
+
2192
+ .social-link {
2193
+ display: inline-flex;
2194
+ align-items: center;
2195
+ justify-content: center;
2196
+ width: 40px;
2197
+ height: 40px;
2198
+ border-radius: 50%;
2199
+ background: linear-gradient(130deg, var(--blue-700), var(--blue-600));
2200
+ color: var(--white);
2201
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
2202
+ box-shadow: 0 4px 12px rgba(28, 110, 242, 0.2);
2203
+ text-decoration: none;
2204
+ }
2205
+
2206
+ .social-link svg {
2207
+ width: 20px;
2208
+ height: 20px;
2209
+ }
2210
+
2211
+ .social-link:hover {
2212
+ transform: translateY(-3px);
2213
+ box-shadow: 0 8px 20px rgba(28, 110, 242, 0.35);
2214
+ }
2215
+
2216
+ .social-link.linkedin {
2217
+ background: linear-gradient(130deg, #0A66C2, #005CE6);
2218
+ }
2219
+
2220
+ .social-link.linkedin:hover {
2221
+ box-shadow: 0 8px 20px rgba(10, 102, 194, 0.35);
2222
+ }
2223
+
2224
+ .social-link.github {
2225
+ background: linear-gradient(130deg, #333, #24292e);
2226
+ }
2227
+
2228
+ .social-link.github:hover {
2229
+ box-shadow: 0 8px 20px rgba(51, 51, 51, 0.35);
2230
+ }
2231
+
2232
+ .social-link.website {
2233
+ background: linear-gradient(130deg, var(--orange-600), var(--orange-500));
2234
+ }
2235
+
2236
+ .social-link.website:hover {
2237
+ box-shadow: 0 8px 20px rgba(255, 122, 0, 0.35);
2238
+ }
2239
+
2240
+ .social-link.email {
2241
+ background: linear-gradient(130deg, #ea4335, #d33425);
2242
+ }
2243
+
2244
+ .social-link.email:hover {
2245
+ box-shadow: 0 8px 20px rgba(234, 67, 53, 0.35);
2246
+ }
2247
+
2248
+ /* Responsive Team Section */
2249
+ @media (max-width: 768px) {
2250
+ .team-section {
2251
+ padding: 2.5rem 1rem;
2252
+ }
2253
+
2254
+ .team-grid {
2255
+ gap: 1.5rem;
2256
+ }
2257
+
2258
+ .team-header {
2259
+ padding: 1.2rem;
2260
+ }
2261
+
2262
+ .team-avatar img {
2263
+ width: 75px;
2264
+ height: 75px;
2265
+ }
2266
+
2267
+ .team-name {
2268
+ font-size: 1.15rem;
2269
+ }
2270
+
2271
+ .team-body {
2272
+ padding: 1.2rem;
2273
+ }
2274
+
2275
+ .social-link {
2276
+ width: 36px;
2277
+ height: 36px;
2278
+ }
2279
+
2280
+ .social-link svg {
2281
+ width: 18px;
2282
+ height: 18px;
2283
+ }
2284
+ }
2285
+
2286
+ @media (max-width: 640px) {
2287
+ .team-section {
2288
+ padding: 1.5rem 0.5rem;
2289
+ }
2290
+
2291
+ .team-grid {
2292
+ grid-template-columns: 1fr;
2293
+ gap: 1.2rem;
2294
+ }
2295
+
2296
+ .team-header {
2297
+ padding: 1rem;
2298
+ }
2299
+
2300
+ .team-avatar img {
2301
+ width: 65px;
2302
+ height: 65px;
2303
+ }
2304
+
2305
+ .team-name {
2306
+ font-size: 1rem;
2307
+ }
2308
+
2309
+ .team-role {
2310
+ font-size: 0.85rem;
2311
+ }
2312
+
2313
+ .team-bio {
2314
+ font-size: 0.9rem;
2315
+ }
2316
+
2317
+ .team-body {
2318
+ padding: 1rem;
2319
+ }
2320
+
2321
+ .team-details {
2322
+ gap: 0.6rem;
2323
+ padding-top: 1rem;
2324
+ }
2325
+
2326
+ .detail-label {
2327
+ font-size: 0.85rem;
2328
+ }
2329
+
2330
+ .detail-value {
2331
+ font-size: 0.85rem;
2332
+ }
2333
+
2334
+ .team-socials {
2335
+ padding: 1rem;
2336
+ gap: 0.6rem;
2337
+ }
2338
+
2339
+ .social-link {
2340
+ width: 32px;
2341
+ height: 32px;
2342
+ }
2343
+
2344
+ .social-link svg {
2345
+ width: 16px;
2346
+ height: 16px;
2347
+ }
2348
+ }
2349
+
2350
+ /* Responsive contributors grid */
2351
+ @media (max-width: 768px) {
2352
+ .contributors-section {
2353
+ padding: 1.5rem 0.5rem;
2354
+ }
2355
+
2356
+ .contributors-grid {
2357
+ grid-template-columns: repeat(auto-fit, minmax(140px, 160px));
2358
+ gap: 0.8rem;
2359
+ max-width: 100%;
2360
+ }
2361
+
2362
+ .contributor-card {
2363
+ padding: 0.8rem;
2364
+ }
2365
+
2366
+ .contributor-image img {
2367
+ width: 60px;
2368
+ height: 60px;
2369
+ }
2370
+
2371
+ .contributor-name {
2372
+ font-size: 0.85rem;
2373
+ }
2374
+
2375
+ .contributor-org {
2376
+ font-size: 0.7rem;
2377
+ }
2378
+
2379
+ .social-btn {
2380
+ width: 24px;
2381
+ height: 24px;
2382
+ font-size: 0.65rem;
2383
+ }
2384
+ }
2385
+
2386
+ @media (max-width: 640px) {
2387
+ .contributors-section {
2388
+ padding: 1rem 0.5rem;
2389
+ }
2390
+
2391
+ .contributors-grid {
2392
+ grid-template-columns: repeat(2, 1fr);
2393
+ gap: 0.6rem;
2394
+ max-width: 100%;
2395
+ }
2396
+
2397
+ .contributor-card {
2398
+ padding: 0.7rem;
2399
+ }
2400
+
2401
+ .contributor-image img {
2402
+ width: 55px;
2403
+ height: 55px;
2404
+ }
2405
+
2406
+ .contributor-name {
2407
+ font-size: 0.8rem;
2408
+ }
2409
+
2410
+ .contributor-org {
2411
+ font-size: 0.65rem;
2412
+ }
2413
+
2414
+ .contributor-email {
2415
+ font-size: 0.65rem;
2416
+ margin-bottom: 0.4rem;
2417
+ }
2418
+
2419
+ .social-btn {
2420
+ width: 22px;
2421
+ height: 22px;
2422
+ font-size: 0.6rem;
2423
+ }
2424
+ }
2425
+
2426
  /* Modal */
2427
  .modal {
2428
  position: fixed;
webapp/templates/dashboard.html CHANGED
@@ -166,42 +166,6 @@
166
  </div>
167
  </div>
168
 
169
- <!-- Contributors Section -->
170
- <div class="contributors-section reveal" style="animation: slideInUp 0.6s ease 0.7s both; margin-top: 2rem;">
171
- <h2>🤝 Meet the Team</h2>
172
- <p>Built with passion by talented developers dedicated to AI-powered surveillance</p>
173
- <div class="contributors-grid">
174
- <!-- Lucky Sharma -->
175
- <div class="contributor-card">
176
- <div class="contributor-image">
177
- <img src="https://i.ibb.co/LDxxmM5w/Lucky-Sharma-pic.jpg" alt="Lucky Sharma" />
178
- </div>
179
- <div class="contributor-name">Lucky Sharma</div>
180
- <div class="contributor-org">CDAC Mohali</div>
181
- <div class="contributor-email">itsluckysharma001@gmail.com</div>
182
- <div class="contributor-links">
183
- <a href="mailto:itsluckysharma001@gmail.com" class="social-btn" title="Email">✉️</a>
184
- <a href="https://www.linkedin.com/in/itsluckysharma01" target="_blank" rel="noopener noreferrer" class="social-btn" title="LinkedIn">in</a>
185
- <a href="https://github.com/itsluckysharma01" target="_blank" rel="noopener noreferrer" class="social-btn" title="GitHub">⚙️</a>
186
- <a href="https://itsluckysharma01.in/" target="_blank" rel="noopener noreferrer" class="social-btn website" title="Website">🌐</a>
187
- </div>
188
- </div>
189
- <!-- Harsh Kaundal -->
190
- <div class="contributor-card">
191
- <div class="contributor-image">
192
- <img src="https://i.ibb.co/jZQtxdRT/Harsh-image-jpg.jpg" alt="Harsh Kaundal" />
193
- </div>
194
- <div class="contributor-name">Harsh Kaundal</div>
195
- <div class="contributor-org">STQC Solan</div>
196
- <div class="contributor-email">harshkaundal2005@gmail.com</div>
197
- <div class="contributor-links">
198
- <a href="mailto:harshkaundal2005@gmail.com" class="social-btn" title="Email">✉️</a>
199
- <a href="https://www.linkedin.com/in/harsh-kaundal" target="_blank" rel="noopener noreferrer" class="social-btn" title="LinkedIn">in</a>
200
- <a href="https://github.com/Harsh525k" target="_blank" rel="noopener noreferrer" class="social-btn" title="GitHub">⚙️</a>
201
- </div>
202
- </div>
203
- </div>
204
- </div>
205
  </div>
206
 
207
  <!-- Load UI Utilities -->
 
166
  </div>
167
  </div>
168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  </div>
170
 
171
  <!-- Load UI Utilities -->
webapp/templates/home.html CHANGED
@@ -776,45 +776,6 @@
776
  </div>
777
  </div>
778
 
779
- <!-- Contributors Section -->
780
- <section class="contributors-section">
781
- <div class="container">
782
- <h2>🤝 Meet the Team</h2>
783
- <p>Built with passion by talented developers dedicated to AI-powered surveillance</p>
784
- <div class="contributors-grid">
785
- <!-- Lucky Sharma -->
786
- <div class="contributor-card">
787
- <div class="contributor-image">
788
- <img src="https://i.ibb.co/LDxxmM5w/Lucky-Sharma-pic.jpg" alt="Lucky Sharma" />
789
- </div>
790
- <div class="contributor-name">Lucky Sharma</div>
791
- <div class="contributor-org">CDAC Mohali</div>
792
- <div class="contributor-email">itsluckysharma001@gmail.com</div>
793
- <div class="contributor-links">
794
- <a href="mailto:itsluckysharma001@gmail.com" class="social-btn" title="Email">✉️</a>
795
- <a href="https://www.linkedin.com/in/itsluckysharma01" target="_blank" rel="noopener noreferrer" class="social-btn" title="LinkedIn">in</a>
796
- <a href="https://github.com/itsluckysharma01" target="_blank" rel="noopener noreferrer" class="social-btn" title="GitHub">⚙️</a>
797
- <a href="https://itsluckysharma01.in/" target="_blank" rel="noopener noreferrer" class="social-btn website" title="Website">🌐</a>
798
- </div>
799
- </div>
800
- <!-- Harsh Kaundal -->
801
- <div class="contributor-card">
802
- <div class="contributor-image">
803
- <img src="https://i.ibb.co/jZQtxdRT/Harsh-image-jpg.jpg" alt="Harsh Kaundal" />
804
- </div>
805
- <div class="contributor-name">Harsh Kaundal</div>
806
- <div class="contributor-org">STQC Solan</div>
807
- <div class="contributor-email">harshkaundal2005@gmail.com</div>
808
- <div class="contributor-links">
809
- <a href="mailto:harshkaundal2005@gmail.com" class="social-btn" title="Email">✉️</a>
810
- <a href="https://www.linkedin.com/in/harsh-kaundal" target="_blank" rel="noopener noreferrer" class="social-btn" title="LinkedIn">in</a>
811
- <a href="https://github.com/Harsh525k" target="_blank" rel="noopener noreferrer" class="social-btn" title="GitHub">⚙️</a>
812
- </div>
813
- </div>
814
- </div>
815
- </div>
816
- </section>
817
-
818
  <!-- Footer -->
819
  <footer>
820
  <div class="footer-grid">
 
776
  </div>
777
  </div>
778
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
779
  <!-- Footer -->
780
  <footer>
781
  <div class="footer-grid">