|
9 | 9 | </head>
|
10 | 10 | <body>
|
11 | 11 |
|
12 |
| - <!-- |
13 |
| - Previous project placeholder begins |
14 |
| - --> |
15 |
| - <div class="header"> |
16 |
| - <h1>Morgan McCircuit</h1> |
17 |
| - <h2>I write code</h2> |
18 |
| - </div> |
| 12 | +<nav class="navbar navbar-default"> |
| 13 | + <div class="container"> |
| 14 | + <!-- Brand and toggle get grouped for better mobile display --> |
| 15 | + <div class="navbar-header"> |
| 16 | + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#portfolio-collapse-menu"> |
| 17 | + <span class="sr-only">Toggle navigation</span> |
| 18 | + <span class="icon-bar"></span> |
| 19 | + <span class="icon-bar"></span> |
| 20 | + <span class="icon-bar"></span> |
| 21 | + </button> |
| 22 | + <a class="navbar-brand" href="#">Josh Bjorklund</a> |
| 23 | + </div> |
19 | 24 |
|
20 |
| - <div class="tagline"> |
21 |
| - <h3>Who I am</h3> |
22 |
| - <p>Hi, my name is Morgan and I love to write code that is efficient.</p> |
| 25 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 26 | + <div class="collapse navbar-collapse" id="portfolio-collapse-menu"> |
| 27 | + <ul class="nav navbar-nav"> |
| 28 | + <li><a href="#">Home</a></li> |
| 29 | + <li><a href="#">About</a></li> |
| 30 | + </ul> |
| 31 | + </div> |
| 32 | + <!-- /.navbar-collapse --> |
23 | 33 | </div>
|
| 34 | + <!-- /.container-fluid --> |
| 35 | +</nav> |
24 | 36 |
|
25 |
| - |
26 |
| - <div class="skills"> |
27 |
| - <h3>What I do</h3> |
28 |
| - <p>Here are some of the languages I use on a day-to-day.</p> |
29 |
| - <ul> |
30 |
| - <li>HTML</li> |
31 |
| - <li>CSS</li> |
32 |
| - <li>JavaScript</li> |
33 |
| - </ul> |
| 37 | +<div id="portfolio-carousel" class="carousel slide" data-ride="carousel"> |
| 38 | + <!-- Indicators --> |
| 39 | + <ol class="carousel-indicators"> |
| 40 | + <li data-target="#portfolio-carousel" data-slide-to="0" class="active"></li> |
| 41 | + <li data-target="#portfolio-carousel" data-slide-to="1"></li> |
| 42 | + <li data-target="#portfolio-carousel" data-slide-to="2"></li> |
| 43 | + </ol> |
| 44 | + <div class="carousel-inner" role="listbox"> |
| 45 | + <div class="item active"> |
| 46 | + <div class="container"> |
| 47 | + <div class="carousel-caption"> |
| 48 | + <h1>Who I am</h1> |
| 49 | + <p>Hi, my name is Josh and I love to write code that is efficient.</p> |
| 50 | + </div> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + <div class="item"> |
| 54 | + <div class="container"> |
| 55 | + <div class="carousel-caption"> |
| 56 | + <h1>What I do</h1> |
| 57 | + <p>On a day-to-day I use HTML, CSS and JavaScript.</p> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + <div class="item"> |
| 62 | + <div class="container"> |
| 63 | + <div class="carousel-caption"> |
| 64 | + <h1>My passion</h1> |
| 65 | + <p>My passion is to build amazing products that people love using.</p> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + </div> |
34 | 69 | </div>
|
| 70 | + <a class="left carousel-control" href="#portfolio-carousel" role="button" data-slide="prev"> |
| 71 | + <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> |
| 72 | + <span class="sr-only">Previous</span> |
| 73 | + </a> |
| 74 | + <a class="right carousel-control" href="#portfolio-carousel" role="button" data-slide="next"> |
| 75 | + <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> |
| 76 | + <span class="sr-only">Next</span> |
| 77 | + </a> |
| 78 | +</div> |
35 | 79 |
|
36 |
| - <div class="contact"> |
37 |
| - <h3>Get in touch</h3> |
38 |
| - <p>I live in the cloud and can't be seen. Send messages to the good people at <a target="_blank" href="https://twitter.com/codeschool">Code School</a> and they'll notify me.</p> |
| 80 | +<div class="marketing"> |
| 81 | + <div class="container"> |
| 82 | + <div class="row"> |
| 83 | + <div class="col-sm-4 col-md-4"><span class="glyphicon glyphicon-heart-empty"></span> |
| 84 | + <h2>HTML & CSS</h2> |
| 85 | + <p>HTML & CSS make my heart melt</p> |
| 86 | + </div> |
| 87 | + <div class="col-sm-4 col-md-4"><span class="glyphicon glyphicon-thumbs-up"></span> |
| 88 | + <h2>JavaScript</h2> |
| 89 | + <p>JavaScript is awesome.</p> |
| 90 | + </div> |
| 91 | + <div class="col-sm-4 col-md-4"><span class="glyphicon glyphicon-record"></span> |
| 92 | + <h2>Design</h2> |
| 93 | + <p>I am rad as fuck at design</p> |
| 94 | + </div> |
| 95 | + </div> |
39 | 96 | </div>
|
40 |
| - <!-- |
41 |
| - Previous project placeholder ends |
42 |
| - (unused pieces will be deleted at the last task) |
43 |
| - --> |
| 97 | + |
| 98 | + <footer> |
| 99 | + <div class="container"> |
| 100 | + <h3>Contact me:</h3> |
| 101 | + <p>I live in the cloud and can't be seen. Send messages to the good people at <a target="_blank" href="https://twitter.com/codeschool">Code School</a> and they'll notify me.</p> |
| 102 | + </div> |
| 103 | + </footer> |
| 104 | +</div> |
44 | 105 |
|
45 | 106 |
|
46 | 107 | <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
|
|
0 commit comments