-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (49 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Autoslug</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="/assets/logo.png">
<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=Orbitron:wght@500&family=Sometype+Mono:wght@700&display=swap"
rel="stylesheet">
<link rel="icon" href="/assets/logo.png">
</head>
<body style="margin: 0px;">
<div class="topTile" style="background-color:rgb(31, 10, 45); padding: 0px;">
<div class="topbar">
<div class=topbarLeft>
<img src="/assets/logo.png" width="100" height="100" alt="AutoSlug" style="padding-left: 10px">
</div>
<div class=topbarRight>
<a href="/" class="links" style="padding-left: 15px; padding-right: 15px; text-decoration:none">HOME</a>
<a href="/about" class="links"
style="padding-left: 15px; padding-right: 15px; text-decoration:none">ABOUT</a>
<a href="/projects" class="links"
style="padding-left: 15px; padding-right: 15px; text-decoration:none">PROJECTS</a>
<a href="/team" class="links"
style="padding-left: 15px; padding-right: 15px; text-decoration:none">TEAM</a>
<a href="https://secure.ucsc.edu/s/1069/bp18/interior.aspx?sid=1069&gid=1001&pgid=780&cid=1749&dids=1207"
class="links" style="padding-left: 15px; padding-right: 15px; text-decoration:none"
target="_blank">DONATE</a>
</div>
</div>
<img src="assets/giving_day_banner2.png" style="max-width:100%; height:auto; padding-top: 50px;">
<div
style="font-family: 'Orbitron', sans-serif;font-size:20px; color:white; padding-top: 80px; text-align: center; font-size: 50px;">
WELCOME TO AUTOSLUG</div>
<div
style="font-family: 'Orbitron', sans-serif;font-family: 'Sometype Mono', monospace;font-size:20px; color:white; padding-top: 80px; text-align: center; padding-left: 20px; padding-right: 20px; padding-bottom: 60px;">
Autoslug is an organization affiliated with the Baskin School of Engineering that specializes in
implementing AI, machine learning, and computer vision in practical applications. Our goal is to provide
students with opportunities to gain hands-on experience and move beyond the theoretical aspects of these
advanced concepts in order to apply them. This would lead to delving into their intersections with humans,
data, and various hardware environments.</div>
</div>
<div class="bottomTile" style="background-color:rgb(36, 16, 50); padding-top: 30px; padding-bottom: 30px;"></div>
</body>
</html>