Remove image from index page

This commit is contained in:
Neil Brommer 2017-11-06 12:02:38 -08:00
parent 2f1ebbdada
commit 76273fd53a
2 changed files with 4 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 KiB

View file

@ -80,19 +80,12 @@
<!-- Main component for a primary marketing message or call to action --> <!-- Main component for a primary marketing message or call to action -->
<div class="container"> <div class="container">
<div class="jumbotron"> <div class="jumbotron">
<div class="row">
<div class="col-md-3">
<img src="img/NB-Cropped.jpg" width="100%">
</div>
<div class="col-md-9">
<h1>Neil Brommer</h1> <h1>Neil Brommer</h1>
<p> <p>
Computer Science student at <a href="https://www.ewu.edu/" target="_blank">Eastern Washington University</a>, graduating in spring 2018. Computer Science student at <a href="https://www.ewu.edu/" target="_blank">Eastern Washington University</a>, graduating in spring 2018.
</p> </p>
</div> </div>
</div> </div>
</div>
</div>
</body> </body>
</html> </html>