-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
72 lines (68 loc) · 2.73 KB
/
main.html
File metadata and controls
72 lines (68 loc) · 2.73 KB
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
<!DOCTYPE html>
<!-- saved from url=(0401)https://storage.googleapis.com/supplemental_media/udacityu/2730818600/bootstrap-prestructure.html?GoogleAccessId=1069728276824-2uvq09l4tiplc0gf30rskdsgvtam6k1j@developer.gserviceaccount.com&Expires=1426342195&Signature=T3s2piqnLu9Dcu9BE%2Bvtrt9kjazd70pPsAdDPPvBO/9ApHLIa3suqLSTzwMIINYa9RiBpggegExGYvoT4Avi5sC99Q5WrqCdH4lc/DarEmful8fWBnz%2BH9g1HH/%2BLweWRK9IgIw1c6omu%2BFWTnkYWAueAxAkGqP2J5yIPN8Vzs4%3D -->
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6"><img src="./bootstrap-prestructure_files/100x100"></div>
<div class="col-md-6 text-right text-uppercase">
<h1>Jane Doette</h1>
<h3>Front-end Ninja</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="./bootstrap-prestructure_files/1140x350">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Featured Work</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="./bootstrap-prestructure_files/555x300" data-toggle="modal" data-target="#EX1">
<h3>Appify</h3>
<p><a href="http://github.com/">Link to project</a></p>
</div>
<div class="col-md-6">
<img class="img-responsive" src="./bootstrap-prestructure_files/555x300">
<h3>Appify</h3>
<p><a href="http://github.com/">Link to project</a></p>
</div>
</div>
<div>
<div class="col-md-6">
<img class="img-responsive" src="./bootstrap-prestructure_files/555x300">
<h3>Appify</h3>
<p><a href="http://github.com/">Link to project</a></p>
</div>
<div class="col-md-6">
<img class="img-responsive" src="./bootstrap-prestructure_files/555x300">
<h3>Appify</h3>
<p><a href="http://github.com/">Link to project</a></p>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="EX1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Modal title</h4>
</div>
<div class="modal-body">
add something here!!!
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body></html>