-
Notifications
You must be signed in to change notification settings - Fork 2
/
fundraising.html
126 lines (123 loc) · 6.55 KB
/
fundraising.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE HTML>
<!--
Formula by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Fundraising @ Founders</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="./assets/images/favicon.png">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js" async></script>
<script src="assets/js/jquery.scrollex.min.js" async></script>
<script src="assets/js/skel.min.js" async></script>
<script src="assets/js/util.js" async></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js" async></script><![endif]-->
<script src="assets/js/main.js" async></script>
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><img alt="Founders logo" style="max-width:3vw; margin-top: 1vh" src="./assets/images/symbol.png" /></a>
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="/">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://medium.com/@ilfounders">Blog</a></li>
<li>
<a href="wwwork.html">Where We Work</a>
</li>
</ul>
</nav>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="main">
<div class="inner">
<header class="major">
<h1>Fundraising</h1>
<header id="header">
<a href="index.html" class="logo"><img alt="Logo" style="max-width:3vw; margin-top: 1vh" src="./assets/images/symbol.png" /></a>
<nav>
<ul>
<li>
<a href="about.html">About</a>
</li>
<li>
<div class="dropdown">
<a href="#">Teams</a>
<div class="dropdown-content">
<a href="community.html">Community</a>
<a href="exec.html">Exec</a>
<a href="rnd.html">R&D</a>
<!-- <a href="teammembers.html">Members</a> -->
</div>
</div>
</li>
<li>
<a href="#events" class="more">Events</a>
</li>
<li>
<a href="https://medium.com/@ilfounders">Blog</a>
</li>
<li>
<a href="wwwork.html">Where We Work</a>
</li>
</ul>
</nav>
</header>
</header>
<p>
Fundraising team helps to ensure that founders many grants and events have strong financial backing. The team, headed by our treasurer, controls spending and seeks ways to maximize the impact we have with our budget. This semester, we're shifting our sights to building stronger relationships with VCs. Our first order of business is to consolidate our current and past VC connections and plan our outreach strategy.
</p>
If you'd like to join Founders, reach out to us by email or over Facebook. Each semester, we recruit for various teams and event committees - shoot us a message to see how you can help!
</p>
</div>
<span class="image main"><img alt="Team picture" src="assets/images/FundraisingTeam.jpg" /></span>
</section>
<!-- Contact Section -->
<section id="contact" class="main special">
<div class="inner">
<!-- Form -->
<h2 href="[email protected]">Stay Updated</h2>
<p>To keep up with us, like us on Facebook and join our mailing list below!</p>
<ul class="actions">
<li><a href="http://eepurl.com/dn5XW9" class="button special big">Join Our Mailing List</a></li>
</ul>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<!-- <li><a href="https://twitter.com/ilfounders" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li> -->
<li><a href="https://www.facebook.com/illinoisfounders" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="mailto:[email protected]" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
<p class="copyright">Founders - Illinois Entrepreneurs © 2021</p>
</footer>
</div>
</body>
</html>
<script>
// Redirect to foundersillinois.org
window.location.replace("http://www.foundersillinois.org");
</script>