-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
7 lines (7 loc) · 1.57 KB
/
index.html
1
2
3
4
5
6
7
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"><title>nuWiT</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"><link rel="stylesheet" type="text/css" href="css/main.css"><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css"></head><body><header><img src="img/NU_WiT_logo_textonly.png" alt="nuWiT"><nav><ul><li><a href="index.html">About</a></li><li><a href="contact.html">Contact</a></li><li><a href="officers.html">Officers</a></li><li><a href="calendar.html">Calendar</a></li></ul></nav></header><div class="container"><div class="row"><div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2"><h1>Who we are</h1><p>nuWiT is a student group at Northeastern University created with the intention
of supporting and connecting females who are studying or interested in the
fields of computer and information science.</p>
<h1>What we do</h1><p>nuWiT hosts a variety of different academic and social activities throughout the
year, including tech talks, student panels, and workshops. A strong community of
CCIS students, alumni, and faculty enables nuWiT to make the most of the
exciting tech scene in and around Boston.</p></div></div></div></body><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script></html>