-
Notifications
You must be signed in to change notification settings - Fork 6
/
index backup.html
46 lines (45 loc) · 1.34 KB
/
index backup.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="SOS Mentors" content="Peer to Peer Mentoring">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="Team Tiffanie" content="HackingEDU Project">
<!-- API's: Moxtra, Twilio, Back& (?) -->
<!-- Twitter Bootstrap -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/normalize.css" />
</head>
<body>
<div class="box">
<a href="#"><h1><span class="red">SOS</span> Mentors</h1></a>
<ul>
<li>Mentors</li>
<li>Classes</li>
<li>Chat</li>
<li>Sign Up</li>
</ul>
</div>
<div class="container-fluid">
<div class="col-md-3 ">
<p>hello this is a wall of text and I am just testing this out</p>
</div>
<div class="col-md-3">
<p>hello here's another wall of text and I am checking to see how far it will span</p>
</div>
<div class="col-md-3">
<p>hello</p>
</div>
<div class="col-md-3">
<p>hello</p>
</div>
</div>
<script src="js/main.js"></script>
<script src="js/plugins.js"></script>
<script src="js/vendor/jquery-1.11.3.min.js"></script>
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- Moxtra API Javascript File -->
<script type="text/javascript" src="https://www.moxtra.com/api/js/moxtra-latest.js" id="moxtrajs" />
</body>
</html>