forked from Ryanjso/DSPWebsite2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
71 lines (70 loc) · 2.85 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Delta Sigma Pi</title>
<!-- Google font link -->
<link
href="https://fonts.googleapis.com/css?family=Roboto+Slab"
rel="stylesheet"
/>
<!-- Bootstrap is a framework for styling that I use a
bit probably idk tbh I haven't started but I'm guessing I'll use it! -->
<link
rel="stylesheet"
type="text/css"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
/>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<header>
<nav>
<div><h1></h1></div>
<div class="div-with-links">
<ul class="nav-links">
<li><a href="home.html">Home</a></li>
<li><a href="recruitment.html">Recruitment</a></li>
<li><a href="about.html">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="brothers.html">Brothers</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<body>
<div class="about"">
<h2>Who we are</h2>
<p>
Delta Sigma Pi is the largest co-ed professional fraternity in the world
with over 295 established chapters and more than 265,000 initiated members
worldwide. Founded on November 7, 1907 at New York University, the
fraternity has since cultivated a reputation as a premier organization
focused on personal and professional development, academic achievement,
and commitment to excellence.
</p>
<p>
The Sigma Omega Chapter was founded on November 15, 2015 at Northeastern
University. The chapter currently boasts over 100 brothers and has a
strong culture of unconditional support. It is a collection of driven
leaders from around the world with interests ranging from social
entrepreneurship to tennis to a capella.
</p>
<h2>What we do</h2>
<p>
Sigma Omega is an environment in which individuals can develop their
skills and interests with other student leaders and strive to become the
best versions of themselves while developing lifelong relationships. All
Deltasigs are connected to an expansive alumni network and have access to
professional development resources such as national business conferences,
sponsored workshops, and leadership advancement seminars. Sigma Omega
hosts a professional mentorship program in addition to regular private
development workshops and speakers. It is a hub for leadership and
scholarly development that most strongly emphasizes excellence in business
and a fun and welcoming community with some of the best and brightest
students at Northeastern.
</p>
</div>
</body>
</html>