-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (71 loc) · 3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/pico.min.css">
<link rel="stylesheet" href="css/override.css">
<title>The Browne Foundation for Science, Mathematics, Engineering and Technology</title>
<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=Caveat&family=Poppins:wght@300;600&display=swap" rel="stylesheet">
</head>
<nav>
<div class="container">
<ul>
<li><a href="#about-us">About Us</a></li>
<li><a href="#scholarship">Scholarship</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
</div>
</nav>
<body>
<main class="container">
<h1>The Browne Foundation For Science, Mathematics, Engineering and Technology</h1>
<article>
<h2 id="about-us">About Us</h2>
<p>The Browne Foundation is a registered 501(c)(3) that reduces barriers to entry for underrepresented
minorities in the
fields of Science, Technology, Engineering, and Mathematics. The world needs more scientists and
engineers. Lowering
barriers to entry for underrepresented groups can help solve this problem, and can have a multiplicative
impact if
they
in turn create opportunities for others.</p>
</article>
<article>
<h2 id="scholarship">Scholarship</h2>
<p>We offer an annual $7,500 scholarship to students who are pursuing a degree in Science, Technology,
Engineering, or
Mathematics and are a member of an underrepresented group in their intended field of study.
</p>
<p>
In order to
be eligible,
applicants must either:
<ol>
<li>attend Dixon High School in North Carolina</li>
<br />
<p><strong><u>or</u></strong></p>
<li>live in the Dixon High
School district but
choose to attend an online school, early college, or other alternative</li>
</ol>
</p>
<p><strong><u>The deadline for the 2024 scholarship is April 30.</u></strong></p>
<footer>
<a role="button" href="https://airtable.com/app8y3JU354CzVDy8/shrDbAlMQiNs8f9fN">Apply Now!</a>
</footer>
</article>
<article>
<h2 id="donate">Donate</h2>
<p>Donations help support our annual scholarship for underrepresented minorities in STEM.
<footer>
<a role="button" href="https://www.paypal.com/donate/?hosted_button_id=XR2JN5T9HNRQL">PayPal</a>
</footer>
</article>
</main>
<footer>
</footer>
</body>
</html>