-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwhatwedo.html
73 lines (66 loc) · 2.17 KB
/
whatwedo.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
<head>
<title>ISBE Tech | What We Do</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css" charset="utf-8"/>
<link rel="stylesheet" href="css/buttons.css">
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="js/buttons.js"></script>
<script type="text/javascript" src="js/navbutton.js"></script>
</head>
<body>
<div id="navbar-container" class="norm">
<div class="navbar-wrapper">
<div id ="navbar-title">
<a href="index.html">ISBE TECH</a>
</div>
<div class = "navbar" id = "navbar-full">
<ul>
<li><a href="about.html" >ABOUT US</a></li>
<li><a href="whatwedo.html" id="active">WHAT WE DO</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li><a href="contact.html">CONTACT US</a></li>
</ul>
</div>
<div id="dropdown-div">
<a href="#" id="dropdown-button">
<button class="btn-lg"style="color: #737373;">
<span class="glyphicon glyphicon-align-justify">
</span>
</button>
</a>
</div>
</div>
</div>
<div id="dropdown-nav" style="display: none;">
<ul>
<li><a href="about.html" >ABOUT US</a></li>
<li><a href="whatwedo.html"id="active">WHAT WE DO</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li><a href="contact.html">CONTACT US</a></li>
</ul>
</div>
<div class = "page-container-1" id="about-bkgd">
<div class = "body-container-1">
<h1>WHAT WE DO.</h1>
<div class = "body-header-descrip">
<h2>We strive to better Northwestern blah blah</h2>
</div>
</div>
</div>
<div class = "page-container-2" style="background-color:grey;">
<div class = "body-container-2">
<h4 style="color:white;">WEBSITE DESIGN</h4>
</div>
</div>
<div class = "page-container-2" >
<div class = "body-container-2">
<h4>DATA ANALYTICS</h4>
</div>
</div>
<div class = "page-container-2" style="background-color:#333366;">
<div class = "body-container-2">
<h4 style="color:white;">MOBILE APPLICATIONS</h4>
</div>
</div>
</body>