-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (101 loc) · 4.28 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
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
<!DOCTYPE HTML>
<!--
(c) Analog Devices, Inc. 2024, All rights reserved
Author: Atulya Yellepeddi
Date: 09/20/2024
-->
<html>
<head>
<title>Analog Devices, Inc. | Analog Garage : Public Code</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header>
<span class="image-logo">
<a href="https://www.analog.com"><img src="img/adi-logo.png" alt="Analog Devices Logo" height="65px" /></a>
<div> </div>
<a href="https://www.analog.com/garage"><img src="img/garage-logo.png" alt="Analog Garage Logo" height="65px" /></a>
</span>
<p><strong>Pioneering breakthrough technologies that contribute to a more connected and sustainable future.</strong></p>
</header>
<nav id="nav">
<ul>
<li><a href="#home" class="active">Home</a></li>
<li><a href="/icassp-2025/">ICASSP 2025 Challenge</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://x.com/ADI_News" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/company/analog-devices" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/analog-garage" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:christopher.barber@analog.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<div id="main">
<!-- About -->
<section id="home">
<div class="image main" data-position="center">
<img src="img/ag-banner.jpg" alt="" />
</div>
<div class="container">
<header class="major">
<h2>Public Code Homepage</h2>
</header>
<p>
The <a href="https://www.analog.com/en/incubators/analog-garage.html">Analog Garage</a>
is the startup and advanced technology incubator of
<a href="https://www.analog.com">Analog Devices, Inc</a>.
The Analog Garage combines agility and stability, building on the solid foundation of
ADI's 50-year legacy at the forefront of cutting-edge
technology. All of our publicly released code can be found on
<a href="https://github.com/analog-garage">our github</a>.
</p>
</div>
</section>
<!-- Contact -->
<section id="contact">
<div class="container">
<h3>Contact</h3>
<ul class="feature-icons">
<li class="icon solid fa-envelope">
<a href="mailto:christopher.barber@analog.com">
Christopher Barber
</a>
</li>
<li class="icon solid fa-envelope">
<a href="mailto:atulya.yellepeddi@analog.com">
Atulya Yellepeddi
</a>
</li>
</ul>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>© Analog Devices, Inc., 2024. All rights reserved.</li><li>Design based on: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>