OjasD07 commited on
Commit
549b77e
Β·
verified Β·
1 Parent(s): 19226ec

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +165 -19
index.html CHANGED
@@ -1,19 +1,165 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Team Control Alt Defeat</title>
7
+ <style>
8
+ :root {
9
+ --bg: #ffffff;
10
+ --text: #24292f;
11
+ --border: #d0d7de;
12
+ --subtle-bg: #f6f8fa;
13
+ --link: #0969da;
14
+ }
15
+ @media (prefers-color-scheme: dark) {
16
+ :root {
17
+ --bg: #0d1117;
18
+ --text: #c9d1d9;
19
+ --border: #30363d;
20
+ --subtle-bg: #161b22;
21
+ --link: #58a6ff;
22
+ }
23
+ }
24
+ body {
25
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
26
+ max-width: 820px;
27
+ margin: 40px auto;
28
+ padding: 0 20px;
29
+ line-height: 1.6;
30
+ color: var(--text);
31
+ background-color: var(--bg);
32
+ }
33
+ .header {
34
+ text-align: center;
35
+ margin-bottom: 32px;
36
+ }
37
+ .badges {
38
+ margin-top: 14px;
39
+ }
40
+ .badges a {
41
+ text-decoration: none;
42
+ margin: 0 3px;
43
+ display: inline-block;
44
+ }
45
+ hr {
46
+ border: 0;
47
+ border-top: 1px solid var(--border);
48
+ margin: 28px 0;
49
+ }
50
+ h3 {
51
+ border-bottom: 1px solid var(--border);
52
+ padding-bottom: 0.3em;
53
+ margin-top: 24px;
54
+ }
55
+ table {
56
+ width: 100%;
57
+ border-collapse: collapse;
58
+ margin: 18px 0;
59
+ }
60
+ th, td {
61
+ border: 1px solid var(--border);
62
+ padding: 10px 14px;
63
+ text-align: center;
64
+ }
65
+ th:first-child, td:first-child {
66
+ text-align: left;
67
+ }
68
+ th {
69
+ background-color: var(--subtle-bg);
70
+ }
71
+ a {
72
+ color: var(--link);
73
+ text-decoration: none;
74
+ }
75
+ a:hover {
76
+ text-decoration: underline;
77
+ }
78
+ ul {
79
+ padding-left: 22px;
80
+ }
81
+ li {
82
+ margin-bottom: 8px;
83
+ }
84
+ </style>
85
+ </head>
86
+ <body>
87
+
88
+ <div class="header">
89
+ <img src="https://raw.githubusercontent.com/Team-Control-Alt-Defeat/.github/main/Profile/Logo.svg" alt="Team Control Alt Defeat Logo" width="220" />
90
+ <h1>Team Control Alt Defeat</h1>
91
+ <p><strong>Rebooting problems into real-world solutions.</strong><br />
92
+ A student collective passionate about building impactful technology to solve global challenges through hackathons and engineering competitions.</p>
93
+
94
+ <div class="badges">
95
+ <a href="https://www.controlaltdefeat.in/" target="_blank"><img src="https://img.shields.io/badge/Website-controlaltdefeat.in-blue?style=for-the-badge&logo=google-chrome&logoColor=white" alt="Website" /></a>
96
+ <a href="https://github.com/Team-Control-Alt-Defeat" target="_blank"><img src="https://img.shields.io/badge/GitHub-Organization-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub" /></a>
97
+ <a href="https://www.linkedin.com/company/team-control-alt-defeat/" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-Connect-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn" /></a>
98
+ <a href="mailto:contact@controlaltdefeat.in"><img src="https://img.shields.io/badge/Email-Get%20in%20Touch-EA4335?style=for-the-badge&logo=gmail&logoColor=white" alt="Email" /></a>
99
+ </div>
100
+ </div>
101
+
102
+ <hr />
103
+
104
+ <h3>🌐 Who We Are</h3>
105
+ <p>We are a dedicated group of students driven to solve real-world problems. By combining our multidisciplinary engineering skills, we build rapid, impactful prototypes and scalable solutions for national and global challenges under high-stakes competitive environments.</p>
106
+
107
+ <hr />
108
+
109
+ <h3>πŸš€ Current Participations</h3>
110
+ <ul>
111
+ <li>πŸ† <strong>Smart India Hackathon (SIH) 2026</strong> β€” Developing scalable public-tech innovations.</li>
112
+ <li>πŸ€– <strong>e-Yantra 2026</strong> β€” Tackling complex engineering, autonomous robotics, and embedded systems challenges.</li>
113
+ </ul>
114
+
115
+ <hr />
116
+
117
+ <h3>πŸ‘₯ The Team</h3>
118
+ <table>
119
+ <thead>
120
+ <tr>
121
+ <th>Member</th>
122
+ <th>GitHub</th>
123
+ <th>LinkedIn</th>
124
+ </tr>
125
+ </thead>
126
+ <tbody>
127
+ <tr>
128
+ <td><strong>Ojas Deshpande</strong></td>
129
+ <td><a href="https://github.com/OjasD07" target="_blank">@OjasD07</a></td>
130
+ <td><a href="https://www.linkedin.com/in/ojasd07/" target="_blank">Profile</a></td>
131
+ </tr>
132
+ <tr>
133
+ <td><strong>Viraj Barve</strong></td>
134
+ <td><a href="https://github.com/Viraj-Barve" target="_blank">@Viraj-Barve</a></td>
135
+ <td><a href="https://www.linkedin.com/in/viraj-barve-26132a415/" target="_blank">Profile</a></td>
136
+ </tr>
137
+ <tr>
138
+ <td><strong>Amogh Chitnis</strong></td>
139
+ <td><a href="https://github.com/ACE-domain" target="_blank">@ACE-domain</a></td>
140
+ <td><a href="https://www.linkedin.com/in/ace-d-domain/" target="_blank">Profile</a></td>
141
+ </tr>
142
+ <tr>
143
+ <td><strong>Varad Parlikar</strong></td>
144
+ <td><a href="https://github.com/varadparlikar08" target="_blank">@varadparlikar08</a></td>
145
+ <td><a href="https://www.linkedin.com/in/varad-parlikar-41331a422/" target="_blank">Profile</a></td>
146
+ </tr>
147
+ <tr>
148
+ <td><strong>Shreshtha Jagdambe</strong></td>
149
+ <td><a href="https://github.com/shreshthajagdambe608-design" target="_blank">@shreshthajagdambe608-design</a></td>
150
+ <td><a href="https://www.linkedin.com/in/shreshtha-jagdambe-402a55307/" target="_blank">Profile</a></td>
151
+ </tr>
152
+ </tbody>
153
+ </table>
154
+
155
+ <hr />
156
+
157
+ <h3>πŸ“¬ Connect With Us</h3>
158
+ <ul>
159
+ <li>🌐 <strong>Website:</strong> <a href="https://www.controlaltdefeat.in/" target="_blank">controlaltdefeat.in</a></li>
160
+ <li>πŸ’Ό <strong>LinkedIn:</strong> <a href="https://www.linkedin.com/company/team-control-alt-defeat/" target="_blank">Team Control Alt Defeat</a></li>
161
+ <li>πŸ“§ <strong>Direct Inbox:</strong> <a href="mailto:contact@controlaltdefeat.in">contact@controlaltdefeat.in</a></li>
162
+ </ul>
163
+
164
+ </body>
165
+ </html>