-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrapTest.html
40 lines (34 loc) · 1.55 KB
/
bootstrapTest.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
<head>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js'></script>
<link href='bootstrapTest.css' rel = 'stylesheet'>
<link href='C:\Users\Joe\Desktop\Work\MITx\bootstrap\css\bootstrap.min.css' rel = 'stylesheet'>
</head>
<body>
<div id='beenHereBefore'>
<a href=http://google.com>Been here before?</a>
</div>
<div class = 'container-fluid'>
<div class = 'row-fluid'>
<div id = 'mainbox' class = 'span8 offset3'>
<div id = 'contentBox' class=''>
<img id = 'logo' src="http://beathound.com/bh-icon.png" >
<h2 id='logoText'><span id='beat'>Beat</span><span id='hound'>hound</span></h2>
<h2 id='splashText'>New releases from the artists you love,straight to your inbox every week.</h2>
<span id='uploadNowText'>Upload your iTunes library XML file to find out what you've been missing.</span>
<form id='form' class="row-fluid">
<div id='getFile'>Upload your file
<button>Choose file</button>
No file chosen
</div>
<input id='emailInput' type="text" placeholder="email my results to...">
<div><button id='analyze' class = 'btn btn-success'>
Analyze</button>
</div>
<a id = 'helpText' href=http://google.com>Need help?</a>
</form>
</div>
</div>
</div>
</div>
</div>
</body>