-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.17 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>AICVS</title>
<link rel = "stylesheet" href="css/styles2.css">
</head>
<body>
<table cellspacing="10">
<tr>
<td><img class="Photo" src="https://aicvscummins.weebly.com/uploads/1/2/0/6/120694931/asset-1-4x_1.png"></td>
<td><h1>AICVS CUMMINS</h1>
<p class="club-des"> A club for artificial intelligence and machine learning enthusiasts </p>
</td>
</table>
<hr size="1" noshade>
<div class="first">
<p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></p>
</div>
<hr size="1" noshade>
<footer class="footer">
<a class="footer-link" href="https://github.com/aicvscummins">Github</a>
<a class="footer-link" href="https://www.linkedin.com/in/cummins-aicvs">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/aicvs">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/aicvs/">Instagram</a>
<a class="footer-link" href="https://www.youtube.com/channel/UCYkmq4s5ciIau6BFI97XJlA">Youtube</a>
<p class="copyright">© 2021 AICVS </p>
</footer>
</body>
</html>