-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (61 loc) · 3.49 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
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
<!DOCTYPE html>
<html>
<head>
<title>SAiDL</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
</head>
<body bgcolor="darkgray" color="white" class="ubuntu-regular">
<div id="header">
<div id="logo">
<img src="assets/logo_dark.png" alt="SAiDL" width="100" height="100"> SAiDL
</div>
<div id="pages">
<div ><a href="index.html" id="current">home</a></div>
<div ><a href="projects/projects.html">projects</a></div>
<div ><a href="people/people.html">people</a></div>
<div ><a href="publications/pubs.html">publications</a></div>
<div ><a href="projects/projects.html">outreach</a></div>
</div>
</div>
<div id="bg">
<div id="main">
<div id="top">
<div>Building a community to inspire excellence in ML.</div>
<div><img src="assets/logo_dark.png" height="260px"></div>
</div>
<br>
<p align="center">Society for Artificial Intelligence and Deep Learning (SAiDL)</p>
We are a student-run, non-profit, professional group of motivated individuals based out of BITS Pilani, working on research and application of Artificial Intelligence and Deep Learning.
Through involvement in projects with the agenies below, we aim to:
<ul>
<li>Inculcate the spirit of research in Indian universities</li>
<li>Form an extensive alumni network of researchers in AI and deep learning, and</li>
<li>Collaborate with industry and research labs on cutting-edge research</li>
</ul>
<div class="marquee">
<div class="track">
<div class="content"><img src="assets/harvard.png"><img src="assets/brown.png"><img src="assets/mila.png"><img src="assets/google.png"><img src="assets/microsoft.png"><img src="assets/mit.png"><img src="assets/adobe.png"><img src="assets/amazon.png"><img src="assets/harvard.png"><img src="assets/brown.png"><img src="assets/mila.png"><img src="assets/google.png"><img src="assets/microsoft.png"><img src="assets/mit.png"><img src="assets/adobe.png"><img src="assets/amazon.png"></div>
</div>
</div>
<div id="news">
</div>
<div>
</div>
</div>
</div>
<div id="footer">
<div>
<a href=""><img src="assets/github_dark.png" alt="github" width="50" height="50"></a>
<a href=""><img src="assets/twitter_dark.png" alt="twitter" width="55" height="50"></a>
<a href=""><img src="assets/youtube_dark.png" alt="youtube" width="50" height="50"></a>
<a href=""><img src="assets/linkedin_dark.png" alt="linkedin" width="50" height="50"></a>
</div>
</div>
</body>
</html>