File size: 6,065 Bytes
549b77e c0658f8 549b77e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Team Control Alt Defeat</title>
<style>
:root {
--bg: #ffffff;
--text: #24292f;
--border: #d0d7de;
--subtle-bg: #f6f8fa;
--link: #0969da;
}
@media (prefers-color-scheme: dark) {
:root {
--bg: #0d1117;
--text: #c9d1d9;
--border: #30363d;
--subtle-bg: #161b22;
--link: #58a6ff;
}
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
max-width: 820px;
margin: 40px auto;
padding: 0 20px;
line-height: 1.6;
color: var(--text);
background-color: var(--bg);
}
.header {
text-align: center;
margin-bottom: 32px;
}
.badges {
margin-top: 14px;
}
.badges a {
text-decoration: none;
margin: 0 3px;
display: inline-block;
}
hr {
border: 0;
border-top: 1px solid var(--border);
margin: 28px 0;
}
h3 {
border-bottom: 1px solid var(--border);
padding-bottom: 0.3em;
margin-top: 24px;
}
table {
width: 100%;
border-collapse: collapse;
margin: 18px 0;
}
th, td {
border: 1px solid var(--border);
padding: 10px 14px;
text-align: center;
}
th:first-child, td:first-child {
text-align: left;
}
th {
background-color: var(--subtle-bg);
}
a {
color: var(--link);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ul {
padding-left: 22px;
}
li {
margin-bottom: 8px;
}
</style>
</head>
<body>
<div class="header">
<img src="https://raw.githubusercontent.com/Team-Control-Alt-Defeat/.github/main/Profile/Logo.svg" alt="Team Control Alt Defeat Logo" width="220" />
<h1>Team Control Alt Defeat</h1>
<p><strong>Rebooting problems into real-world solutions.</strong><br />
A student collective passionate about building impactful technology to solve global challenges through hackathons and engineering competitions.</p>
<div class="badges">
<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>
<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>
<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>
<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>
</div>
</div>
<hr />
<h3>π Who We Are</h3>
<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>
<hr />
<h3>π Current Participations</h3>
<ul>
<li>π <strong>Smart India Hackathon (SIH) 2026</strong> β Developing scalable public-tech innovations.</li>
<li>π€ <strong>e-Yantra 2026</strong> β Tackling complex engineering, autonomous robotics, and embedded systems challenges.</li>
</ul>
<hr />
<h3>π₯ The Team</h3>
<table>
<thead>
<tr>
<th>Member</th>
<th>GitHub</th>
<th>LinkedIn</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Ojas Deshpande</strong></td>
<td><a href="https://github.com/OjasD07" target="_blank">@OjasD07</a></td>
<td><a href="https://www.linkedin.com/in/ojasd07/" target="_blank">Profile</a></td>
</tr>
<tr>
<td><strong>Viraj Barve</strong></td>
<td><a href="https://github.com/Viraj-Barve" target="_blank">@Viraj-Barve</a></td>
<td><a href="https://www.linkedin.com/in/viraj-barve-26132a415/" target="_blank">Profile</a></td>
</tr>
<tr>
<td><strong>Amogh Chitnis</strong></td>
<td><a href="https://github.com/ACE-domain" target="_blank">@ACE-domain</a></td>
<td><a href="https://www.linkedin.com/in/ace-d-domain/" target="_blank">Profile</a></td>
</tr>
<tr>
<td><strong>Aanaum Khatri</strong></td>
<td><a href="https://github.com/AnaumYK" target="_blank">@AnaumYK</a></td>
<td><a href="https://www.linkedin.com/in/anaum-khatri-a6928640b/" target="_blank">Profile</a></td>
</tr>
<tr>
<td><strong>Varad Parlikar</strong></td>
<td><a href="https://github.com/varadparlikar08" target="_blank">@varadparlikar08</a></td>
<td><a href="https://www.linkedin.com/in/varad-parlikar-41331a422/" target="_blank">Profile</a></td>
</tr>
<tr>
<td><strong>Shreshtha Jagdambe</strong></td>
<td><a href="https://github.com/shreshthajagdambe608-design" target="_blank">@shreshthajagdambe608-design</a></td>
<td><a href="https://www.linkedin.com/in/shreshtha-jagdambe-402a55307/" target="_blank">Profile</a></td>
</tr>
</tbody>
</table>
<hr />
<h3>π¬ Connect With Us</h3>
<ul>
<li>π <strong>Website:</strong> <a href="https://www.controlaltdefeat.in/" target="_blank">controlaltdefeat.in</a></li>
<li>πΌ <strong>LinkedIn:</strong> <a href="https://www.linkedin.com/company/team-control-alt-defeat/" target="_blank">Team Control Alt Defeat</a></li>
<li>π§ <strong>Direct Inbox:</strong> <a href="mailto:contact@controlaltdefeat.in">contact@controlaltdefeat.in</a></li>
</ul>
</body>
</html> |