-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
90 lines (80 loc) · 3.38 KB
/
sponsors.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
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sponsorships</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">SMEE</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<h2>Our Sponsors</h2>
<p>Proudly sponsored by</p>
</div>
</header>
<section id="sponsor list" class="wrapper alt style3">
<div class="inner">
<section class="features">
<article>
<a class="image"><img src="images/sponsors/Altium_logo.png" alt=""></a>
<h3 class="major">Altium</h3>
<p>Our software tools empower and connect PCB designers, part suppliers and manufacturers to develop and manufacture electronics products faster and more efficiently than ever before.</p>
<a href="https://www.altium.com" class="special">Learn more</a>
</article><article>
<a class="image"><img src="images/sponsors/Akula_tech_logo.png" alt="" style="width:90%; margin:20px auto"></a>
<h3 class="major">Akula Tech</h3>
<p>Akula Tech is designing, building and deploying next generation satellite systems that redefines intelligence gathering from space for critical applications on Earth.</p>
<a href="https://www.akulatech.com/" class="special">Learn more</a>
</article>
<article>
<a class="image"><img src="images/sponsors/Aurora_Logo3.png" alt=""></a>
<h3 class="major">Aurora</h3>
<p>Founded by University of Oxford professors and economists who saw the need for a deeper focus on quality analysis, Aurora has grown to become the largest dedicated power analytics provider in Europe.</p>
<a href="https://auroraer.com/company/about/" class="special">Learn more</a>
</article>
</section>
<p>If your organisation is interested in sponsoring us, please see our <a href="assets/SMEE_Sponsorship_Prospectus_2025.pdf">sponsorship prospectus</a> for more information.</p>
</div>
</section>
</section>
<!-- Footer -->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.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>